.. |
utils
|
Revert "add utils.parse.shortencode() and utils.parse.shortdecode - effectively base62"
|
2019-12-06 14:29:26 +00: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
|
chance src/Cache.py from time.monotonic() to time.time()
|
2019-11-19 11:41:50 +00:00 |
Config.py
|
Omit Config keys that have falsey values (empty)
|
2018-12-02 08:28:59 +00:00 |
Control.py
|
add a way to execute commands through bitbotd (use for master-password)
|
2019-11-21 10:39:26 +00:00 |
Database.py
|
add database.users.get_nickname, to get nickname from ID
|
2019-12-01 07:05:17 +00:00 |
EventManager.py
|
Fix type errors detected by 'mypy --ignore-missing-imports src'.
|
2019-10-30 22:26:59 +01:00 |
Exports.py
|
Implemnt _options_factory for OptionsSetting to have dynamic options
|
2019-06-29 22:26:28 +01:00 |
IRCBot.py
|
move things like IRCBot.VERSION to before imports (for utils.http)
|
2019-11-20 14:41:14 +00:00 |
IRCBuffer.py
|
only add BufferLine to buffer *after* received.message.* callback
|
2019-11-30 20:25:52 +00: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
|
add IRCLine.parse_human() to allow for "!raw /msg jesopo hello"
|
2019-11-27 17:38:17 +00: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
|
refactor karma to be per-user. added data migration script for this
|
2019-12-01 07:07:28 +00:00 |
IRCSocket.py
|
'server.conncect_time' -> 'server.connect_time'
|
2019-10-10 12:31:24 +01:00 |
IRCUser.py
|
refactor permissions and allow hostmasks to be assigned to accounts
|
2019-11-21 15:49:08 +00:00 |
LockFile.py
|
utils.datetime.datetime_utcnow() -> utils.datetime.utcnow()
|
2019-11-25 18:18:09 +00:00 |
Logging.py
|
move all datetime-related code from utils/__init__ to utils.datetime
|
2019-11-15 13:59:09 +00:00 |
ModuleManager.py
|
refactor commands (mostly stdout/stderr) and split typing/reply out
|
2019-11-22 16:23:30 +00: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 |