Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cancel the processing of key query requests when they time out. (#13680) | reivilibre | 2022-09-07 | 1 | -2/+4 |
| | |||||
* | Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` ↵ | Andrew Morgan | 2022-08-22 | 1 | -2/+1 |
| | | | | (#13574) | ||||
* | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 1 | -1/+3 |
| | | | After this change `synapse.logging` is fully typed. | ||||
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 1 | -2/+2 |
| | | | | Functions that are decorated with `trace` are now properly typed and the type hints for them are fixed. | ||||
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733 | ||||
* | Add support for `/_matrix/client/v3` APIs (#11318) | Aaron R | 2021-11-16 | 1 | -1/+1 |
| | | | | | This is one of the changes required to support Matrix 1.1 Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Additional type hints for REST servlets (part 2). (#10674) | Patrick Cloke | 2021-08-26 | 1 | -35/+22 |
| | | | Applies the changes from #10665 to additional modules. | ||||
* | Validate device_keys for C-S /keys/query requests (#10593) | David Robertson | 2021-08-20 | 1 | -1/+15 |
| | | | | | | | | * Validate device_keys for C-S /keys/query requests Closes #10354 A small, not particularly critical fix. I'm interested in seeing if we can find a more systematic approach though. #8445 is the place for any discussion. | ||||
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -0/+344 |