Changeset 468 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 16, 2021, 8:54:29 AM (4 years ago)
Author:
contact
Message:

Don't store history for NickServ

Closes: https://todo.sr.ht/~emersion/soju/104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r463 r468  
    17031703                return ""
    17041704        }
     1705        if entity == "NickServ" {
     1706                // The messages sent/received from NickServ may contain
     1707                // security-related information (like passwords). Don't store these.
     1708                return ""
     1709        }
    17051710
    17061711        detached := false
Note: See TracChangeset for help on using the changeset viewer.