bitbot-3.11-fork/src
2019-07-15 14:27:55 +01:00
..
utils asyncio.gather -> asyncio.wait (with timeout) 2019-07-08 14:50:11 +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 Don't needlessly call time.monotonic() when checking cache expirations 2019-06-22 23:30:15 +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 gotta str()-ify kwargs before logging it 2019-07-15 14:27:55 +01:00
Exports.py Implemnt _options_factory for OptionsSetting to have dynamic options 2019-06-29 22:26:28 +01:00
IRCBot.py Update IRCBot except queue.Empty comment 2019-06-26 13:43:00 +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 don't silently truncate at newline in IRCLine.ParsedLine.truncate() 2019-07-15 14:26:45 +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 "paramatered" -> "parametered" 2019-07-04 17:23:36 +01:00
IRCSocket.py threading.Lock() around any access to _write_buffer 2019-07-04 06:56:05 +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._log()'s params arg should be typing.Optiona[] 2019-06-07 13:35:20 +01:00
ModuleManager.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +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