aboutsummaryrefslogtreecommitdiff
path: root/src/IRCServer.py
Commit message (Expand)AuthorAgeFilesLines
* Improve "non-complete line" TRACE logGravatar jesopo2018-10-111-2/+2
* TRACE log when we receive and buffer a non-complete lineGravatar jesopo2018-10-111-0/+3
* Add a way to track non-IRC sockets within the main epoll loop; use this for a•••unix domain control socket! Gravatar jesopo2018-10-061-5/+10
* 'ssl-certificate'/'ssl-key' -> 'tls-certificate'/'tls-key'Gravatar jesopo2018-10-051-2/+2
* 'mode_prefixes' -> prefix_modes and prefix_symbolsGravatar jesopo2018-10-031-3/+5
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-9/+9
* 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