- Jul 05, 2017
-
-
Erik Johnston authored
Separate federation servlet into different lists
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix caching error in the push evaluator
-
- Jul 04, 2017
-
-
Richard van der Hoff authored
Initialising `result` to `{}` in the parameters meant that every call to _flatten_dict used the *same* target dictionary. I'm hopeful this will fix https://github.com/matrix-org/synapse/issues/2270, but I suspect it won't. (This code seems to have been here since forever, unlike the bug, and I don't really think it explains the observed behaviour). Still, it makes it hard to investigate the problem.
-
Erik Johnston authored
Increase default cache size
-
Mark Haines authored
Improve the error handling for bad invites received over federation
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 30, 2017
-
-
Mark Haines authored
-
Erik Johnston authored
Prefill forward extrems and event to state groups
-
- Jun 29, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Cache macaroon parse and validation
-
Erik Johnston authored
Turns out this can be quite expensive for requests, and is easily cachable. We don't cache the lookup to the DB so invalidation still works.
-
Erik Johnston authored
Use an ExpiringCache for storing registration sessions
-
Erik Johnston authored
This is because pruning them was a significant performance drain on matrix.org
-
- Jun 27, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Make workers report to master for user ip updates
-
Erik Johnston authored
Batch upsert user ips
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 26, 2017
-
-
Erik Johnston authored
Reject local events that don't round trip the DB
-
Erik Johnston authored
Fix up indices for users_who_share_rooms
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Jun 24, 2017
-
-
Erik Johnston authored
Add configuration parameter to allow redaction of content from push m…
-
Caleb James DeLisle authored
-
- Jun 23, 2017
-
-
Caleb James DeLisle authored
-
Caleb James DeLisle authored
-
Caleb James DeLisle authored
Add configuration parameter to allow redaction of content from push messages for google/apple devices
-
Erik Johnston authored
Store URL cache preview downloads separately
-
Erik Johnston authored
This makes it easier to clear old media out at a later date
-
- Jun 22, 2017
-
-
Erik Johnston authored
Fix thinko in initial public room user spam
-
Erik Johnston authored
-
Erik Johnston authored
-