Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 3 | -6/+90 |
| | |||||
* | Fix Rust lint CI (#14602) | Erik Johnston | 2022-12-02 | 1 | -11/+11 |
| | |||||
* | Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524) | Travis Ralston | 2022-11-28 | 3 | -1/+278 |
| | | | | | | | | | | | * Support MSC1767's `content.body` behaviour in push rules * Add the base rules from MSC3933 * Changelog entry * Flip condition around for finding `m.markup` * Remove forgotten import | ||||
* | Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521) | Travis Ralston | 2022-11-28 | 1 | -1/+96 |
| | | | | | | | | | | | | * Add MSC1767's dedicated room version, based on v10 * Only enable MSC1767 room version if the config flag is on Using a similar technique to knocking: https://github.com/matrix-org/synapse/pull/6739/files#diff-3af529eedb0e00279bafb7369370c9654b37792af8eafa0925400e9281d57f0a * Support MSC3932: Extensible events room version feature flag * Changelog entry | ||||
* | Initial support for MSC3931: Room version push rule feature flags (#14520) | Travis Ralston | 2022-11-28 | 2 | -0/+42 |
| | | | | | | | * Add support for MSC3931: Room Version Supports push rule condition * Create experimental flag for future work, and use it to gate MSC3931 * Changelog entry | ||||
* | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 3 | -10/+167 |
| | |||||
* | Remove the experimental implementation of MSC3772. (#14094) | Patrick Cloke | 2022-10-12 | 3 | -151/+11 |
| | | | MSC3772 has been abandoned. | ||||
* | Disable pushing for server ACL events (MSC3786). (#13997) | Patrick Cloke | 2022-10-04 | 2 | -10/+1 |
| | | | | | | Switches to the stable identifier for MSC3786 and enables it by default. This disables pushes of m.room.server_acl events. | ||||
* | Implement push rule evaluation in Rust. (#13838) | Erik Johnston | 2022-09-29 | 4 | -8/+610 |
| | |||||
* | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 3 | -1/+845 |
| | |||||
* | Check if Rust lib needs rebuilding. (#13759) | Erik Johnston | 2022-09-12 | 1 | -1/+9 |
| | | | This protects against the common mistake of failing to remember to rebuild Rust code after making changes. | ||||
* | Add rust to CI (#13763) | Erik Johnston | 2022-09-09 | 1 | -0/+1 |
| | |||||
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 1 | -0/+15 |