summary refs log tree commit diff
path: root/stubs/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stabilize support for MSC3966: event_property_contains push condition. (#15187)Patrick Cloke2023-03-071-1/+0
* Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-061-1/+0
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-021-2/+1
* Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke2023-02-161-1/+0
* Implement MSC3966: Add a push rule condition to search for a value in an arra...Patrick Cloke2023-02-141-3/+4
* Support for MSC3758: exact_event_match push condition (#14964)Patrick Cloke2023-02-101-3/+4
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-0/+1
* Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke2023-02-031-0/+1
* Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke2023-02-031-0/+1
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-271-1/+4
* Implement MSC3930: polls push rules (#14787)Andrew Morgan2023-01-191-1/+2
* Re-enable some linting (#14821)Erik Johnston2023-01-121-1/+1
* Factor out common code in tests and fix comments. (#14819)Patrick Cloke2023-01-111-0/+14
* Fix-up type hints for tests.push module. (#14816)Patrick Cloke2023-01-111-1/+4
* Improve validation of field size limits in events. (#14664)reivilibre2022-12-131-1/+1
* Support MSC1767's `content.body` behaviour; Add base rules from MSC3933 (#14524)Travis Ralston2022-11-281-1/+5
* Initial support for MSC3931: Room version push rule feature flags (#14520)Travis Ralston2022-11-281-0/+2
* Fix stub return type of `PushRuleEvaluator.run` (#14451)Andrew Morgan2022-11-161-2/+2
* Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-1/+5
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-121-5/+1
* Disable pushing for server ACL events (MSC3786). (#13997)Patrick Cloke2022-10-041-5/+1
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-1/+18
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-202-0/+37
* Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-121-0/+1
* Add a stub Rust crate (#12595)Erik Johnston2022-09-062-0/+1