summary refs log tree commit diff
path: root/synapse/handlers/e2e_keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace some instances of preserve_context_over_deferredRichard van der Hoff2017-05-091-3/+3
* Do some logging when one-time-keys get claimedRichard van der Hoff2017-05-091-0/+10
* Allow clients to upload one-time-keys with new sigsRichard van der Hoff2017-05-091-13/+57
* Merge pull request #2050 from matrix-org/rav/federation_backoffRichard van der Hoff2017-03-231-20/+12
|\
| * push federation retry limiter down to matrixfederationclientRichard van der Hoff2017-03-231-20/+12
* | Add a missing yield in device key uploadRichard van der Hoff2017-03-231-1/+1
|/
* Fix unit testsErik Johnston2017-01-301-1/+1
* Noop device key changes if they're the sameErik Johnston2017-01-301-4/+5
* Add commentsErik Johnston2017-01-261-1/+3
* Implement device key caching over federationErik Johnston2017-01-261-5/+35
* Add basic implementation of local device list changesErik Johnston2017-01-251-0/+1
* Remove unused importRichard van der Hoff2016-12-121-1/+0
* E2E key query: handle federation failsRichard van der Hoff2016-12-091-0/+11
* Limit how often we ask for keys from dead serversMark Haines2016-09-131-11/+30
* Move the E2E key handling into the e2e handlerMark Haines2016-09-131-3/+102
* Add a timeout parameter for end2end key queries.Mark Haines2016-09-121-21/+43
* keys/query: Omit device displayname if nullRichard van der Hoff2016-08-041-3/+4
* Include device name in /keys/query responseRichard van der Hoff2016-08-031-3/+8
* keys/query: return all users which were asked forRichard van der Hoff2016-08-031-3/+6
* E2eKeysHandler: minor tweaksRichard van der Hoff2016-08-031-5/+3
* E2E keys: Make federation query share code with client queryRichard van der Hoff2016-08-021-25/+90
* Move e2e query logic into a handlerRichard van der Hoff2016-08-011-0/+67