summary refs log tree commit diff
path: root/tests/push/test_bulk_push_rule_evaluator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+1
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-1/+1
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-3/+2
* Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-1/+0
* Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-2/+19
* Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-21/+13
* Reject mentions on the C-S API which are invalid. (#15311)Patrick Cloke2023-03-241-38/+56
* Stabilize support for MSC3966: event_property_contains push condition. (#15187)Patrick Cloke2023-03-071-16/+2
* Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-061-2/+0
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-021-0/+2
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-5/+8
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke2023-02-161-2/+16
* Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke2023-02-031-1/+41
* Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke2023-02-031-51/+140
* Handle malformed values of `notification.room` in power level events (#14942)David Robertson2023-01-301-13/+80
* Implement MSC3952: Intentional mentions (#14823)Patrick Cloke2023-01-271-0/+88
* Factor out common code in tests and fix comments. (#14819)Patrick Cloke2023-01-111-36/+49
* Add `push.enabled` option to disable push notification calculation (#14551)Will Hunt2022-12-011-2/+43
* Add initial power level event to batch of bulk persisted events when creating...Shay2022-10-211-1/+1
* Fix sending events into rooms with non-integer power levels (#14073)David Robertson2022-10-061-0/+74