Go to file
Brion Vibber 04cb9b5eb6 Add alternative session storage for captcha data using $wgMemc, if
wgCaptchaStorageClass is set to 'CaptchaCacheStore' (custom classes
are also possible).
Enables use of captchas by anons with cookies disabled, so long as
the object cache system is set up for general caching.
2007-02-19 21:32:16 +00:00
captcha.py Add options to break up the captcha image storage with hash-digit subdirectories to avoid trawling through a giant directory on every hit 2007-02-19 20:09:03 +00:00
ConfirmEdit.i18n.php * Reformat language file for Asksql. 2007-01-25 03:03:22 +00:00
ConfirmEdit.php Add alternative session storage for captcha data using $wgMemc, if 2007-02-19 21:32:16 +00:00
FancyCaptcha.i18n.php cs l10n: http://bugzilla.wikimedia.org/show_bug.cgi?id=9030 2007-02-19 21:00:51 +00:00
FancyCaptcha.php Add options to break up the captcha image storage with hash-digit subdirectories to avoid trawling through a giant directory on every hit 2007-02-19 20:09:03 +00:00
MathCaptcha Captcha class using simple sums and the math renderer. Not brilliant, but enough to dissuade casual spam bots. 2006-06-12 19:56:17 +00:00
MathCaptcha.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:10:35 +00:00