aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/line_handler
Commit message (Expand)AuthorAgeFilesLines
* set username and hostmask on chghost before event dispatchGravatar jesopo2020-02-031-2/+5
* channel.send_mode() BEFORE calling self.join eventGravatar jesopo2020-01-241-1/+1
* simplify snotice detection, handle as normal NOTICEGravatar jesopo2020-01-231-18/+12
* set_own_nickname before sending self.nick eventGravatar jesopo2020-01-231-1/+1
* only check missed modes if our mode changes and `MODE #chan` respondsGravatar jesopo2020-01-233-13/+1
* only query missing list modes on MODE when we're seen ENDOFWHOGravatar jesopo2020-01-232-2/+15
* 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