summary refs log tree commit diff
path: root/synapse/push/clientformat.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
* push rules: fix internal conversion from _type to value (#15781)Mathieu Velten2023-06-161-15/+11
* Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-091-1/+1
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-021-5/+6
* Remove undocumented device from pushrules (#14727)Jeyachandran Rathnam2023-01-091-4/+1
* Send content rules with pattern_type to clients (#14356)DeepBlueV7.X2022-11-151-3/+13
* Always send default and rule_id to clients (#13904)Nicolas Werner2022-09-291-4/+2
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-3/+2
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-161-30/+38
* Experimental support for MSC3772 (#12740)Patrick Cloke2022-05-241-0/+4
* Add an additional HTTP pusher + push rule tests. (#12188)Nick Mills-Barrett2022-03-111-1/+1
* disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-1/+3
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-8/+15
* Run Black. (#5482)Amber Brown2019-06-201-19/+19
* Fix flake8 (#4519)Amber Brown2019-01-301-1/+1
* run isortAmber Brown2018-07-091-4/+2
* Remove dead code.Mark Haines2016-06-071-26/+0
* Load push rules in storage layer, so that they get cachedErik Johnston2016-06-031-8/+22
* Move the code for formatting push rules into a separate functionMark Haines2016-03-031-0/+112