- Aug 22, 2018
-
-
Travis Ralston authored
-
- Aug 21, 2018
-
-
Matthew Hodgson authored
Splits the state_group_cache in two. One half contains normal state events; the other contains member events. The idea is that the lazyloading common case of: "I want a subset of member events plus all of the other state" can be accomplished efficiently by splitting the cache into two, and asking for "all events" from the non-members cache, and "just these keys" from the members cache. This means we can avoid having to make DictionaryCache aware of these sort of complicated queries, whilst letting LL requests benefit from the caching. Previously we were unable to sensibly use the caching and had to pull all state from the DB irrespective of the filtering, which made things slow. Hopefully fixes https://github.com/matrix-org/synapse/issues/3720.
-
Richard van der Hoff authored
Bugfixes -------- - Fix bug in v0.33.3rc1 which caused infinite loops and OOMs ([\#3723](https://github.com/matrix-org/synapse/issues/3723))
-
Erik Johnston authored
Don't log exceptions when failing to fetch server keys
-
Erik Johnston authored
LaterGauge needs to call thread safe functions
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Not being able to resolve or connect to remote servers is an expected error, so we shouldn't log at ERROR with stacktraces.
-
Erik Johnston authored
-
- 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.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
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
-