summary refs log tree commit diff
path: root/synapse/replication/resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hook device list updates to replicationErik Johnston2017-01-271-1/+19
* Add new API appservice specific public room listErik Johnston2016-12-061-1/+1
* Ensure only main or federation_sender process can send federation trafficErik Johnston2016-11-231-1/+1
* Explicit federation ackErik Johnston2016-11-231-5/+10
* Invalidate retry cache in both directionsErik Johnston2016-11-221-0/+2
* Handle sending events and device messages over federationErik Johnston2016-11-171-1/+1
* Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-0/+24
* Fix check of wrong variableErik Johnston2016-10-111-1/+1
* Reduce DB hits for replicationErik Johnston2016-09-231-36/+103
* Stream public room changes down replicationErik Johnston2016-09-151-1/+19
* Correctly handle typing stream id resettingErik Johnston2016-09-091-1/+8
* Drop replication log levelsErik Johnston2016-09-091-2/+2
* Merge pull request #1060 from matrix-org/erikj/state_idsErik Johnston2016-09-011-23/+1
|\
| * Remove state replication streamErik Johnston2016-08-301-23/+1
* | Add a replication stream for direct to device messagesMark Haines2016-08-311-1/+18
|/
* 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