| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: make msc3967 idempotent (#16943) | Kegan Dougal | 2024-04-15 | 1 | -0/+50 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+2 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -12/+16 |
* | Add an Admin API to temporarily grant the ability to update an existing cross... | David Robertson | 2023-11-15 | 1 | -0/+47 |
* | Claim local one-time-keys in bulk (#16565) | David Robertson | 2023-10-30 | 1 | -0/+158 |
* | Claim fallback keys in bulk (#16570) | David Robertson | 2023-10-30 | 1 | -0/+77 |
* | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 1 | -2/+2 |
* | Replace make_awaitable with AsyncMock (#16179) | Patrick Cloke | 2023-08-24 | 1 | -68/+62 |
* | Add requesting user id parameter to key claim methods in `TransportLayerClien... | Shay | 2023-05-24 | 1 | -1/+15 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 1 | -18/+14 |
* | Add unstable /keys/claim endpoint which always returns fallback keys. (#15462) | Patrick Cloke | 2023-04-25 | 1 | -6/+235 |
* | Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) | Patrick Cloke | 2023-03-30 | 1 | -1/+120 |
* | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 2023-03-28 | 1 | -1/+75 |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 1 | -26/+29 |
* | Fix bug in device list caching when remote users leave rooms (#13749) | Sean Quah | 2022-09-14 | 1 | -1/+7 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 1 | -4/+3 |
* | Add type hints for `tests/unittest.py`. (#12347) | Richard van der Hoff | 2022-04-01 | 1 | -2/+4 |
* | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 1 | -16/+20 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Cache empty responses from `/user/devices` (#11587) | David Robertson | 2022-01-05 | 1 | -0/+96 |
* | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 2021-12-09 | 1 | -5/+25 |
* | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 2021-11-19 | 1 | -1/+31 |
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -0/+151 |
* | Always communicate device OTK counts to clients (#10485) | Andrew Morgan | 2021-07-27 | 1 | -5/+15 |
* | Limit the number of in-flight /keys/query requests from a single device. (#10... | Patrick Cloke | 2021-06-09 | 1 | -3/+10 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -1/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -4/+6 |
* | Convert some test cases to use HomeserverTestCase. (#9377) | Patrick Cloke | 2021-02-11 | 1 | -139/+91 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 1 | -1/+1 |
* | Invalidate the cache when an olm fallback key is uploaded (#8501) | Hubert Chathi | 2020-10-08 | 1 | -0/+20 |
* | Add support for MSC2732: olm fallback keys (#8312) | Hubert Chathi | 2020-10-06 | 1 | -0/+65 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -4/+6 |
* | Convert E2E key and room key handlers to async/await. (#7851) | Patrick Cloke | 2020-07-15 | 1 | -112/+174 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -3/+1 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -4/+14 |
* | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 2020-06-04 | 1 | -5/+5 |
* | look up cross-signing keys from the DB in bulk (#6486) | Hubert Chathi | 2019-12-12 | 1 | -8/+0 |
* | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) | Neil Johnson | 2019-12-09 | 1 | -0/+8 |
* | use something that's the right type for user_id | Hubert Chathi | 2019-09-06 | 1 | -1/+1 |
* | fix test | Hubert Chathi | 2019-09-05 | 1 | -1/+3 |
* | add test | Hubert Chathi | 2019-09-04 | 1 | -0/+88 |
* | make isort happy | Hubert Chathi | 2019-09-04 | 1 | -0/+1 |
* | make black happy | Hubert Chathi | 2019-09-04 | 1 | -85/+62 |
* | allow uploading signatures of master key signed by devices | Hubert Chathi | 2019-09-04 | 1 | -1/+226 |
* | fix formatting | Hubert Chathi | 2019-08-01 | 1 | -1/+3 |
* | allow uploading keys for cross-signing | Hubert Chathi | 2019-07-25 | 1 | -0/+63 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+1 |
* | Run black. | black | 2018-08-10 | 1 | -65/+34 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+3 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Remove spurious unittest.DEBUG | Richard van der Hoff | 2018-01-26 | 1 | -1/+0 |
* | Do some logging when one-time-keys get claimed | Richard van der Hoff | 2017-05-09 | 1 | -0/+34 |
* | Allow clients to upload one-time-keys with new sigs | Richard van der Hoff | 2017-05-09 | 1 | -0/+98 |
* | keys/query: return all users which were asked for | Richard van der Hoff | 2016-08-03 | 1 | -0/+46 |