- Nov 21, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 17, 2016
-
-
Erik Johnston authored
-
- Nov 16, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 15, 2016
-
-
Erik Johnston authored
Use external ldap auth pacakge
-
Erik Johnston authored
Correctly intern keys in state cache
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 14, 2016
-
-
Kegsay authored
Store Promise<Response> instead of Response for HTTP API transactions
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Nov 12, 2016
-
-
Erik Johnston authored
Add support for durations in minutes
-
Daniel Dent authored
-
- Nov 11, 2016
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Nov 10, 2016
-
-
Kegan Dougal authored
-
Kegan Dougal authored
This fixes a race whereby: - User hits an endpoint. - No cached transaction so executes main code. - User hits same endpoint. - No cache transaction so executes main code. - Main code finishes executing and caches response and returns. - Main code finishes executing and caches response and returns. This race is common in the wild when Synapse is struggling under load. This commit fixes the race by: - User hits an endpoint. - Caches the promise to execute the main code and executes main code. - User hits same endpoint. - Yields on the same promise as the first request. - Main code finishes executing and returns, unblocking both requests.
-
- Nov 09, 2016
-
-
Erik Johnston authored
Don't assume providers raise ConfigError's
-
- Nov 08, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This only makes a difference for versions of ldap3 before 1.0, but a) its best to be explicit and b) there are distributions that package ancient versions for ldap3 (e.g. debian).
-
Erik Johnston authored
Limit the number of prev_events of new events
-
Erik Johnston authored
-
Erik Johnston authored
Respect use_frozen_dicts option in workers
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-