maubot/maubot
2025-01-25 18:09:20 -05:00
..
cli Only include directories with __init__.py when building mbp file 2024-03-30 23:32:08 +02:00
db Store instance database engine in database 2022-05-27 22:48:23 +03:00
handlers Allow multiple event types in the same handler 2023-09-06 22:02:59 +03:00
lib Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
loader Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
management Fix autojoin and online flags not being applied if set during client creation (#258) 2025-01-22 20:10:39 +02:00
standalone Formatting woes. 2025-01-25 18:09:20 -05:00
testing Add a testing framework 2023-12-05 11:26:10 +01:00
__init__.py Blacken and isort code 2022-03-25 19:52:14 +02:00
__main__.py Allow the pickle_key to be configured via the config file. 2025-01-25 17:56:49 -05:00
__meta__.py Bump version to 0.5.1 2025-01-03 12:40:46 +02:00
client.py Formatting woes. 2025-01-25 18:09:20 -05:00
config.py Allow the pickle_key to be configured via the config file. 2025-01-25 17:56:49 -05:00
example-config.yaml Allow the pickle_key to be configured via the config file. 2025-01-25 17:56:49 -05:00
instance.py Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
matrix.py Cut off plaintext body if the event is too long 2024-10-04 00:59:39 +03:00
plugin_base.py Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
plugin_server.py Blacken and isort code 2022-03-25 19:52:14 +02:00
py.typed Adding a py.typed to avoid mypy errors when importing module 2023-03-31 10:34:17 +02:00
scheduler.py Add basic scheduler for plugins 2024-03-07 16:22:39 +02:00
server.py Fix PluginWebApp base path handling (#240) 2024-08-24 18:47:24 +03:00