| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-up the template loading code. (#9200) | Patrick Cloke | 2021-01-27 | 1 | -3/+1 |
* | Convert additional templates to Jinja (#8444) | Patrick Cloke | 2020-10-02 | 1 | -0/+3 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -7/+10 |
* | Remove unused captcha_bypass_secret option (#7137) | Aaron Raimist | 2020-03-25 | 1 | -5/+0 |
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -2/+2 |
* | 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 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+0 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -8/+15 |
* | switch from google.com to recaptcha.net for reCAPTCHA (#4731) | Matthew Hodgson | 2019-02-25 | 1 | -1/+1 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -0/+3 |
* | point to the CAPTCHA docs | Matthew Hodgson | 2016-06-12 | 1 | -0/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Config Comment mixup in captcha public/private key | Robin Lambertz | 2016-01-06 | 1 | -2/+2 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Close, but no cigar. | David Baker | 2015-07-14 | 1 | -2/+2 |
* | Document listener config. Remove deprecated config options | Erik Johnston | 2015-06-15 | 1 | -8/+0 |
* | Add config for setting the recaptcha verify api endpoint, so we can test it i... | Mark Haines | 2015-05-29 | 1 | -0/+4 |
* | Remove the ~, comment the lines instead | Mark Haines | 2015-04-30 | 1 | -1/+1 |
* | Merge branch 'develop' into markjh/config_cleanup | Mark Haines | 2015-04-30 | 1 | -0/+1 |
|\ |
|
| * | Add an access_log | David Baker | 2015-04-30 | 1 | -0/+2 |
* | | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -35/+29 |
|/ |
|
* | New registration for C/S API v2. Only ReCAPTCHA working currently. | David Baker | 2015-03-30 | 1 | -1/+6 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+6 |
* | formatting | Kegan Dougal | 2014-09-19 | 1 | -5/+9 |
* | Add config opion for XFF headers when performing ReCaptcha auth. | Kegan Dougal | 2014-09-05 | 1 | -0/+6 |
* | Added a captcha config to the HS, to enable registration captcha checking and... | Kegan Dougal | 2014-09-05 | 1 | -0/+36 |