- Mar 31, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 30, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
The TCP replication protocol streams deltas of who has started or stopped syncing. This is different from the HTTP API which periodically sends the full list of users who are syncing. This commit adds support for the new TCP style of sending deltas.
-
Erik Johnston authored
-
Erik Johnston authored
This defines the low level TCP replication protocol
-
Erik Johnston authored
-
Erik Johnston authored
-
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
-