summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/knock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.