- Jun 22, 2018
-
-
Amber Brown authored
-
- Jun 21, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
- Jun 20, 2018
-
-
Richard van der Hoff authored
Write a clear restart indicator in logs
-
Richard van der Hoff authored
Add error code to room creation error
-
Richard van der Hoff authored
I'm fed up with never being able to find the point a server restarted in the logs.
-
Amber Brown authored
-
- Jun 16, 2018
-
-
Matthew Hodgson authored
-
- Jun 14, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
SECURITY UPDATE: Prevent unauthorised users from setting state events in a room when there is no `m.room.power_levels` event in force in the room. (PR #3397) Discussion around the Matrix Spec change proposal for this change can be followed at https://github.com/matrix-org/matrix-doc/issues/1304.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Adjust event auth rules when there is no PL event
-
Richard van der Hoff authored
We need power levels for this test to do what it is supposed to do.
-
Richard van der Hoff authored
-
Michael Wagner authored
This error code is mentioned in the documentation at https://matrix.org/docs/api/client-server/#!/Room32creation/createRoom
-
Richard van der Hoff authored
Make it so that, before there is a power-levels event in the room, you need a power level of at least 50 to send state. Partially addresses https://github.com/matrix-org/matrix-doc/issues/1192
-
Richard van der Hoff authored
stop pretending that it returns a boolean, which just almost gave me a heart attack.
-
Amber Brown authored
-
Richard van der Hoff authored
it makes it easier for me to reason about
-
Amber Brown authored
-
- Jun 13, 2018
-
-
Richard van der Hoff authored
Fix commandline federation_client to send the right Host header
-
Amber Brown authored
Use the correct flag (enable_metrics) when warning about an incorrect metrics setup
-
Amber Brown authored
Use the RegistryProxy for appservices too
-
- Jun 12, 2018
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Richard van der Hoff authored
This appears to have stopped working since matrix.org moved to cloudflare. The Host header should match the name of the server, not whatever is in the SRV record.
-
- Jun 11, 2018
-
-
David Baker authored
Remove email addresses / phone numbers from ID servers when they're removed from synapse
-
Matthew Hodgson authored
-
- Jun 08, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
Changes in synapse v0.31.1 (2018-06-08) ======================================= v0.31.1 fixes a security bug in the ``get_missing_events`` federation API where event visibility rules were not applied correctly. We are not aware of it being actively exploited but please upgrade asap. Bug Fixes: * Fix event filtering in get_missing_events handler (PR #3371)
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Matthew Hodgson authored
-
David Baker authored
Try to log more helpful info when a sig verification fails
-
David Baker authored
Fix event filtering in get_missing_events handler
-
Richard van der Hoff authored
Firstly, don't swallow the reason for the failure Secondly, don't assume all exceptions are verification failures Thirdly, log a bit of info about the key being used if debug is enabled
-