- Feb 21, 2020
-
-
Patrick Cloke authored
Ensure good comprehension hygiene using flake8-comprehensions.
-
Richard van der Hoff authored
Increase MAX_EVENTS_BEHIND for replication clients
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Andrew Morgan authored
Some small fixes to the copy in #6907.
-
- Feb 20, 2020
-
-
Patrick Cloke authored
Stop emitting room alias update events during room creation/upgrade.
-
Hubert Chathi authored
-
Ruben Barkow-Kuder authored
Signed-off-by:
Ruben Barkow-Kuder <github@r.z11.de>
-
- Feb 19, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
This may make gc go a bit faster as the gc will know things like caches/data stores etc. are frozen without having to check.
-
Erik Johnston authored
The state res v2 algorithm only cares about the difference between auth chains, so we can pass in the known common state to the `get_auth_chain` storage function so that it can ignore those events.
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Make room alias lists peekable
-
Brendan Abolivier authored
Clean up and update federation docs
-
Richard van der Hoff authored
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.
-
Richard van der Hoff authored
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them.
-
Erik Johnston authored
* Increase DB/CPU perf of `_is_server_still_joined` check. For rooms with large amount of state a single user leaving could cause us to go and load a lot of membership events and then pull out membership state in a large number of batches. * Newsfile * Update synapse/storage/persist_events.py Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Fix adding if too soon * Update docstring * Review comments * Woops typo Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Brendan Abolivier authored
Fix log in message retention purge jobs
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
As per https://github.com/matrix-org/matrix-doc/pull/2432#pullrequestreview-360566830, make room alias lists accessible to users outside world_readable rooms.
-
Richard van der Hoff authored
... and set it everywhere it's called. while we're here, rename it for consistency with `check_user_in_room` (and to help check that I haven't missed any instances)
-
- Feb 18, 2020
-
-
Richard van der Hoff authored
these were getting a bit unwieldy, so let's combine `check_joined_room` and `check_user_was_in_room` into a single `check_user_in_room`.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Richard van der Hoff authored
per matrix-org/matrix-doc#2432
-
Richard van der Hoff authored
Rewrite _EventInternalMetadata to back it with a dict
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Add mention and warning about ACME v1 deprecation to the TLS config
-
Erik Johnston authored
We do this by moving the recursive query to be fully in the DB.
-
Erik Johnston authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-