summary refs log tree commit diff
path: root/synapse/config/push.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Allow adding random delay to push (#15516)Erik Johnston2023-05-021-2/+8
* Add `push.enabled` option to disable push notification calculation (#14551)Will Hunt2022-12-011-0/+1
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-33/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-4/+1
* Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-0/+13
* Fix the formatting of push config section (#8818)Andrew Morgan2020-11-251-15/+20
* Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-1/+4
* Clarify the `account_validity` and `email` sections of the sample configurati...Richard van der Hoff2020-01-171-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-2/+2
* Print instead of loggingDavid Baker2017-11-131-11/+4
* Make the commented config have the defaultDavid Baker2017-11-091-1/+1
* better commentsDavid Baker2017-11-081-2/+5
* Log if any of the old config flags are setDavid Baker2017-11-081-2/+24
* Rename redact_content option to include_contentDavid Baker2017-11-081-15/+13
* Change the config file generator to more descriptive explanation of push.reda...Caleb James DeLisle2017-06-241-3/+11
* Fix TravisCI tests for PR #2301 - Fat finger mistakeCaleb James DeLisle2017-06-231-0/+37