aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/channel.py
Commit message (Expand)AuthorAgeFilesLines
* Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_strGravatar jesopo2019-06-131-3/+2
* v1.8.0 releaseGravatar jesopo2019-06-031-8/+8
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-201-1/+1
* Handle dangling spaces at the end of a NAMES responseGravatar jesopo2019-05-091-0/+5
* Only split NAMES reply at literal space, .split() is overzealousGravatar jesopo2019-05-091-1/+1
* Only handle 324 when we're actually in the channelGravatar jesopo2019-05-041-5/+6
* Add/remove people from channels before received.join/received.part eventsGravatar jesopo2019-04-151-11/+16
* Set a user's username/hostname/account BEFORE sending a received.joinGravatar jesopo2019-03-061-9/+8
* Set username/hostname on users on JOIN regardless of whether we know theirs•••already Gravatar jesopo2019-03-061-3/+2
* Treat our own user as a regular user throughout line_handlerGravatar jesopo2019-03-051-31/+31
* Minor refactors across line_handlerGravatar jesopo2019-03-031-6/+4
* Add IRCServer.has_capability and use it throughout line_handlerGravatar jesopo2019-03-031-1/+1
* `.on` doesn't take kwargs - `.call` doesGravatar jesopo2019-02-221-6/+6
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+159