| Commit message (Expand) | Author | Age | Files | Lines |
| * | move IRCLine related code from utils.irc to IRCLine.py | jesopo | 2019-10-27 | 1 | -2/+2 |
| * | Allow passing source Hostmask to IRCBatch | jesopo | 2019-09-19 | 1 | -1/+1 |
| * | remove try-rejoin (on 477) logic. will move to a module later | jesopo | 2019-09-07 | 1 | -5/+1 |
| * | 477 should check that we're *not* in a channel before trying rejoin | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | treat 437 the same as 433 (nickname already in use) | jesopo | 2019-07-04 | 1 | -0/+4 |
| * | return parsed modes from IRCChannel.parse_modes, pass through mode events | jesopo | 2019-07-03 | 1 | -2/+2 |
| * | Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg(' | jesopo | 2019-06-26 | 1 | -1/+1 |
| * | Change raw.send and raw.receive commands to just pass around ParsedLines | jesopo | 2019-06-22 | 1 | -21/+18 |
| * | pass ParsedLine on message and formatted.* message events | jesopo | 2019-06-21 | 1 | -1/+1 |
| * | Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py | jesopo | 2019-06-21 | 1 | -2/+0 |
| * | pass ParsedLine objects on raw.send.<command> events | jesopo | 2019-06-21 | 1 | -1/+1 |
| * | Add an export for IRCv3 CAPs | jesopo | 2019-06-20 | 1 | -1/+1 |
| * | Ask for our own modes when we get a 001 | jesopo | 2019-06-06 | 1 | -0/+4 |
| * | v1.8.0 release | jesopo | 2019-06-03 | 1 | -1/+1 |
| * | Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 function | jesopo | 2019-06-03 | 1 | -15/+9 |
| * | Hold on to BATCH args, allow event hooks to manipulate batches | jesopo | 2019-06-02 | 1 | -3/+13 |
| * | Remove IRCSendBatch, fix some batch-related type hints | jesopo | 2019-06-02 | 1 | -3/+2 |
| * | Make labeled-resposnes it's own module, tag and track every sent line | jesopo | 2019-05-30 | 1 | -12/+8 |
| * | labeled-response is not ratified yet | jesopo | 2019-05-29 | 1 | -1/+0 |
| * | Pass `server` through FAIL events, use FAIL `command` as part of event path | jesopo | 2019-05-22 | 1 | -2/+2 |
| * | Log calls need formatting arguments as a second arg | jesopo | 2019-05-22 | 1 | -2/+2 |
| * | `_handle` takes a server param | jesopo | 2019-05-22 | 1 | -1/+1 |
| * | there's no `1` index arg for a batch-end | jesopo | 2019-05-22 | 1 | -1/+1 |
| * | `server` and `tag` var don't exist | jesopo | 2019-05-22 | 1 | -1/+2 |
| * | Catch server version string, from RPL_MYINFO | jesopo | 2019-05-15 | 1 | -0/+5 |
| * | Tokenize IRC data as soon as it comes out of IRCServer | jesopo | 2019-05-09 | 1 | -5/+4 |
| * | Log which server an ERROR came from | jesopo | 2019-03-19 | 1 | -1/+2 |
| * | Enum values shouldn't be all upper case | jesopo | 2019-03-10 | 1 | -2/+2 |
| * | We need to import EventManager in line_handler/__init__.py | jesopo | 2019-03-03 | 1 | -1/+1 |
| * | Minor refactors across line_handler | jesopo | 2019-03-03 | 1 | -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
| jesopo | 2019-02-23 | 1 | -4/+3 |
| * | Typo, 'channels' -> 'channel' | jesopo | 2019-02-22 | 1 | -1/+1 |
| * | Typo, 'channels' -> 'channel' | jesopo | 2019-02-22 | 1 | -1/+1 |
| * | Split line_handler.py out in to different files for different categories | jesopo | 2019-02-22 | 1 | -0/+257 |