maubot/maubot
2025-08-23 15:54:09 +00:00
..
cli Support custom licenses 2025-02-05 09:40:51 -03: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 default value for profile when creating client 2025-08-19 12:28:11 +03:00
standalone Update Alpine and Node 2025-01-03 12:31:01 +02: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 Set crypto_db to None when dependencies aren't installed 2022-03-29 20:03:30 +03:00
__meta__.py Bump version to 0.5.2 2025-05-06 00:10:47 +03:00
client.py Catch errors when updating profile from server 2025-08-19 12:25:03 +03:00
config.py Update mautrix-python 2023-09-06 22:03:01 +03:00
example-config.yaml Clarify what ui_base_path does 2025-08-08 19:55:10 +03:00
instance.py Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
matrix.py Don't cut off body if there's nothing there 2025-08-09 22:00:29 +03:00
plugin_base.py Remove hard dependency on SQLAlchemy 2024-08-06 18:47:14 +03:00
plugin_server.py Fix clearing PluginWebApp 2025-01-28 16:56:16 +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