summary refs log tree commit diff
path: root/synapse/config/captcha.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-0/+3
* Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff2020-05-221-7/+10
* Remove unused captcha_bypass_secret option (#7137)Aaron Raimist2020-03-251-5/+0
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-2/+2
* 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
* Run Black. (#5482)Amber Brown2019-06-201-1/+0
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-8/+15
* switch from google.com to recaptcha.net for reCAPTCHA (#4731)Matthew Hodgson2019-02-251-1/+1
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+3
* point to the CAPTCHA docsMatthew Hodgson2016-06-121-0/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Config Comment mixup in captcha public/private keyRobin Lambertz2016-01-061-2/+2
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Close, but no cigar.David Baker2015-07-141-2/+2
* Document listener config. Remove deprecated config optionsErik Johnston2015-06-151-8/+0
* Add config for setting the recaptcha verify api endpoint, so we can test it i...Mark Haines2015-05-291-0/+4
* Remove the ~, comment the lines insteadMark Haines2015-04-301-1/+1
* Merge branch 'develop' into markjh/config_cleanupMark Haines2015-04-301-0/+1
|\
| * Add an access_logDavid Baker2015-04-301-0/+2
* | Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-35/+29
|/
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-1/+6
* Update copyright noticesMark Haines2015-01-061-1/+1
* Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se...Paul "LeoNerd" Evans2014-09-231-1/+6
* formattingKegan Dougal2014-09-191-5/+9
* Add config opion for XFF headers when performing ReCaptcha auth.Kegan Dougal2014-09-051-0/+6
* Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-0/+36