| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow adding random delay to push (#15516) | Erik Johnston | 2023-05-02 | 1 | -2/+8 |
* | Add `push.enabled` option to disable push notification calculation (#14551) | Will Hunt | 2022-12-01 | 1 | -0/+1 |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -33/+0 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+6 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Clean up `ShardedWorkerHandlingConfig` (#9466) | Erik Johnston | 2021-02-24 | 1 | -4/+1 |
* | Add a config option to change whether unread push notification counts are per... | Andrew Morgan | 2020-11-30 | 1 | -0/+13 |
* | Fix the formatting of push config section (#8818) | Andrew Morgan | 2020-11-25 | 1 | -15/+20 |
* | Add ability to run multiple pusher instances (#7855) | Erik Johnston | 2020-07-16 | 1 | -1/+4 |
* | Clarify the `account_validity` and `email` sections of the sample configurati... | Richard van der Hoff | 2020-01-17 | 1 | -1/+1 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -2/+2 |
* | Print instead of logging | David Baker | 2017-11-13 | 1 | -11/+4 |
* | Make the commented config have the default | David Baker | 2017-11-09 | 1 | -1/+1 |
* | better comments | David Baker | 2017-11-08 | 1 | -2/+5 |
* | Log if any of the old config flags are set | David Baker | 2017-11-08 | 1 | -2/+24 |
* | Rename redact_content option to include_content | David Baker | 2017-11-08 | 1 | -15/+13 |
* | Change the config file generator to more descriptive explanation of push.reda... | Caleb James DeLisle | 2017-06-24 | 1 | -3/+11 |
* | Fix TravisCI tests for PR #2301 - Fat finger mistake | Caleb James DeLisle | 2017-06-23 | 1 | -0/+37 |