Go to file
2011-10-27 11:34:34 +00:00
Captcha.php File missing from r86820. Actually these changes should have been committed in r86813... 2011-04-24 17:33:41 +00:00
captcha.py Correct the address of the FSF in extension GPL headers 2010-06-21 13:45:17 +00:00
CaptchaStore.php Follow-up r86813: fix exceptions seen on TWN. Ironically, I changed the CaptchaStore from an interface to an abstract class precisely to move into it the function which was throwing the exception... :D 2011-04-24 16:49:49 +00:00
ConfirmEdit.alias.php Update for magic words and special pages localisation for extensions from http://translatewiki.net. 2011-09-13 13:33:40 +00:00
ConfirmEdit.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-10-26 19:30:37 +00:00
ConfirmEdit.php Tabs to aligned spaces 2011-09-01 16:54:59 +00:00
ConfirmEditHooks.php Introduce a CaptchaStore abstract class that CaptchaSessionStore and CaptchaCacheStore can extend. Some tidying, documentation and type hinting. 2011-04-24 11:41:49 +00:00
FancyCaptcha.class.php Add required attribute to captcha answers per 2011-10-21 14:59:16 +00:00
FancyCaptcha.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-10-26 19:30:37 +00:00
FancyCaptcha.php Easier installation: is now automaticaly set for every additional plugin. 2011-10-14 23:09:19 +00:00
HTMLCaptchaField.php Beginnings of a rewrite of the captcha system in a more object-oriented fashion; currently although there are classes for different types of captcha, they don't actually represent a single captcha object, they're just confused frontend/backend messes. With the places captchas are inserted increasingly using HTMLForm, it makes eminent sense to introduce a HTMLCaptchaField, but that needs a more OOP implementation of the actual captcha, which I've started here. This is not finished and isn't actually implemented anywhere, but a) it's harmless, b) I don't want it to bitrot, and c) some feedback would always be appreciated, so here it is. 2011-04-24 11:47:03 +00:00
MathCaptcha.class.php Add required attribute to captcha answers per 2011-10-21 14:59:16 +00:00
MathCaptcha.php Easier installation: is now automaticaly set for every additional plugin. 2011-10-14 23:09:19 +00:00
QuestyCaptcha.class.php Add required attribute to captcha answers per 2011-10-21 14:59:16 +00:00
QuestyCaptcha.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-10-26 19:30:37 +00:00
QuestyCaptcha.php Easier installation: is now automaticaly set for every additional plugin. 2011-10-14 23:09:19 +00:00
README Version 1.1: Asirra module added 2011-07-12 17:27:56 +00:00
ReCaptcha.i18n.php Localisation updates for core and extension messages from translatewiki.net 2011-10-14 20:06:14 +00:00
ReCaptcha.php Followup 100813, use Xml::encodeJsVar and Html::inlineScript 2011-10-27 11:34:34 +00:00
recaptchalib.php Fix more comments 2011-10-14 21:30:16 +00: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.