| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -2/+2 |
* | Add an export_signing_key script (#6546) | Richard van der Hoff | 2019-12-19 | 1 | -8/+15 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -2/+2 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Explicitly log when a homeserver does not have a trusted key server configure... | Neil Johnson | 2019-09-26 | 1 | -4/+44 |
* | Don't implicitly include server signing key | Erik Johnston | 2019-08-23 | 1 | -7/+6 |
* | Add config option for keys to use to sign keys | Erik Johnston | 2019-08-21 | 1 | -4/+31 |
* | Remove non-functional 'expire_access_token' setting (#5782) | Richard van der Hoff | 2019-07-30 | 1 | -6/+0 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 1 | -5/+17 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Improve logging when generating config files (#5510) | Richard van der Hoff | 2019-06-21 | 1 | -0/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+2 |
* | Improve startup checks for insecure notary configs (#5392) | Richard van der Hoff | 2019-06-10 | 1 | -4/+23 |
* | Stop hardcoding trust of old matrix.org key (#5374) | Richard van der Hoff | 2019-06-06 | 1 | -39/+189 |
* | Add config.signing_key_path. (#4974) | Richard van der Hoff | 2019-04-02 | 1 | -1/+2 |
* | Use a regular HomeServerConfig object for unit tests | Richard van der Hoff | 2019-03-19 | 1 | -1/+6 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -12/+18 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -2/+9 |
* | config: Remove a repeated word from a logger warning | Juuso "Linda" Lapinlampi | 2019-02-15 | 1 | -1/+1 |
* | Changing macaroon_secret_key no longer logs you out (#4387) | Richard van der Hoff | 2019-01-16 | 1 | -3/+0 |
* | Merge branch rav/macaroon_key_fix_0.34 into rav/macaroon_key_fix_0.34.1 | Richard van der Hoff | 2019-01-10 | 1 | -2/+2 |
|\ |
|
| * | Revert "Fix macaroon_secret_key fallback logic" | Richard van der Hoff | 2019-01-10 | 1 | -3/+3 |
| * | Fix macaroon_secret_key fallback logic | Richard van der Hoff | 2019-01-10 | 1 | -3/+3 |
| * | Fix fallback to signing key for macaroon-secret-key | Richard van der Hoff | 2019-01-10 | 1 | -2/+2 |
* | | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -9/+18 |
|/ |
|
* | run isort | Amber Brown | 2018-07-09 | 1 | -9/+12 |
* | ConsentResource to gather policy consent from users | Richard van der Hoff | 2018-05-15 | 1 | -0/+10 |
* | Improve error handling for missing files (#2551) | Richard van der Hoff | 2017-10-17 | 1 | -4/+4 |
* | Create user with expiry | Negi Fazeli | 2016-05-13 | 1 | -0/+5 |
* | Derive macaroon_secret_key from signing key. | Erik Johnston | 2016-02-08 | 1 | -1/+27 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Fix typo in module imports and package dependencies | Mark Haines | 2015-08-25 | 1 | -1/+1 |
* | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -19/+16 |
* | Update key.py | Mark Haines | 2015-04-30 | 1 | -1/+2 |
* | Write a default log_config when generating config | Mark Haines | 2015-04-30 | 1 | -1/+1 |
* | Add a random string to the auto generated key id | Mark Haines | 2015-04-30 | 1 | -1/+3 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -78/+61 |
* | Add config for setting the perspective servers | Mark Haines | 2015-04-24 | 1 | -2/+20 |
* | Add a config file for perspective servers | Mark Haines | 2015-04-24 | 1 | -0/+19 |
* | Move the key related config parser into a separate file | Mark Haines | 2015-04-24 | 1 | -0/+110 |