summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-19Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff2-1/+9
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 Johnston