bitbot-3.11-fork/src
2018-10-05 23:01:12 +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 Remove cyclical references to IRCBot 2018-09-28 16:51:36 +01:00
Database.py Fix start.py not giving the right arguments to database.servers.add 2018-10-03 16:00:25 +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 self.lock.acquire() should be after epoll.poll has returned 2018-10-04 14:44:50 +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 'ssl-certificate'/'ssl-key' -> 'tls-certificate'/'tls-key' 2018-10-05 23:01:12 +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
Timers.py Correct syntax of event call in Timers.call 2018-09-28 17:01:41 +01:00