Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix isort and mypy linting | Andrew Morgan | 2021-04-26 | 1 | -2/+3 |
| | |||||
* | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0 | Andrew Morgan | 2021-04-23 | 1 | -1/+4 |
| | |||||
* | Add knocking support (#81) | Andrew Morgan | 2021-02-09 | 1 | -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. |