summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-19Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2-0/+2
2020-10-19Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)Jonathan de Jong3-4/+6
2020-10-19Expose the experimental appservice login flow to clients. (#8504)Patrick Cloke2-0/+3
2020-10-19Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff7-27/+53
2020-10-19Include a simple message in email notifications that include encrypted conten...Patrick Cloke9-75/+107
2020-10-19Support running synmark on macOS. (#8578)Patrick Cloke2-2/+6
2020-10-19Start an opentracing span for background processes. (#8567)Erik Johnston2-5/+7
2020-10-19Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff8-27/+30
2020-10-17Pre-emptively fix synapse.storage.types.Connection for future mypy release (#...Jonathan de Jong3-3/+4
2020-10-16Fix synmark (#8571)Richard van der Hoff2-1/+2
2020-10-16Clean-up old transaction IDs on the background worker. (#8544)Patrick Cloke2-1/+2
2020-10-16Add .venv* to .gitignore (#8566)Jonathan de Jong2-0/+2
2020-10-16