- Jul 07, 2017
-
-
Erik Johnston authored
We know the users are joined and we can explicitly check for if they are ignoring the user, so lets do that.
-
- Jul 06, 2017
-
-
Erik Johnston authored
Fix bug where pusherpool didn't start and broke some rooms
-
Erik Johnston authored
Since we didn't instansiate the PusherPool at start time it could fail at run time, which it did for some users. This may or may not fix things for those users, but it should happen at start time and stop the server from starting.
-
Erik Johnston authored
Fix up user_ip replication commands
-
Erik Johnston authored
-
Erik Johnston authored
-
- 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
-
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