aboutsummaryrefslogtreecommitdiff
path: root/src/IRCServer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Better support for msgtags with PRIVMSGs; put functionality in toGravatar jesopo2018-10-011-4/+14
| | | | modules/commands.py to reply to specific messages by use of msgids
* Add call_unsafe functions to EventManager.EventHook, to not swallow errors onGravatar jesopo2018-10-011-1/+1
| | | | specific function calls (e.g. preprocess.command)
* Implement client-side bindhostGravatar jesopo2018-10-011-1/+3
|
* Implement src/IRCObject.py to convert specific objects in to strings whenGravatar jesopo2018-10-011-2/+2
| | | | passing them to modules/scripts.py scripts
* Add modules/strip_color.pyGravatar jesopo2018-09-301-3/+7
|
* Move src/IRCLineHandler.py to modules/line_handler.pyGravatar jesopo2018-09-301-1/+1
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+402