| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change line parsing to put arbitrary-length args on the end of | 2018-11-04 | 1 | -27/+26 | |
| | | | | | | `args` so we can get rid of `last`/`arbitrary` and add IRCArgs (with .get()) to help only getting an arg index if it exists | ||||
| * | Implement IRCv3's `draft/rename` | 2018-11-04 | 1 | -1/+13 | |
| | | |||||
| * | Update modules/line_handler.py to now not pass a `server` param to | 2018-10-30 | 1 | -6/+7 | |
| | | | | | utils.irc.parse_line | ||||
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical | 2018-10-30 | 1 | -1/+2 | |
| | | | | | references. | ||||
| * | event["args"] is an array already, args_split does not exist. Also send raw | 2018-10-15 | 1 | -1/+1 | |
| | | | | | | events from src/IRCServer.py as call_unsafe to make errors like that more apparent. | ||||
| * | Correctly check if someone's logged in to an account with extended-join | 2018-10-15 | 1 | -1/+1 | |
| | | |||||
| * | raw.* events should be call_unsafe | 2018-10-06 | 1 | -1/+1 | |
| | | |||||
| * | 'mode_prefixes' -> prefix_modes and prefix_symbols | 2018-10-03 | 1 | -9/+9 | |
| | | |||||
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of | 2018-10-03 | 1 | -41/+41 | |
| | | | | | related functionality | ||||
| * | Fix BATCH parsing | 2018-10-03 | 1 | -1/+1 | |
| | | |||||
| * | Move parsing IRC lines to src/Utils.py, added base support for parsing outgoing | 2018-10-03 | 1 | -35/+24 | |
| | | | | | messages | ||||
| * | Support changing command responses from PRIVMSG to NOTICE | 2018-10-02 | 1 | -2/+3 | |
| | | |||||
| * | Simplify modules/line_handler.handle | 2018-10-02 | 1 | -35/+21 | |
| | | |||||
| * | Better support for msgtags with PRIVMSGs; put functionality in to | 2018-10-01 | 1 | -2/+3 | |
| | | | | | modules/commands.py to reply to specific messages by use of msgids | ||||
| * | Some networks send NICK as 'nick!user@host NICK newnick` instead of | 2018-10-01 | 1 | -1/+1 | |
| | | | | | | 'nick!user@host NICK :newnick' (which is RFC compliant but BitBot didn't support it) | ||||
| * | Change modules/line_handler.py to use @Utils.hook | 2018-10-01 | 1 | -43/+35 | |
| | | |||||
| * | Move src/IRCLineHandler.py to modules/line_handler.py | 2018-09-30 | 1 | -0/+597 | |
