bitbot-3.11-fork/src
2019-08-09 15:02:10 +01:00
..
utils Remove extraneous space 2019-08-07 14:00:56 +01:00
__init__.py
Cache.py Don't needlessly call time.monotonic() when checking cache expirations 2019-06-22 23:30:15 +01:00
Config.py
Database.py add --remove-server/-R cli arg 2019-07-12 09:30:22 +01:00
EventManager.py pull priority out of kwargs in _hook 2019-07-30 15:24:13 +01:00
Exports.py Implemnt _options_factory for OptionsSetting to have dynamic options 2019-06-29 22:26:28 +01:00
IRCBot.py v1.11.0-rc1 release 2019-08-09 15:02:10 +01:00
IRCBuffer.py typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py "paramatered" -> "parametered" 2019-07-04 17:23:36 +01:00
IRCChannels.py 'self.channels' -> 'self._channels' 2019-07-11 14:22:33 +01:00
IRCLine.py source should have ':' appended 2019-07-28 20:55:54 +01:00
IRCObject.py
IRCServer.py move socket creation to it's own function, send event just prior to .connect 2019-07-28 18:07:23 +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
Logging.py Logging._log()'s params arg should be typing.Optiona[] 2019-06-07 13:35:20 +01:00
ModuleManager.py Refactor hook kwargs to be stored as a list of tuples to support key duplicates 2019-07-28 12:35:04 +01:00
Socket.py
Timers.py Return new Timers 2019-07-09 11:16:34 +01:00