summary refs log tree commit diff
path: root/rust/src/push/base_rules.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* #17039 Issue: Update base_rules.rs (#17043)Sumiran Pokharel2024-04-091-4/+4
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-13/+19
* Implement MSC4028: push all encrypted events. (#16361)Patrick Cloke2023-09-261-0/+13
* Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-1/+1
* Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-19/+18
* push rules: fix internal conversion from _type to value (#15781)Mathieu Velten2023-06-161-2/+2
* Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-4/+4
* Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke2023-05-041-3/+3
* Stabilize support for MSC3873: disambuguated event push keys. (#15190)Patrick Cloke2023-03-071-3/+3
* Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-061-4/+4
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-021-2/+7
* Do not accept pattern_type from user input in push rules. (#15088)Patrick Cloke2023-02-281-87/+48
* Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke2023-02-161-2/+5
* Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073)Richard van der Hoff2023-02-141-1/+1
* Include no actions instead of dont_notify for suppressing edits. (#15016)Patrick Cloke2023-02-071-1/+1
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-0/+17
* Fix inconsistencies between MSC3952 and implementation. (#14957)Patrick Cloke2023-02-011-3/+3
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-271-0/+21
* Implement MSC3930: polls push rules (#14787)Andrew Morgan2023-01-191-1/+77
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-281-0/+270
* Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-0/+17
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-121-13/+0
* Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-041-1/+1
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-0/+1
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-0/+335