summary refs log tree commit diff
path: root/synapse/replication/slave/storage/deviceinbox.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-13/+10
* Fix it for the workersErik Johnston2017-03-101-0/+8
* Handle sending events and device messages over federationErik Johnston2016-11-171-4/+11
* Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-0/+5
* Track the max_stream_device_id in a separate table, since we delete from the ...Mark Haines2016-09-091-1/+1
* Fix the stream change cache to work over replicationMark Haines2016-09-071-0/+11
* Add a replication stream for direct to device messagesMark Haines2016-08-311-0/+12
* Add new direct message storage functions to slave storeErik Johnston2016-08-301-0/+30