Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement MSC3952: Intentional mentions (#14823) | Patrick Cloke | 2023-01-27 | 1 | -1/+4 |
| | | | | | | | | MSC3952 defines push rules which searches for mentions in a list of Matrix IDs in the event body, instead of searching the entire event body for display name / local part. This is implemented behind an experimental configuration flag and does not yet implement the backwards compatibility pieces of the MSC. | ||||
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 1 | -1/+2 |
| | |||||
* | Re-enable some linting (#14821) | Erik Johnston | 2023-01-12 | 1 | -1/+1 |
| | | | | | | | * Re-enable some linting * Newsfile * Remove comment | ||||
* | Factor out common code in tests and fix comments. (#14819) | Patrick Cloke | 2023-01-11 | 1 | -0/+14 |
| | |||||
* | Fix-up type hints for tests.push module. (#14816) | Patrick Cloke | 2023-01-11 | 1 | -1/+4 |
| | |||||
* | Improve validation of field size limits in events. (#14664) | reivilibre | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524) | Travis Ralston | 2022-11-28 | 1 | -1/+5 |
| | | | | | | | | | | | * 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 | ||||
* | Initial support for MSC3931: Room version push rule feature flags (#14520) | Travis Ralston | 2022-11-28 | 1 | -0/+2 |
| | | | | | | | * Add support for MSC3931: Room Version Supports push rule condition * Create experimental flag for future work, and use it to gate MSC3931 * Changelog entry | ||||
* | Fix stub return type of `PushRuleEvaluator.run` (#14451) | Andrew Morgan | 2022-11-16 | 1 | -2/+2 |
| | |||||
* | Implementation for MSC3664: Pushrules for relations (#11804) | DeepBlueV7.X | 2022-10-25 | 1 | -1/+5 |
| | |||||
* | Remove the experimental implementation of MSC3772. (#14094) | Patrick Cloke | 2022-10-12 | 1 | -5/+1 |
| | | | MSC3772 has been abandoned. | ||||
* | Disable pushing for server ACL events (MSC3786). (#13997) | Patrick Cloke | 2022-10-04 | 1 | -5/+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 | 1 | -1/+18 |
| | |||||
* | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 2 | -0/+37 |
| | |||||
* | Check if Rust lib needs rebuilding. (#13759) | Erik Johnston | 2022-09-12 | 1 | -0/+1 |
| | | | This protects against the common mistake of failing to remember to rebuild Rust code after making changes. | ||||
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 2 | -0/+1 |