summary refs log tree commit diff
path: root/rust/src/push/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-9/+0
* Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-3/+3
* Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-7/+0
* Update the base rules to remove the dont_notify action. (MSC3987) (#15534)Patrick Cloke2023-05-041-2/+4
* Do not return extensible events experimental push rules by default. (#15494)Patrick Cloke2023-04-261-1/+4
* Stabilize support for MSC3966: event_property_contains push condition. (#15187)Patrick Cloke2023-03-071-6/+2
* Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-061-20/+16
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-021-13/+15
* Do not accept pattern_type from user input in push rules. (#15088)Patrick Cloke2023-02-281-9/+94
* Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke2023-02-161-13/+0
* Implement MSC3966: Add a push rule condition to search for a value in an arra...Patrick Cloke2023-02-141-1/+32
* Support for MSC3758: exact_event_match push condition (#14964)Patrick Cloke2023-02-101-0/+83
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-0/+8
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-271-0/+34
* Implement MSC3930: polls push rules (#14787)Andrew Morgan2023-01-191-4/+12
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-281-0/+7
* Initial support for MSC3931: Room version push rule feature flags (#14520)Travis Ralston2022-11-281-0/+16
* Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-8/+53
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-121-36/+8
* Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-041-9/+0
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-8/+20
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-0/+502