summary refs log tree commit diff
path: root/synapse/app/synchrotron.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wake up /sync when things other than room events happenMark Haines2016-06-031-0/+45
* Add typing supportMark Haines2016-06-021-3/+24
* Replicate the presence into the synchrotronMark Haines2016-06-021-11/+33
* Prod the main synapse with the list of syncing usersMark Haines2016-06-021-5/+45
* Stub out the AS handlerMark Haines2016-05-311-0/+6
* Poke the notifier to wake up /syncsMark Haines2016-05-311-0/+21
* Get incremental sync sort of workingMark Haines2016-05-231-1/+45
* Split out the /sync handler to a separate processMark Haines2016-05-171-0/+20
* Add some slaved stores that we'll need for the synchrotronMark Haines2016-05-171-2/+19
* Merge branch 'develop' into markjh/synchrotronMark Haines2016-05-171-1/+4
* Add a SlavedApplicationServiceStoreMark Haines2016-05-171-0/+2
* Fix client resource prefixesMark Haines2016-05-171-3/+7
* Split out a separate app for handling /sync requestsMark Haines2016-05-161-0/+223