- Mar 30, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
This is because getcallargs recomputes the getargspec, amongst other things, which we don't need to do as its already been done
-
Erik Johnston authored
-
Richard van der Hoff authored
The cache wrappers had a habit of leaking the logcontext into the reactor while the lookup function was running, and then not restoring it correctly when the lookup function had completed. It's all the fault of `preserve_context_over_{fn,deferred}` which are basically a bit broken.
-
Erik Johnston authored
-
- Mar 29, 2017
-
-
Anant Prakash authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix bug where current_state_events renamed to current_state_ids
-
Erik Johnston authored
* Bail early if remote wouldn't be retried * Don't always return true * Just use get_retry_limiter * Spelling
-
Erik Johnston authored
Don't user upsert to persist new one time keys
-
Erik Johnston authored
Notify on new federation traffic
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix installation issues
-
- Mar 28, 2017
-
-
Erik Johnston authored
Batch sending of device list pokes
-
Erik Johnston authored
-
- Mar 27, 2017
-
-
Erik Johnston authored
Short circuit if all new events have same state group
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 24, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
Use presence replication stream to invalidate cache
-
Erik Johnston authored
-
Erik Johnston authored
Add slave transaction store to workers who send federation requests
-
Erik Johnston authored
Instead of using the cache invalidation replication stream to invalidate the _get_presence_cache, we can instead rely on the presence replication stream. This reduces the amount of replication traffic considerably.
-
Erik Johnston authored
Cache hosts in room
-
Erik Johnston authored
-
Richard van der Hoff authored
try not to drop context after federation requests
-
Richard van der Hoff authored
Add another missing yield on check_device_registered
-
Erik Johnston authored
-
Erik Johnston authored
Reduce some CPU work on DB threads
-
Erik Johnston authored
cursor_to_dict can be surprisinglh expensive for large result sets, so lets only call it when we need to.
-
Erik Johnston authored
-
David Baker authored
Fix token request for addition of phone numbers
-
David Baker authored
Fix rejection of invites not reaching sync
-
- Mar 23, 2017
-
-
Richard van der Hoff authored
preserve_context_over_fn uses a ContextPreservingDeferred, which only restores context for the duration of its callbacks, which isn't really correct, and means that subsequent operations in the same request can end up without their logcontexts.
-
Richard van der Hoff authored
push federation retry limiter down to matrixfederationclient
-
Richard van der Hoff authored
Fix time_bound_deferred to throw the right exception
-
Richard van der Hoff authored
-