- Jul 12, 2018
-
-
Erik Johnston authored
-
- Jul 10, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This avoids us from uncessarily hitting the database when there has been no change for the room
-
Richard van der Hoff authored
Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics.
-
Richard van der Hoff authored
Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself.
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
Add CPU metrics for _fetch_event_list
-
- Jul 09, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
add a Measure block on _fetch_event_list, in the hope that we can better measure CPU usage here.
-
Richard van der Hoff authored
Run isort on Synapse
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
-
- Jul 07, 2018
-
-
Amber Brown authored
-
Amber Brown authored
- Jul 06, 2018
-
-
Richard van der Hoff authored
Synapse 0.32.1 (2018-07-06) =========================== Bugfixes -------- - Add explicit dependency on netaddr ([#3488](https://github.com/matrix-org/synapse/issues/3488))
-
Richard van der Hoff authored
Add explicit dependency on netaddr
-
Richard van der Hoff authored
the dependencies file, causing failures on upgrade (and presumably for new installs).
-
- Jul 05, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
Neil Johnson authored
-
Erik Johnston authored
More server_name validation
- Jul 04, 2018
-
-
Richard van der Hoff authored
... as described at https://docs.google.com/document/d/1EttUVzjc2DWe2ciw4XPtNpUpIl9lWXGEsy2ewDS7rtw.
-
Richard van der Hoff authored
We need to do a bit more validation when we get a server name, but don't want to be re-doing it all over the shop, so factor out a separate parse_and_validate_server_name, and do the extra validation. Also, use it to verify the server name in the config file.
-
Richard van der Hoff authored
Reinstate lost run_on_reactor in unit test
-
Erik Johnston authored
Invalidate cache on correct thread
-
Erik Johnston authored
Fix up auth check
-
Richard van der Hoff authored
a61738b3 removed a call to run_on_reactor from a unit test, but that call was doing something useful, in making the function in question asynchronous. Reinstate the call and add a check that we are testing what we wanted to be testing.
-
- Jul 03, 2018
-
-
Richard van der Hoff authored
Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system.
-
- Jul 02, 2018
-
-
Richard van der Hoff authored
don't mix unicode strings with utf8-in-byte-strings
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-