honeypot_add_form_protection |
./honeypot.module |
Form builder function to add different types of protection to forms. |
1 |
|
honeypot_admin_form |
./honeypot.admin.inc |
Honeypot administration page. |
|
2 |
honeypot_admin_form_submit |
./honeypot.admin.inc |
Clear the honeypot form cache on submit. |
|
1 |
honeypot_admin_form_validate |
./honeypot.admin.inc |
Validate the admin form. |
|
|
honeypot_cron |
./honeypot.module |
Implementation of hook_cron(). |
|
|
honeypot_form_alter |
./honeypot.module |
Implementation of hook_form_alter(). |
|
|
honeypot_get_protected_forms |
./honeypot.module |
Build an array of all the protected forms on the site, by form_id. |
1 |
|
honeypot_get_time_limit |
./honeypot.module |
Look up the time limit for the current user. |
1 |
|
honeypot_install |
./honeypot.install |
Implementation of hook_install(). |
|
|
honeypot_log_failure |
./honeypot.module |
Log the failed submision with timestamp. |
1 |
|
honeypot_menu |
./honeypot.module |
Implementation of hook_menu(). |
|
|
honeypot_perm |
./honeypot.module |
Implementation of hook_perm(). |
|
|
honeypot_schema |
./honeypot.install |
Implementation of hook_schema(). |
|
|
honeypot_uninstall |
./honeypot.install |
Implementation of hook_uninstall(). |
|
|
honeypot_update_6100 |
./honeypot.install |
Update Honeypot user registration form variable. |
|
|
honeypot_update_6200 |
./honeypot.install |
Add {honeypot_users} database table. |
|
|
hook_honeypot_add_form_protection |
./honeypot.api.php |
React to an addition of honeypot form protections for a given form_id. |
|
|
hook_honeypot_form_protections_alter |
./honeypot.api.php |
Alter the honeypot protections added to a particular form. |
|
|
hook_honeypot_reject |
./honeypot.api.php |
React to the rejection of a form submission. |
|
|
hook_honeypot_time_limit |
./honeypot.api.php |
Add time to the Honeypot time limit. |
|
|
_honeypot_form_add_css |
./honeypot.module |
Form pre_render callback to add CSS. |
|
1 |
_honeypot_honeypot_validate |
./honeypot.module |
Validate honeypot field. |
|
1 |
_honeypot_log |
./honeypot.module |
Log blocked form submissions. |
2 |
|
_honeypot_time_restriction_validate |
./honeypot.module |
Validate honeypot's time restriction field. |
|
1 |