aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Hold on to BATCH args, allow event hooks to manipulate batchesGravatar jesopo2019-06-021-3/+13
* Remove IRCSendBatch, fix some batch-related type hintsGravatar jesopo2019-06-021-3/+2
* Make labeled-resposnes it's own module, tag and track every sent lineGravatar jesopo2019-05-301-12/+8
* labeled-response is not ratified yetGravatar jesopo2019-05-291-1/+0
* Pass `server` through FAIL events, use FAIL `command` as part of event pathGravatar jesopo2019-05-221-2/+2
* Log calls need formatting arguments as a second argGravatar jesopo2019-05-221-2/+2
* `_handle` takes a server paramGravatar jesopo2019-05-221-1/+1
* there's no `1` index arg for a batch-endGravatar jesopo2019-05-221-1/+1
* `server` and `tag` var don't existGravatar jesopo2019-05-221-1/+2
* Catch server version string, from RPL_MYINFOGravatar jesopo2019-05-151-0/+5
* Tokenize IRC data as soon as it comes out of IRCServerGravatar jesopo2019-05-091-5/+4
* Log which server an ERROR came fromGravatar jesopo2019-03-191-1/+2
* Enum values shouldn't be all upper caseGravatar jesopo2019-03-101-2/+2
* We need to import EventManager in line_handler/__init__.pyGravatar jesopo2019-03-031-1/+1
* Minor refactors across line_handlerGravatar jesopo2019-03-031-1/+2
* Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation•••mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling Gravatar jesopo2019-02-231-4/+3
* Typo, 'channels' -> 'channel'Gravatar jesopo2019-02-221-1/+1
* Typo, 'channels' -> 'channel'Gravatar jesopo2019-02-221-1/+1
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+257