summary refs log tree commit diff
path: root/synapse/rest/client/knock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+2
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-11/+16
|
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+1
| | | | Co-authored-by: Patrick Cloke <patrickc@matrix.org>
* Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-021-1/+0
|
* Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189)Quentin Gliech2023-03-021-15/+1
|
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-091-3/+1
|
* Additional type hints for client REST servlets (part 4) (#10728)Patrick Cloke2021-09-011-2/+4
|
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-1/+2
| | | Applies the changes from #10665 to additional modules.
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+107