summary refs log tree commit diff
path: root/synapse/handlers/devicemessage.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use underscores.Jorik Schellekens2019-08-051-1/+1
|
* Unbreak json parsing.Jorik Schellekens2019-07-231-1/+1
|
* Nicer tracingJorik Schellekens2019-07-231-4/+4
|
* Opentracing across streamsJorik Schellekens2019-07-231-7/+17
|
* The great logging/ migrationJorik Schellekens2019-07-231-4/+4
|
* Update to new access patternJorik Schellekens2019-07-231-4/+4
|
* Trace device messages.Jorik Schellekens2019-07-231-0/+4
|
* Run Black. (#5482)Amber Brown2019-06-201-4/+3
|
* run isortAmber Brown2018-07-091-2/+1
|
* Split out edu/query registration to a separate classErik Johnston2018-03-131-1/+1
|
* Sanity checking for user idsRichard van der Hoff2018-01-171-3/+11
| | | | | | | | Check the user_id passed to a couple of APIs for validity, to avoid "IndexError: list index out of range" exception which looks scary and results in a 500 rather than a more useful error. Fixes #1432, among other things
* Use new federation_sender DIErik Johnston2016-11-161-2/+2
|
* Add a new method to enqueue the device messages rather than sending a dummy EDUMark Haines2016-09-071-7/+3
|
* Send device messages over federationMark Haines2016-09-061-0/+121