.. |
utils
|
Implement dependency system for CAPs
|
2019-06-21 18:05: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
|
Fix Database.ChannelSettings.find SQL
|
2019-06-17 17:51:27 +01:00 |
EventManager.py
|
Restrict EventManager calls to the main thread
|
2019-06-22 12:21:44 +01:00 |
Exports.py
|
Actually respect default return in Exports.get_one
|
2019-04-27 14:49:18 +01:00 |
IRCBot.py
|
Return 0 seconds if timeout seconds is negative
|
2019-06-24 17:22:08 +01:00 |
IRCBuffer.py
|
typehint for IRCBuffer._lines
|
2019-06-07 13:34:30 +01:00 |
IRCChannel.py
|
return generated SentLine objects from IRCChannel.send_* functions
|
2019-06-21 18:25:21 +01:00 |
IRCChannels.py
|
'IRCChannels._get_id' -> 'IRCChannels.get_id'
|
2019-04-07 13:59:53 +01:00 |
IRCLine.py
|
give every ParsedLine a uuid4 .id for tracking purposes
|
2019-06-21 10:33:59 +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
|
until_read_timeout is a func - read_timed_out has always been returning false
|
2019-06-22 23:31:06 +01:00 |
IRCSocket.py
|
only count "\n"s (not "\r\n") that hit the wire, incase \r\n gets cut in half
|
2019-06-17 18:23:38 +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
|
Differentiate between module "not found" and "not loaded"
|
2019-06-19 23:11:42 +01:00 |
Socket.py
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
Timers.py
|
list()-ify filter() return, otherwise boolean checks against it are wrong
|
2019-06-01 15:05:57 +01:00 |