bitbot-3.11-fork/src
2018-10-01 16:33:04 +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 Implement client-side bindhost 2018-10-01 14:06:50 +01:00
EventManager.py EventHook._call takes 3 args 2018-10-01 16:33:04 +01:00
Exports.py Move most code in root directory to src/ 2018-09-24 15:13:27 +01:00
IRCBot.py Implement client-side bindhost 2018-10-01 14:06:50 +01:00
IRCBuffer.py Move most code in root directory to src/ 2018-09-24 15:13:27 +01:00
IRCChannel.py Implement src/IRCObject.py to convert specific objects in to strings when 2018-10-01 13:48:55 +01:00
IRCServer.py Add call_unsafe functions to EventManager.EventHook, to not swallow errors on 2018-10-01 16:04:06 +01:00
IRCUser.py Implement src/IRCObject.py to convert specific objects in to strings when 2018-10-01 13:48:55 +01:00
Logging.py Change trace logging level from 5 to logging.DEBUG-1 2018-10-01 16:04:41 +01:00
ModuleManager.py Log remaining referrers to a module when it's unloaded 2018-09-30 20:12:28 +01:00
Timers.py Correct syntax of event call in Timers.call 2018-09-28 17:01:41 +01:00
Utils.py Add modules/strip_color.py 2018-09-30 20:12:11 +01:00