Go to file
Platonides 1f740061f5 Support generation of random challenges instead of wordlist-based ones.
Change-Id: Ib23dc4c7baab67184d25b15b4dde9b2a1f879924
2012-11-01 16:56:48 +01:00
maintenance File backend support for Captchas. 2012-09-25 23:22:04 -07:00
.gitignore Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
.gitreview Adding .gitreview 2012-03-23 10:18:11 -07:00
Asirra.class.php Added getMessage() method 2012-09-04 18:50:38 +04:00
Asirra.i18n.php Localisation updates from http://translatewiki.net. 2012-10-22 01:11:50 +00:00
Asirra.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
Captcha.php Set READ_LATEST for Revision query. 2012-09-26 14:15:39 -07:00
captcha.py Support generation of random challenges instead of wordlist-based ones. 2012-11-01 16:56:48 +01:00
CaptchaStore.php (bug 37643) Ensure a session is created when necessary for Captcha 2012-09-28 00:37:03 +00:00
ConfirmEdit.alias.php Localisation updates from http://translatewiki.net. 2012-09-25 19:42:31 +00:00
ConfirmEdit.i18n.php Localisation updates from http://translatewiki.net. 2012-10-28 21:07:56 +00:00
ConfirmEdit.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
ConfirmEditHooks.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
ext.confirmedit.asirra.js Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
FancyCaptcha.class.php File backend support for Captchas. 2012-09-25 23:22:04 -07:00
FancyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-10-22 01:11:50 +00:00
FancyCaptcha.php File backend support for Captchas. 2012-09-25 23:22:04 -07:00
HTMLCaptchaField.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
MathCaptcha.class.php stylize.php, some indentation fixes and some brackets added. 2012-01-12 08:58:40 +00:00
MathCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
QuestyCaptcha.class.php Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
QuestyCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-10-22 01:11:50 +00:00
QuestyCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
README Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00
ReCaptcha.class.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
ReCaptcha.i18n.php Localisation updates from http://translatewiki.net. 2012-10-22 01:11:50 +00:00
ReCaptcha.php More maintenance for ConfirmEdit extension. 2012-09-02 14:26:45 +02:00
recaptchalib.php Maintenance for ConfirmEdit extension. 2012-08-16 23:21:50 +02:00

ConfirmEdit extension for MediaWiki

This extension provides various CAPTCHA tools for MediaWiki, to allow
for protection against spambots and other automated tools.

For more information, see the extension homepage at:
http://www.mediawiki.org/wiki/Extension:ConfirmEdit

== Overview ==

The following modules are included in ConfirmEdit:

* SimpleCaptcha - users have to solve an arithmetic math problem
* MathCaptcha - users have to solve a math problem that's displayed as
an image
* FancyCaptcha - users have to identify a series of characters, displayed
in a stylized way
* QuestyCaptcha - users have to answer a question, out of a series of
questions defined by the administrator(s)
* ReCaptcha - users have to identify a series of characters, either
visually or audially, from a widget provided by the reCAPTCHA service
* Asirra - users have to identify the cats in a set of photos of cats
and dogs, from a widget provided by the Microsoft Asirra service

== License ==

ConfirmEdit is published under the GPL license.

== Authors ==

The main framework, and the SimpleCaptcha and FancyCaptcha modules, were
written by Brion Vibber.

The MathCaptcha module was written by Rob Church.

The QuestyCaptcha module was written by Benjamin Lees.

The reCAPTCHA module was written by Mike Crawford and Ben Maurer.

The Asirra module was written by Bachsau.

Additional maintenance work was done by Yaron Koren.