summary refs log tree commit diff
path: root/synapse/config/experimental.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '2e537a028' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+3
|\
| * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-271-0/+29
| | | Fixes #8928.
* Change knock room version to v7 (#88)Andrew Morgan2021-03-181-3/+1
|
* Add knocking support (#81)Andrew Morgan2021-02-091-0/+35
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.