- Sep 14, 2018
-
-
Erik Johnston authored
-
- Sep 13, 2018
-
-
Amber Brown authored
-
- Sep 12, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Sep 06, 2018
-
-
Amber Brown authored
-
Neil Johnson authored
-
- Sep 05, 2018
-
-
Neil Johnson authored
-
Richard van der Hoff authored
Use the actual origin for push transactions, rather than whatever the remote server claimed.
-
- Sep 03, 2018
-
-
Amber Brown authored
-
- Aug 31, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Richard van der Hoff authored
-
- Aug 24, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
This manifested in synapse repeatedly setting the tag for the room
-
- Aug 23, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This was due to a bug where we mutated a cached event's contents
-
Erik Johnston authored
-
- Aug 22, 2018
-
-
Erik Johnston 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.
-
- Aug 18, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-
Neil Johnson authored
-
Erik Johnston authored
-
- Aug 16, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 15, 2018
-
-
Matthew Hodgson authored
-
Amber Brown authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 14, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-