- Aug 22, 2018
-
-
Richard van der Hoff authored
Fix 500 error from /consent form
-
- Aug 21, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #3731
-
- Aug 20, 2018
-
-
Amber Brown authored
Fix exceptions when a connection is closed before we read the headers
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This fixes bugs introduced in #3700, by making sure that we behave sanely when an incoming connection is closed before the headers are read.
-
Richard van der Hoff authored
Make the logcontext filter not explode if it somehow ends up with a logcontext of None, since that infinite-loops the whole logging system.
-
Amber Brown authored
-
Amber Brown authored
-
Erik Johnston authored
Use get_cache_factor_for function for `state_cache`
-
Erik Johnston authored
-
Erik Johnston authored
This allows the cache factor for `state_cache` to be individually specified in the enviroment
-
Erik Johnston authored
Fix logging bug in EDU handling over replication
- Aug 17, 2018
-
-
Richard van der Hoff authored
Logcontexts for replication command handlers
-
Richard van der Hoff authored
Fix logcontexts for running pushers
-
Amber Brown authored
-
Amber Brown authored
-
Richard van der Hoff authored
Use a producer to stream back responses
-
Richard van der Hoff authored
Refactor request logging code
-
Neil Johnson authored
add new error type ResourceLimit
-
Neil Johnson authored
Merge branch 'neilj/limit_exceeded_error' of github.com:matrix-org/synapse into neilj/limit_exceeded_error
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
Neilj/resource limit block event creation
-
Amber Brown authored
Update the admin register documentation to return a real user ID
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
-
Travis Ralston authored
-
Travis Ralston authored
Presumably this is the intention anyways. I've also updated the domain part to be something more along the lines of what people might expect.
-
- Aug 16, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Run the handlers for replication commands as background processes. This should improve the visibility in our metrics, and reduce the number of "running db transaction from sentinel context" warnings. Ideally it means converting the things that fire off deferreds into the night into things that actually return a Deferred when they are done. I've made a bit of a stab at this, but it will probably be leaky.
-
Richard van der Hoff authored
First of all, avoid resetting the logcontext before running the pushers, to fix the "Starting db txn 'get_all_updated_receipts' from sentinel context" warning. Instead, give them their own "background process" logcontexts.
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-