- Jun 21, 2019
-
-
Richard van der Hoff authored
Make it a bit clearer what's going on.
-
Andrew Morgan authored
Fixes https://github.com/matrix-org/synapse/issues/5431 `jinja2` was being imported even when it wasn't strictly necessary. This made it required to run Synapse, even if the functionality that required it wasn't enabled. This was causing new Synapse installations to crash on startup. Email modules are now required.
-
Richard van der Hoff authored
There is a README.txt which always sets off this warning, which is a bit alarming when you first start synapse. I don't think we need to warn about this.
-
Richard van der Hoff authored
-
Erik Johnston authored
Fix /messages on worker when no token supplied
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Support pagination API in client_reader worker
-
Erik Johnston authored
E_TOO_MANY_NEGATIVES Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add metrics for length of new extremities persisted.
-
- Jun 20, 2019
-
-
Neil Johnson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Amber Brown authored
-
- Jun 19, 2019
-
-
Erik Johnston authored
Handle the case of `get_missing_events` failing
-
Erik Johnston authored
Add experimental option to reduce extremities.
-
Erik Johnston authored
-
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.
-
Erik Johnston authored
-
Erik Johnston authored
-
- 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
-