aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/line_handler/message.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-0/+109