aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* refactor permissions and allow hostmasks to be assigned to accountsGravatar jesopo2019-11-211-2/+2
* format and print CHGHOST eventsGravatar jesopo2019-10-311-1/+1
* move IRCLine related code from utils.irc to IRCLine.pyGravatar jesopo2019-10-271-2/+2
* Allow passing source Hostmask to IRCBatchGravatar jesopo2019-09-191-1/+1
* remove try-rejoin (on 477) logic. will move to a module laterGravatar jesopo2019-09-071-5/+1
* 477 should check that we're *not* in a channel before trying rejoinGravatar jesopo2019-09-071-1/+1
* treat 437 the same as 433 (nickname already in use)Gravatar jesopo2019-07-041-0/+4
* return parsed modes from IRCChannel.parse_modes, pass through mode eventsGravatar jesopo2019-07-031-2/+2
* Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg('Gravatar jesopo2019-06-261-1/+1
* Change raw.send and raw.receive commands to just pass around ParsedLinesGravatar jesopo2019-06-221-21/+18
* pass ParsedLine on message and formatted.* message eventsGravatar jesopo2019-06-211-1/+1
* Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.pyGravatar jesopo2019-06-211-2/+0
* pass ParsedLine objects on raw.send.<command> eventsGravatar jesopo2019-06-211-1/+1
* Add an export for IRCv3 CAPsGravatar jesopo2019-06-201-1/+1
* Ask for our own modes when we get a 001Gravatar jesopo2019-06-061-0/+4
* v1.8.0 releaseGravatar jesopo2019-06-031-1/+1
* Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 functionGravatar jesopo2019-06-031-15/+9
* 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