- Jun 19, 2019
-
-
Erik Johnston authored
Handle the case of `get_missing_events` failing
-
Erik Johnston authored
Add experimental option to reduce extremities.
-
Richard van der Hoff authored
Include xmlsec in the docker image
-
Erik Johnston authored
-
Brendan Abolivier authored
Fix typo in deactivation background job
-
Brendan Abolivier authored
-
- Jun 18, 2019
-
-
Richard van der Hoff authored
Improve advice regarding poor performance
-
David Baker authored
I had to add quite a lot of logging to diagnose a problem with 3pid invites - we only logged the one failure which isn't all that informative. NB. I'm not convinced the logic of this loop is right: I think it should just accept a single valid signature from a trusted source rather than fail if *any* signature is invalid. Also it should probably not skip the rest of middle loop if a check fails? However, I'm deliberately not changing the logic here.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #5467.
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Adds new config option `cleanup_extremities_with_dummy_events` which periodically sends dummy events to rooms with more than 10 extremities. THIS IS REALLY EXPERIMENTAL.
-
- Jun 17, 2019
-
-
cclauss authored
* Fix seven contrib files with Python syntax errors Signed-off-by:
cclauss <cclauss@me.com>
-
Brendan Abolivier authored
Add third party rules hook for 3PID invites
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Add third party rules hook into create room
-
Jorik Schellekens authored
Joriks/demo python3
-
Jorik Schellekens authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Jorik Schellekens authored
Configure the demo servers to use untrusted tls certs so that they communicate with each other. This configuration makes them very unsafe so I've added warnings about it in the readme.
-
Amber Brown authored
-
Erik Johnston authored
Handle HttpResponseException when using federation client.
-
Erik Johnston authored
Fix email notifications for unnamed rooms with multiple people
-
Erik Johnston authored
Only start background group attestation renewals on master
-
Amber Brown authored
Including workers!
-
Erik Johnston authored
Fix 3PID invite room state over federation.
-
- Jun 14, 2019
-
-
Brendan Abolivier authored
Allow server admins to define implementations of extra rules for allowing or denying incoming events
-
Erik Johnston authored
Prometheus histograms are cumalative
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Fix background job for deactivated flag
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
-
Erik Johnston authored
Fixes that when a user exchanges a 3PID invite for a proper invite over federation it does not include the `invite_room_state` key. This was due to synapse incorrectly sending out two invite requests.
-