summary refs log tree commit diff
path: root/synapse/handlers/devicemessage.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-23Explicit federation ackErik Johnston3-8/+25
2016-11-22Fix tests and flake8Erik Johnston2-1/+1
2016-11-22Invalidate retry cache in both directionsErik Johnston6-27/+132
2016-11-21CommentsErik Johnston1-0/+2
2016-11-21Add federation-sender to sytestErik Johnston1-0/+1
2016-11-21Add some metricsErik Johnston1-48/+68
2016-11-21CommentsErik Johnston3-0/+41
2016-11-21Remove explicit calls to send_pduErik Johnston3-61/+9
2016-11-21Fix testsErik Johnston4-7/+24
2016-11-21Store federation stream positions in the databaseErik Johnston6-24/+94
2016-11-17Handle sending events and device messages over federationErik Johnston14-55/+185
2016-11-16Hook up the send queue and create a federation sender workerErik Johnston8-22/