botcha.admin.inc |
botcha.admin.inc |
|
Implementation of botcha administration forms. |
botcha.controller.inc |
controller/botcha.controller.inc |
|
Contains Botcha class. |
botcha.css |
botcha.css |
|
botcha CSS file. |
botcha.inc |
botcha.inc |
|
General BOTCHA functionality and helper functions. |
botcha.info |
botcha.info |
|
name = BOTCHA
description = BOTCHA Spam Prevention.
package = "Spam control"
core = 7.x
configure = admin/config/people/botcha
files[] = botcha.install
files[] = botcha.module
files[] = botcha.admin.inc
files[] = botcha.inc
files[] =… |
botcha.install |
botcha.install |
|
|
botcha.model.inc |
model/botcha.model.inc |
|
|
botcha.module |
botcha.module |
|
|
botcha.rules.inc |
botcha.rules.inc |
|
Rules integration for the BOTCHA module. |
botcha.test |
botcha.test |
|
Tests for BOTCHA module. |
botcha_form.controller.inc |
controller/botcha_form.controller.inc |
|
Controller layer of the BotchaForm objects. |
botcha_form.model.inc |
model/botcha_form.model.inc |
|
Contains BotchaFormModel class. |
botcha_recipe.controller.inc |
controller/botcha_recipe.controller.inc |
|
Controller layer of the BotchaRecipe objects. |
botcha_recipe.model.inc |
model/botcha_recipe.model.inc |
|
Contains BotchaRecipeModel class. |
botcha_recipebook.controller.inc |
controller/botcha_recipebook.controller.inc |
|
Controller layer of the BotchaRecipebook objects. |
botcha_recipebook.model.inc |
model/botcha_recipebook.model.inc |
|
Contains BotchaRecipebookModel class. |
CHANGELOG.txt |
CHANGELOG.txt |
|
botcha 7.x-2.x-dev
------------------
[#1861016] by ckng: PHP Fatal error: Call to a member function addAdminLinks() on a non-object
[#1868686] by retorque: Honeypot2 recipe uses trim() in a way that is not supported in IE7
botcha… |
INSTALL.txt |
INSTALL.txt |
|
To enable this module, follow these instruction:
1. Upload it to your sites/all/modules folder
2. Enable it on Modules page |
README.txt |
README.txt |
|
BOTCHA Module
-------------
by Ilya Ivanchenko, iva2k@yahoo.com
Summary
-------
BOTCHA provides an unobtrusive anti-spam protection for website forms. There are 3 key advantages:
+ Unlike challege-response tests like CAPTCHA, human users are not… |
TODO.txt |
TODO.txt |
|
TODO
----
- (fix it or leave it?) statistics by variable_set is too slow - it clears vaiable cache in variable_set
- Allow recipe to be used multiple times. (different secret - hash should not collide)
- Add hash collision detection (form_elements,… |