summary refs log tree commit diff
path: root/synapse/api/room_versions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.37.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-09-011-21/+24
|\
| * Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-151-3/+4
| * Implement knock feature (#6739)Sorunome2021-06-091-1/+26
* | Merge tag 'v1.36.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-1/+1
|\|
| * Remove the experimental spaces enabled flag. (#10063)Patrick Cloke2021-05-261-1/+1
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-1/+0
|\|
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* | Merge tag 'v1.32.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-3/+24
|\|
| * Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-1/+23
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-6/+9
|\|
| * Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-6/+26
* | Change knock room version to v7 (#88)Andrew Morgan2021-03-181-8/+9
* | Add knocking support (#81)Andrew Morgan2021-02-091-1/+42
|/
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-5/+5
* Implement room version 6 (MSC2240). (#7506)Patrick Cloke2020-05-151-26/+4
* Strictly enforce canonicaljson requirements in a new room version (#7381)Patrick Cloke2020-05-141-1/+23
* Enforce MSC2209: auth rules for notifications in power level event (#7502)Patrick Cloke2020-05-141-1/+21
* Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-4/+5
* Implement updated auth rules from MSC2260Richard van der Hoff2020-01-281-0/+16
* Fix up some typechecking (#6150)Amber Brown2019-10-021-1/+4
* Run Black. (#5482)Amber Brown2019-06-201-11/+14
* Implement room v5 which enforces signing key validityRichard van der Hoff2019-06-051-5/+5
* Add a test room version where we enforce key validity (#5348)Richard van der Hoff2019-06-051-7/+13
* Add config option for setting homeserver's default room version (#5223)Andrew Morgan2019-05-231-4/+0
* Introduce room v4 which updates event ID format. (#5217)Richard van der Hoff2019-05-211-4/+4
* Add a test room version which updates event ID format (#5210)Richard van der Hoff2019-05-201-2/+11
* Collect room-version variations into one place (#4969)Richard van der Hoff2019-04-011-0/+91