.. |
utils
|
Make labeled-resposnes it's own module, tag and track every sent line
|
2019-05-30 15:36:10 +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
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
Config.py
|
Omit Config keys that have falsey values (empty)
|
2018-12-02 08:28:59 +00:00 |
Database.py
|
Remove column from server.add SQL (leftover from removing 'ipv4' column)
|
2019-05-21 10:45:24 +01:00 |
EventManager.py
|
Switch back to events.name defaulting to None, use typing.cast to fix linting
|
2019-05-18 21:14:28 +01:00 |
Exports.py
|
Actually respect default return in Exports.get_one
|
2019-04-27 14:49:18 +01:00 |
IRCBot.py
|
add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting
|
2019-06-01 15:06:57 +01:00 |
IRCBuffer.py
|
Only search messages from other users in find_from (src/IRCBuffer.py)
|
2019-01-26 15:58:57 +00:00 |
IRCChannel.py
|
Add target typehint on IRCServer.send_tagmsg, add send_tagmsg to IRCChannel/IRCUser
|
2019-02-22 22:34:54 +00:00 |
IRCChannels.py
|
'IRCChannels._get_id' -> 'IRCChannels.get_id'
|
2019-04-07 13:59:53 +01:00 |
IRCLine.py
|
Immutable arg default values leads to weird data persistence
|
2019-05-30 15:30:15 +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
|
available_capability returns str - fix type hint for this
|
2019-06-01 15:02:38 +01:00 |
IRCSocket.py
|
Only enable write throttling when _write_buffer is empty
|
2019-05-31 15:49:34 +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
|
change utils.iso8601_format to default to no milliseconds, switch to using
|
2019-04-23 21:27:43 +01:00 |
ModuleManager.py
|
append ".py" when doing find_module on ModuleType.FILE
|
2019-05-27 16:56:13 +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 |