.. |
utils
|
add a fairly basic file locking mechanism with src/LockFile.py
|
2019-10-10 12:11:03 +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
|
refactor anything that effects event poll timeout in to PollHook objects
|
2019-10-08 12:20:08 +01:00 |
Config.py
|
Omit Config keys that have falsey values (empty)
|
2018-12-02 08:28:59 +00:00 |
Control.py
|
fix type linting issues for client in Control.is_readable
|
2019-10-14 18:17:15 +01: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
|
run Control callbacks on main thread
|
2019-10-14 14:51:53 +01:00 |
IRCBuffer.py
|
add IRCBuffer.find_many_from()
|
2019-09-26 13:44:21 +01:00 |
IRCChannel.py
|
fix IRCChannel.topic_setter type hint
|
2019-10-08 14:55:46 +01:00 |
IRCChannels.py
|
refactor all checks for channel_type to server.is_channel()
|
2019-09-20 14:52:41 +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
|
combine find_setting() and find_setting_prefix() on user/channel/server/bot
|
2019-10-07 12:46:52 +01:00 |
IRCSocket.py
|
'server.conncect_time' -> 'server.connect_time'
|
2019-10-10 12:31:24 +01:00 |
IRCUser.py
|
combine find_setting() and find_setting_prefix() on user/channel/server/bot
|
2019-10-07 12:46:52 +01:00 |
LockFile.py
|
LockFile doesn't need to hold on to _database_location
|
2019-10-11 14:00:02 +01:00 |
Logging.py
|
'test_handler' -> 'hook_handler'
|
2019-10-11 17:17:43 +01:00 |
ModuleManager.py
|
remove safe arg from ModuleManager.load_modules() - try_reload_modules covers this now
|
2019-10-14 13:02:16 +01:00 |
PollHook.py
|
refactor anything that effects event poll timeout in to PollHook objects
|
2019-10-08 12:20:08 +01:00 |
PollSource.py
|
add "poll sources" - objects that can provide additional filenos for polling
|
2019-10-11 13:59:28 +01:00 |
Socket.py
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
Timers.py
|
transient timers shouldn't use the event system
|
2019-10-08 13:49:55 +01:00 |