| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |