MatrixSynapse/synapse/push
Patrick Cloke 14be78d492
Support for MSC3758: exact_event_match push condition (#14964)
This specifies to search for an exact value match, instead of
string globbing. It only works across non-compound JSON values
(null, boolean, integer, and strings).
2023-02-10 12:37:07 -05:00
..
__init__.py Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
bulk_push_rule_evaluator.py Support for MSC3758: exact_event_match push condition (#14964) 2023-02-10 12:37:07 -05:00
clientformat.py Remove undocumented device from pushrules (#14727) 2023-01-09 17:17:24 +00:00
emailpusher.py
httppusher.py Implement push rule evaluation in Rust. (#13838) 2022-09-29 16:12:09 +01:00
mailer.py Move `StateFilter` to `synapse.types` (#14668) 2022-12-12 16:19:30 +00:00
presentable_names.py
push_tools.py Aggregate unread notif count query for badge count calculation (#14255) 2022-11-30 08:45:06 -05:00
push_types.py
pusher.py
pusherpool.py Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
rulekinds.py