Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-19 | Move MSC2432 stuff onto unstable prefix (#6948) | Richard van der Hoff | 2 | -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-19 | Tiny optimisation for _get_handler_for_request (#6950) | Richard van der Hoff | 2 | -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-19 | Increase DB/CPU perf of `_is_server_still_joined` check. (#6936) | Erik Johnston |