summary refs log tree commit diff
path: root/synapse/api/room_versions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-3/+5
* Update license headersPatrick Cloke2023-11-211-10/+16
* Support room version 11 (#15912)Patrick Cloke2023-07-181-224/+105
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-161-61/+0
* Add `MSC3820opt2` as a known room version (#15678)Travis Ralston2023-05-261-0/+1
* Add MSC3820 (room version 11) option 2 unstable room version. (#15666)Travis Ralston2023-05-261-0/+24
* Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-151-0/+40
* Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-151-0/+17
* Implement MSC2174: move redacts to a content property. (#15395)Patrick Cloke2023-04-131-1/+2
* Implement MSC2175: remove the creator field from create events. (#15394)Patrick Cloke2023-04-061-0/+17
* Implement MSC3989 to redact the origin field. (#15393)Patrick Cloke2023-04-051-0/+37
* Improve validation of field size limits in events. (#14664)reivilibre2022-12-131-16/+16
* Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521)Travis Ralston2022-11-281-1/+28
* Initial support for MSC3931: Room version push rule feature flags (#14520)Travis Ralston2022-11-281-1/+20
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-071-20/+25
* MSC2716v4 room version - remove namespace from MSC2716 event content fields (...Eric Eastwood2022-08-191-19/+19
* Add support for room version 10 (#13220)Shay2022-07-131-0/+33
* Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston2022-05-171-0/+32
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-15/+15
* Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint...Eric Eastwood2021-09-211-19/+3
* Prefer room v9 for restricted rooms. (#10772)Patrick Cloke2021-09-091-1/+1
* Support MSC3375: room version 9. (#10747)Patrick Cloke2021-09-031-0/+31
* Set room version 8 as preferred for restricted rooms. (#10571)Patrick Cloke2021-08-201-1/+1
* When redacting, keep event fields around that maintain the historical event s...Eric Eastwood2021-08-091-5/+32
* Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-091-14/+14
* Make historical events discoverable from backfill for servers without any scr...Eric Eastwood2021-07-281-0/+27
* Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-261-1/+1
* MSC3244 room capabilities implementation (#10283)Michael Telatynski2021-07-201-2/+36
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
* 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
* Remove the experimental spaces enabled flag. (#10063)Patrick Cloke2021-05-261-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-1/+23
* Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-6/+26
* 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