- Sep 20, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
- Sep 19, 2018
-
-
Richard van der Hoff authored
Let's try to rationalise the logging that happens when we are processing an incoming transaction, to make it easier to figure out what is going wrong when they take ages. In particular: - make everything start with a [room_id event_id] prefix - make sure we log a warning when catching exceptions rather than just turning them into other, more cryptic, exceptions.
-
Erik Johnston authored
Update to use new timeout function everywhere.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
The existing deferred timeout helper function (and the one into twisted) suffer from a bug when a deferred's canceller throws an exception, #3842. The new helper function doesn't suffer from this problem.
-
Richard van der Hoff authored
-
Amber Brown authored
Fix matrixfederationclient.py logging: Destination is a string
-
Amber Brown authored
-
Amber Brown authored
Set SNI to the server_name, not whatever was in the SRV record
-
Amber Brown authored
Bump timeout on get_missing_events request
-
- Sep 18, 2018
-
-
Travis Ralston authored
-
Travis Ralston authored
-
Richard van der Hoff authored
When we do a join, always try the server we used for the alias lookup first. Fixes #2418
-
Richard van der Hoff authored
We want to wait until we have read the response body before we log the request as complete, otherwise a confusing thing happens where the request appears to have completed, but we later fail it. To do this, we factor the salient details of a request out to a separate object, which can then keep track of the txn_id, so that it can be logged.
-
Amber Brown authored
Add python_version phone home stat
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #3843
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
don't ratelimit autojoins
-
Richard van der Hoff authored
Add variable for changing the max upload size in Docker container
-
Richard van der Hoff authored
Return a 404 when deleting unknown room alias
-
Richard van der Hoff authored
Fix more b'abcd' noise in metrics
-
Richard van der Hoff authored
Fix typo in README, synaspse -> synapse
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Sep 17, 2018
-
-
Will Hunt authored
-
Will Hunt authored
-
Will Hunt authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Will Hunt authored
-
Richard van der Hoff authored
Fix some b'abcd' noise in logs and metrics
-
Richard van der Hoff authored
-
Will Hunt authored
-
Richard van der Hoff authored
-