Differences From:
File
src/db.c
part of check-in
[732d7c406e]
- Update to the latest version of SQLite with improved sqlite3_trace() support.
This makes the output of --sqltrace much more helpful.
by
drh on
2009-11-25 22:14:11.
[view]
To:
File
src/db.c
part of check-in
[00b778bd58]
- Added new config option with the rather unwieldy name 'anon-login-enable-captcha-filler'
by
stephan on
2009-12-07 22:42:42.
[view]
@@ -1433,8 +1433,14 @@
** With a value argument it changes the property for the current repository.
**
** The "unset" command clears a property setting.
**
+**
+** anon-login-enable-captcha-filler
+** If enabled, the Login page will provide a button
+** which uses JavaScript to fill out the captcha for
+** the user. (Most bots cannot use JavaScript.)
+**
** autosync If enabled, automatically pull prior to
** commit or update and automatically push
** after commit or tag or branch creation.
**
@@ -1478,8 +1484,9 @@
** and "firefox" on Unix.
*/
void setting_cmd(void){
static const char *azName[] = {
+ "anon-login-enable-captcha-filler",
"autosync",
"diff-command",
"dont-push",
"editor",