bitbot-3.11-fork/src
2019-11-13 10:47:58 +00:00
..
utils add typehinting for foreground/background 2019-11-13 10:47:58 +00:00
__init__.py
Cache.py refactor anything that effects event poll timeout in to PollHook objects 2019-10-08 12:20:08 +01:00
Config.py
Control.py silently eat Control socket .send() failures 2019-11-08 13:38:07 +00:00
Database.py add --remove-server/-R cli arg 2019-07-12 09:30:22 +01:00
EventManager.py Fix type errors detected by 'mypy --ignore-missing-imports src'. 2019-10-30 22:26:59 +01:00
Exports.py
IRCBot.py reason arg of panic() shouldn't be optional, detect current exception 2019-10-25 14:31:09 +01:00
IRCBuffer.py Fix type errors detected by 'mypy --ignore-missing-imports src'. 2019-10-30 22:26:59 +01:00
IRCChannel.py fix IRCChannel.topic_setter type hint 2019-10-08 14:55:46 +01:00
IRCChannels.py refactor all checks for channel_type to server.is_channel() 2019-09-20 14:52:41 +01:00
IRCLine.py add IRCArgs.append func 2019-11-08 17:41:18 +00:00
IRCObject.py
IRCServer.py Fix type errors detected by 'mypy --ignore-missing-imports src'. 2019-10-30 22:26:59 +01:00
IRCSocket.py 'server.conncect_time' -> 'server.connect_time' 2019-10-10 12:31:24 +01:00
IRCUser.py colorize nicks on JOIN formatting 2019-11-11 12:49:45 +00:00
LockFile.py default to using a "data directory" for bitbot (~/.bitbot/) 2019-10-17 12:39:56 +01:00
Logging.py Fix type errors detected by 'mypy --ignore-missing-imports src'. 2019-10-30 22:26:59 +01:00
ModuleManager.py add on_pause() and on_resume() for module - use in rest_api.py 2019-11-04 10:52:41 +00:00
PollHook.py refactor anything that effects event poll timeout in to PollHook objects 2019-10-08 12:20:08 +01:00
PollSource.py add "poll sources" - objects that can provide additional filenos for polling 2019-10-11 13:59:28 +01:00
Socket.py
Timers.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00