summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/knock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix isort and mypy lintingAndrew Morgan2021-04-261-2/+3
|
* Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+4
|
* Add knocking support (#81)Andrew Morgan2021-02-091-0/+103
Implement knocking as defined by https://github.com/matrix-org/matrix-doc/pull/2403 This is the base knocking stuff, taken from https://github.com/matrix-org/synapse/pull/6739 and does not include any public room directory changes. While knocking hasn't merged yet on mainline due to waiting on getting Complement into Synapse's CI, the code has been well-tested.