aboutsummaryrefslogtreecommitdiff
path: root/src/IRCServer.py
Commit message (Expand)AuthorAgeFilesLines
* Add a way to not add a user automatically in IRCServer.get_userGravatar jesopo2018-10-031-3/+3
* Support changing command responses from PRIVMSG to NOTICEGravatar jesopo2018-10-021-6/+17
* Better support for msgtags with PRIVMSGs; put functionality in to•••modules/commands.py to reply to specific messages by use of msgids Gravatar jesopo2018-10-011-4/+14
* Add call_unsafe functions to EventManager.EventHook, to not swallow errors on•••specific function calls (e.g. preprocess.command) Gravatar jesopo2018-10-011-1/+1
* Implement client-side bindhostGravatar jesopo2018-10-011-1/+3
* Implement src/IRCObject.py to convert specific objects in to strings when•••passing them to modules/scripts.py scripts Gravatar jesopo2018-10-011-2/+2
* 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