summary refs log tree commit diff
path: root/synapse/replication/resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement cache replication streamErik Johnston2016-08-151-1/+20
* Allow external processes to mark a user as syncing. (#812)Mark Haines2016-06-021-0/+2
* Move typing handler out of the Handlers objectMark Haines2016-05-171-1/+1
* Move the presence handler out of the Handlers objectMark Haines2016-05-161-1/+1
* Log the stream IDs in an order that makes senseMark Haines2016-05-131-1/+1
* Don't warnErik Johnston2016-05-051-2/+0
* Add some log information at returned replication streamsErik Johnston2016-05-051-0/+11
* Report per request metrics for all of the things using request_handlerMark Haines2016-04-281-1/+2
* Fix backfill replication to advance the stream correctlyMark Haines2016-04-271-1/+1
* Add a replication endpoint for deleting pushersMark Haines2016-04-211-3/+4
* Separate generating the replication response...Mark Haines2016-04-051-44/+55
* Merge pull request #676 from matrix-org/markjh/replicate_stateIIIMark Haines2016-03-311-3/+14
|\
| * Use a namedtuple rather than tuple unpackingMark Haines2016-03-311-10/+6
| * Add replication streams for ex outliers and current state resetsMark Haines2016-03-301-1/+16
* | typoMatthew Hodgson2016-03-301-1/+1
|/
* Add a replication stream for state groupsMark Haines2016-03-301-7/+29
* Add replication stream for pushersMark Haines2016-03-151-1/+24
* s/stream_ordering/event_stream_ordering/ in pushMark Haines2016-03-041-1/+1
* Hook push rules up to the replication APIMark Haines2016-03-021-2/+26
* Add a /replication API for extracting the updates that happened onMark Haines2016-03-011-0/+320