aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/line_handler
Commit message (Expand)AuthorAgeFilesLines
* parse proposed ISUPPORT QUIET tokenGravatar jesopo2020-01-221-0/+6
* pass :source or connection_params.hostname through server-notice eventGravatar jesopo2020-01-201-1/+5
* give BufferLine.id default value, overwrite in ircv3_msgid.pyGravatar jesopo2020-01-171-4/+2
* add BufferLine.timestamp (`datetime.datetime` object)Gravatar jesopo2020-01-171-2/+3
* give ever BufferLine an ID (IRCv3 msgid or uuid4())Gravatar jesopo2020-01-171-2/+4
* pass through (as well as stripping) statusmsg characters to eventsGravatar jesopo2020-01-011-2/+9
* only respect CASEMAPPING when it's not an empty stringGravatar jesopo2019-12-271-1/+1
* only look at 329 when it's a channel we know we are inGravatar jesopo2019-12-201-2/+3
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-106-0/+923