| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add IRCServer.has_capability and use it throughout line_handler | 2019-03-03 | 3 | -4/+4 | ||
| * | 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 | 2019-02-23 | 1 | -4/+3 | ||
| * | Split PRIVMSG last param explicitly by `" "` to make message_split | 2019-02-23 | 1 | -4/+3 | ||
| * | Keep track of a user's away message, not just whether they're away or not | 2019-02-22 | 1 | -0/+2 | ||
| * | Typo, 'taget' -> 'target' | 2019-02-22 | 1 | -1/+1 | ||
| * | Typo, 'channels' -> 'channel' | 2019-02-22 | 1 | -1/+1 | ||
| * | `.on` doesn't take kwargs - `.call` does | 2019-02-22 | 1 | -6/+6 | ||
| * | Typo, 'channels' -> 'channel' | 2019-02-22 | 1 | -1/+1 | ||
| * | Split line_handler.py out in to different files for different categories | 2019-02-22 | 6 | -0/+881 | ||
