.. |
core_modules
|
add 'delserver' command (#297)
|
2021-02-06 00:32:00 +00:00 |
utils
|
remove scrypt requirement, use hashlib.scrypt instead
|
2021-03-07 15:36:17 +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
|
open possibly-utf8 files with forced utf8
|
2020-02-24 15:24:39 +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.by_id()
|
2020-02-06 16:40:20 +00:00 |
DatabaseEngines.py
|
move --database/data-dir/log-dir to bot.conf, do some work for diff db engines
|
2019-12-19 13:56:58 +00:00 |
EventManager.py
|
don't call hooks added during event call and don't call ones removed
|
2020-02-15 20:42:18 +00:00 |
Exports.py
|
exports.get_one() -> exports.get()
|
2020-03-08 14:14:00 +00:00 |
IRCBot.py
|
actually fix typehint and you can only throw Exception inheritors
|
2020-08-26 10:32:31 +00:00 |
IRCBuffer.py
|
add IRCBuffer.find_all()
|
2020-01-30 14:57:24 +00:00 |
IRCChannel.py
|
add channel mlock (mode lock) functionality to channel_op.py
|
2020-04-13 20:59:58 +01:00 |
IRCChannels.py
|
server should be IRCServer, not IRCChannels
|
2020-01-22 12:28:05 +00:00 |
IRCLine.py
|
remove old comment
|
2020-08-26 10:19:54 +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
|
support {DATA} in tls-certificate and tls-key
|
2021-02-12 16:58:08 +00:00 |
IRCSocket.py
|
log ip, if available, when connection fails (mostly for tls)
|
2020-07-03 10:31:23 +01:00 |
IRCUser.py
|
add .send_action utils functions to Server, Channel and User
|
2020-03-23 15:27:22 +00:00 |
LockFile.py
|
split utils.datetime out in to .parse and .format
|
2020-01-30 21:20:56 +00:00 |
Logging.py
|
add bot.conf options so we can disable given log files
|
2020-04-10 22:53:19 +01:00 |
ModuleManager.py
|
support @utils.export on functions, to export those functions
|
2020-02-19 17:22:37 +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 |