summary refs log tree commit diff
path: root/synapse/replication (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for redactionsMark Haines2016-04-071-2/+2
* Add tests for get_latest_event_ids_in_room and get_current_stateMark Haines2016-04-071-0/+5
* Test that room membership is replicatedMark Haines2016-04-061-3/+4
* Add a slaved events store classMark Haines2016-04-065-0/+284
* 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-012-0/+334