bitbot-3.11-fork/src
2018-10-07 08:06:41 +01:00
..
utils Typo in utils, 'line.replace[3:]' -> 'line[3:]' 2018-10-04 16:01:34 +01:00
Cache.py Cache._items is a {id: [item, timeout]} dict, not {id: item} 2018-09-30 18:00:23 +01:00
Config.py Research suggests _config and config are not synonymous 2018-10-06 22:58:59 +01:00
Database.py Add database.find_by_setting, send github commits to interested channels 2018-10-06 09:54:21 +01:00
EventManager.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
Exports.py Move most code in root directory to src/ 2018-09-24 15:13:27 +01:00
IRCBot.py clear _trigger_functions after we've called all the waiting functions 2018-10-07 08:06:41 +01:00
IRCBuffer.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
IRCChannel.py IRCChannel.send_part should have a self param! 2018-10-04 14:45:14 +01:00
IRCObject.py ... actually add src/IRCObject.py to git. that should have been present many 2018-10-02 15:16:20 +01:00
IRCServer.py Add a way to track non-IRC sockets within the main epoll loop; use this for a 2018-10-06 15:37:05 +01:00
IRCUser.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
Logging.py Change trace logging level from 5 to logging.DEBUG-1 2018-10-01 16:04:41 +01:00
ModuleManager.py Try calling module.unload() (if it exists) when unloading a module 2018-10-04 14:45:32 +01:00
Socket.py Add a way to track non-IRC sockets within the main epoll loop; use this for a 2018-10-06 15:37:05 +01:00
Timers.py Correct syntax of event call in Timers.call 2018-09-28 17:01:41 +01:00