summary refs log tree commit diff
path: root/synapse/config/captcha.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | SYN-287 This requires that HS owners either opt in or out of stats reporting. When --generate-config is passed, --report-stats must be specified If an already-generated config is used, and doesn't have the report_stats key, it is requested to be set.
* 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 ↵Mark Haines2015-05-291-0/+4
| | | | in sytest
* Remove the ~, comment the lines insteadMark Haines2015-04-301-1/+1
|
* Merge branch 'develop' into markjh/config_cleanupMark Haines2015-04-301-0/+1
|\ | | | | | | | | Conflicts: synapse/config/captcha.py
| * Add an access_logDavid Baker2015-04-301-0/+2
| | | | | | | | SYN-161 #resolve
* | Manually generate the default config yaml, remove most of the commandline ↵Mark Haines2015-04-301-35/+29
|/ | | | arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class
* 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 ↵Paul "LeoNerd" Evans2014-09-231-1/+6
| | | | secret to allow bots to bypass the ReCAPTCHA test (SYN-60)
* 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 ↵Kegan Dougal2014-09-051-0/+36
and for the recaptcha private key.