bitbot-3.11-fork/src
2019-09-17 17:09:19 +01:00
..
utils log which URL caused an error in request_many 2019-09-17 17:09:19 +01:00
__init__.py Add src/__init__.py to allow mypy to see src/ as a module 2018-11-02 11:51:13 +00:00
Cache.py change Cache.py to be key:value 2019-09-02 14:07:26 +01:00
Config.py Omit Config keys that have falsey values (empty) 2018-12-02 08:28:59 +00:00
Database.py add --remove-server/-R cli arg 2019-07-12 09:30:22 +01:00
EventManager.py EventRoot._hook's kwarg should be a list of tuples 2019-09-16 15:34:34 +01:00
Exports.py Implemnt _options_factory for OptionsSetting to have dynamic options 2019-06-29 22:26:28 +01:00
IRCBot.py Revert "add IRCBot.http_client(), to allow modules to override default http client" 2019-09-11 18:08:44 +01:00
IRCBuffer.py should only return a BufferLineMatch when we actually match 2019-08-15 13:45:04 +01:00
IRCChannel.py add missing IRCLine import to IRCChannel 2019-09-17 10:21:31 +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 source should have ':' appended 2019-07-28 20:55:54 +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 translate INVITE from [channel_name, target] to [target, channel_name] 2019-09-12 11:24:25 +01:00
IRCSocket.py move socket creation to it's own function, send event just prior to .connect 2019-07-28 18:07:23 +01:00
IRCUser.py Add IRCUser.hostmask() to format nick/user/host in to a hostmask 2019-03-12 10:39:54 +00:00
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 Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py Return new Timers 2019-07-09 11:16:34 +01:00