summary refs log tree commit diff
path: root/synapse/config/push.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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