maubot/maubot
DeepBlueV7.X 235ce89df1
Fix crypto db not working with scheme postgresql
The postgres:// scheme does not work in sqlalchemy 1.4 or higher.
Support for postgresql:// was added in 1.1.
I updated by config file and suddenly my encryption didn't work anymore,
which confused me quite a bit.

See: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b
2021-07-12 15:56:29 +00:00
..
cli Let plugins read their own files directly 2021-06-11 16:03:52 +03:00
handlers Fix getting name of function for command handlers 2021-06-08 11:44:34 +03:00
lib Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
loader Update mautrix-python 2021-06-18 21:03:52 +03:00
management Update Fira Code bundled in frontend to v5.2 2021-06-11 11:57:59 +03:00
standalone Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
__init__.py Clear plugin webapp routes in default stop() 2019-04-16 16:33:19 +03:00
__main__.py Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
__meta__.py Bump version to 0.1.2 2021-06-12 14:09:36 +03:00
client.py Fix crypto db not working with scheme postgresql 2021-07-12 15:56:29 +00:00
config.py Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
db.py Add support for end-to-end encryption. Fixes #46 2020-07-12 14:55:41 +03:00
instance.py Let plugins read their own files directly 2021-06-11 16:03:52 +03:00
matrix.py Decrypt events in get_event. Fixes #123 2021-06-11 11:06:28 +03:00
plugin_base.py Let plugins read their own files directly 2021-06-11 16:03:52 +03:00
plugin_server.py Update copyright year 2019-06-08 17:42:07 +03:00
server.py Swap urllib for yarl; make use of process.env 2020-01-09 14:32:38 +01:00