Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0 | Andrew Morgan | 2021-04-23 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'develop' into babolivier/msc3026 | Brendan Abolivier | 2021-03-19 | 1 | -0/+2 |
| |\ | |||||
| * | | Move support for MSC3026 behind an experimental flag | Brendan Abolivier | 2021-03-18 | 1 | -0/+2 |
| | | | |||||
* | | | Merge commit '0e3558473' into anoa/dinsic_release_1_31_0 | Andrew Morgan | 2021-04-23 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -0/+3 |
| |/ | | | | | This is very bare-bones for now: federation will come soon, while pagination is descoped for now but will come later. | ||||
* | | Merge commit '2e537a028' into anoa/dinsic_release_1_31_0 | Andrew Morgan | 2021-04-22 | 1 | -0/+3 |
|\| | |||||
| * | Implement MSC2858 support (#9183) | Richard van der Hoff | 2021-01-27 | 1 | -0/+29 |
| | | | Fixes #8928. | ||||
* | Change knock room version to v7 (#88) | Andrew Morgan | 2021-03-18 | 1 | -3/+1 |
| | |||||
* | Add knocking support (#81) | Andrew Morgan | 2021-02-09 | 1 | -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. |