summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-26Cast a coroutine into a Deferred in the federation base (#6996)Patrick Cloke2-6/+9
Properly convert a coroutine into a Deferred in federation_base to fix an error when joining a room.
2020-02-211.11.0 v1.11.0 github/release-v1.11.0 release-v1.11.0Richard van der Hoff4-2/+16
2020-02-21Small grammar fixes to the ACME v1 deprecation notice (#6944)Andrew Morgan3-10/+10
Some small fixes to the copy in #6907.
2020-02-19update changes.md v1.11.0rc1Richard van der Hoff1-6/+5
2020-02-191.11.0rc1Richard van der Hoff57-56/+74
2020-02-19Revert `get_auth_chain_ids` changes (#6951)Erik Johnston2-28/+1
2020-02-19Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff4-4/+23
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
2020-02-19Tiny optimisation for _get_handler_for_request (#6950)Richard van der Hoff2-1/+4
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them.
2020-02-19Increase DB/CPU perf of `_is_server_still_joined` check. (#6936)Erik Johnston3-15/+60