summary refs log tree commit diff
path: root/synapse/handlers/devicemessage.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the device message and pagination handlers to async/await. (#7678)Patrick Cloke2020-06-161-15/+10
* Resync remote device list when detected as stale. (#6786)Erik Johnston2020-01-301-2/+8
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-2/+55
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Link the send loop with the edus contextsJorik Schellekens2019-09-051-4/+1
* Opentrace device lists (#5853)Jorik Schellekens2019-09-031-1/+5
* Propagate opentracing contexts through EDUs (#5852)Jorik Schellekens2019-08-221-6/+21
* 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
* 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