- Nov 29, 2016
-
-
Richard van der Hoff authored
Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason.
-
- Nov 25, 2016
-
-
Richard van der Hoff authored
Remove redundant list of known caveat prefixes
-
- Nov 24, 2016
-
-
Erik Johnston authored
Correctly handle 500's and 429 on federation
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Also add some comments.
-
Erik Johnston authored
-
- Nov 23, 2016
-
-
Erik Johnston authored
More efficient notif count queries
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split out federation transaction sending to a worker
-
Erik Johnston authored
Ignore AS users when fetching push rules
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
By ignoring AS users early on when fetching push rules for a room we can avoid needlessly hitting the DB and filling up the caches.
-
Erik Johnston authored
-
- Nov 22, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegsay authored
Return early on /sync code paths if a '*' filter is used
-
Kegan Dougal authored
This is currently very conservative in that it only does this if there is no `since` token. This limits the risk to clients likely to be doing one-off syncs (like bridges), but does mean that normal human clients won't benefit from the time savings here. If the savings are large enough, I would consider generalising this to just check the filter.
-
Kegsay authored
Implement "event_fields" in filters
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Merge branch 'dbkr/work_around_devicename_bug' of github.com:matrix-org/synapse into release-v0.18.4
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Nov 21, 2016
-
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Also make it an inclusive not exclusive filter, as the spec demands.
-
Erik Johnston authored
-
Erik Johnston authored
-