- Feb 19, 2020
-
-
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`.
-
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
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
-
Brendan Abolivier authored
Update INSTALL.md to recommend reverse proxying and warn about ACMEv1 deprecation
-
Patrick Cloke authored
Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted.
-
Richard van der Hoff authored
Lots of people seem to get confused by this mode, and it's been deprecated since Synapse 1.1.0. It's time for it to go.
-
- Feb 17, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
-
- Feb 14, 2020
-
-
Patrick Cloke authored
Add typing information to the spam checker modules.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Mostly, this gives mypy an easier time.
-
Richard van der Hoff authored
this amounts to the same thing, but replaces `_event_dict` with `_dict`, and removes some of the function layers generated by `property`.
-
Fridtjof Mund authored
Signed-off-by:
Fridtjof Mund <fridtjof@das-labor.org>
-
Richard van der Hoff authored
Fixes #6916.
-
Patrick Cloke authored
Convert directory handler tests to use HomeserverTestCase.
-
Patrick Cloke authored
Add a method to the spam checker to filter the user directory results.
-
- Feb 13, 2020
-
-
Brendan Abolivier authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Patrick Cloke authored
Add documentation for the spam checker.
-