bitbot-3.11-fork/src
2019-10-30 13:46:29 +00:00
..
utils add utils.date_human() - use it in badges.py 2019-10-30 10:25:07 +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 bitbotctl stop should be keepalive so it exits when bitbotd exits 2019-10-18 11:29:59 +01:00
Database.py
EventManager.py move typing.Callable def so Event doesn't have to be in " " 2019-10-29 18:00:59 +00: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 add IRCBuffer.find_many_from() 2019-09-26 13:44:21 +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 move IRCLine related code from utils.irc to IRCLine.py 2019-10-27 10:19:00 +00:00
IRCObject.py
IRCServer.py fix _line() related type hinting issues in IRCServer.py 2019-10-30 13:46:29 +00:00
IRCSocket.py 'server.conncect_time' -> 'server.connect_time' 2019-10-10 12:31:24 +01:00
IRCUser.py combine find_setting() and find_setting_prefix() on user/channel/server/bot 2019-10-07 12:46:52 +01:00
LockFile.py default to using a "data directory" for bitbot (~/.bitbot/) 2019-10-17 12:39:56 +01:00
Logging.py hook_handler should be catching TRACE logging 2019-10-17 17:49:49 +01:00
ModuleManager.py remove safe arg from ModuleManager.load_modules() - try_reload_modules covers this now 2019-10-14 13:02:16 +01: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 Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00