bitbot-3.11-fork/src
2019-09-10 15:10:14 +01:00
..
utils Don't try to .decode non-html things, default iso-lat-1 for non-html too 2019-09-09 16:17:26 +01:00
__init__.py
Cache.py change Cache.py to be key:value 2019-09-02 14:07:26 +01:00
Config.py
Database.py
EventManager.py
Exports.py
IRCBot.py store and expose reconnection timers on IRCBot.reconnections 2019-09-01 08:38:22 +01:00
IRCBuffer.py should only return a BufferLineMatch when we actually match 2019-08-15 13:45:04 +01:00
IRCChannel.py don't return "+" when a channel has no modes 2019-09-10 15:10:14 +01:00
IRCChannels.py add a create flag to IRCChannels.get_id() to optionally not create new ids 2019-09-05 14:13:58 +01:00
IRCLine.py
IRCObject.py
IRCServer.py remove try-rejoin (on 477) logic. will move to a module later 2019-09-07 15:21:35 +01:00
IRCSocket.py
IRCUser.py
Logging.py Logging.BitBotFormatter no longer uses the format it's given (always iso8601) 2019-08-30 13:46:21 +01:00
ModuleManager.py actually prune non-loadable modules before doing dependency checks 2019-09-02 15:46:31 +01:00
Socket.py
Timers.py