- Mar 30, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
The new replication protocol will keep all the streams separate, rather than muxing multiple streams into one.
-
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
-
David Baker authored
Always allow the user to see their own leave events, otherwise they won't see the event if they reject an invite for a room whose history visibility is set such that they cannot see events before joining.
-
David Baker authored
-