summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/sendtodevice.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make auth & transactions more testable (#3499)Amber Brown2018-07-141-1/+1
* register some /unstable endpoints in /r0 as wellKrombel2017-10-261-1/+1
* Allow guest access to endpoints for E2ERichard van der Hoff2016-11-251-1/+1
* Clean transactions based on time. Add HttpTransactionCache tests.Kegan Dougal2016-11-141-1/+1
* Move .observe() up to the cache to make things neaterKegan Dougal2016-11-141-4/+1
* Review commentsKegan Dougal2016-11-111-12/+5
* Use observable deferreds because they are saneKegan Dougal2016-11-111-3/+4
* Flake8Kegan Dougal2016-11-101-1/+1
* Store Promise<Response> instead of Response for HTTP API transactionsKegan Dougal2016-11-101-6/+12
* Send device messages over federationMark Haines2016-09-061-26/+7
* Fix up the calls to the notifier for device messagesMark Haines2016-09-011-1/+1
* Add a replication stream for direct to device messagesMark Haines2016-08-311-2/+8
* Add some TODOsMark Haines2016-08-251-0/+4
* Fix the deduplication of incoming direct-to-device messagesMark Haines2016-08-251-1/+12
* Add store-and-forward direct-to-device messagingMark Haines2016-08-251-0/+69