aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/core.py
Commit message (Expand)AuthorAgeFilesLines
* get account id (not just account name) from WHOX•••closes #116 Gravatar jesopo2019-10-201-0/+2
* refactor all checks for channel_type to server.is_channel()Gravatar jesopo2019-09-201-1/+1
* "paramatered" -> "parametered"Gravatar jesopo2019-07-041-1/+1
* treat 437 the same as 433 (nickname already in use)Gravatar jesopo2019-07-041-2/+7
* return parsed modes from IRCChannel.parse_modes, pass through mode eventsGravatar jesopo2019-07-031-3/+4
* .send_raw() should be used if we're not .send()ing a ParsedLineGravatar jesopo2019-06-231-1/+1
* Change raw.send and raw.receive commands to just pass around ParsedLinesGravatar jesopo2019-06-221-24/+24
* Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_strGravatar jesopo2019-06-131-15/+5
* We should look at ISUPPORT's STATUSMSG token instead of PREFIXGravatar jesopo2019-06-081-0/+2
* assign local var "modes"Gravatar jesopo2019-06-061-1/+3
* Ask for our own modes when we get a 001Gravatar jesopo2019-06-061-5/+12
* v1.8.0 releaseGravatar jesopo2019-06-031-3/+3
* Only enable write throttling when _write_buffer is empty•••closes #59 Gravatar jesopo2019-05-311-1/+1
* Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwiseGravatar jesopo2019-05-291-0/+1
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-201-1/+1
* Catch server version string, from RPL_MYINFOGravatar jesopo2019-05-151-0/+3
* Treat our own user as a regular user throughout line_handlerGravatar jesopo2019-03-051-18/+25
* Minor refactors across line_handlerGravatar jesopo2019-03-031-2/+0
* Add IRCServer.has_capability and use it throughout line_handlerGravatar jesopo2019-03-031-2/+2
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+134