Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-20 | Move schema file for as_device_stream (#8590) | Will Hunt | 2 | -3/+3 | |
* Move schema file * Add a . * Add matching changelog entry * Fix sqlite | |||||
2020-10-19 | Fix 'LruCache' object has no attribute '_on_resize' (#8591) | Richard van der Hoff | 3 | -2/+17 | |
We need to make sure we are readu for the `set_cache_factor` callback. | |||||
2020-10-19 | Drop unused `device_max_stream_id` table (#8589) | Vasilis Gerakaris | 2 | -0/+2 | |
Signed-off-by: Vasilis Gerakaris <vasilis.gerakaris@navarino.gr> | |||||
2020-10-19 | Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) | Jonathan de Jong | 3 | -4/+6 | |
2020-10-19 | Expose the experimental appservice login flow to clients. (#8504) | Patrick Cloke | 2 | -0/+3 | |
2020-10-19 | Add `DeferredCache.get_immediate` method (#8568) | Richard van der Hoff | 7 | -27/+53 | |
* Add `DeferredCache.get_immediate` method A bunch of things that are currently calling `DeferredCache.get` are only really interested in the result if it's completed. We can optimise and simplify this case. * Remove unused 'default' parameter to DeferredCache.get() * another get_immediate instance | |||||
2020-10-19 | Include a simple message in email notifications that include encrypted ↵ | Patrick Cloke | 9 | -75/+107 | |
content (#8545) | |||||
2020-10-19 | Support running synmark on macOS. (#8578) | Patrick Cloke | 2 | -2/+6 | |
By using the "poll" reactor since macOS doesn't support epoll. | |||||
2020-10-19 | Start an opentracing span for background processes. (#8567) | Erik Johnston | 2 | -5/+7 | |
This should reduce the number of `There was no active span` errors we see. Fixes #8510. |