httpbl_admin_settings |
./httpbl.module |
Implementation of hook_settings(). |
|
1 |
httpbl_admin_settings_validate |
./httpbl.module |
Form API callback to validate the httpbl settings form. |
|
|
httpbl_boot |
./httpbl.module |
Implementation of hook_boot(). |
|
|
httpbl_check |
./httpbl.module |
Check if an IP should be banned |
3 |
4 |
httpbl_comment |
./httpbl.module |
Implementation of hook_comment(). |
|
|
httpbl_cron |
./httpbl.module |
Implementation of hook_cron(). |
|
|
httpbl_dnslookup |
./httpbl.module |
Do http:BL DNS lookup |
3 |
|
httpbl_footer |
./httpbl.module |
Implementation of hook_footer(). |
|
2 |
httpbl_honeylink |
./httpbl.module |
Return HTML code with hidden Honeypot link
in one of the many styles. |
2 |
|
httpbl_install |
./httpbl.install |
Implementation of hook_install(). |
|
|
httpbl_menu |
./httpbl.module |
Implementation of hook_menu(). |
|
|
httpbl_request_whitelist |
./httpbl.module |
Form to request a session whitelist. |
|
1 |
httpbl_request_whitelist_submit |
./httpbl.module |
Grant the session whitelist. |
|
|
httpbl_request_whitelist_validate |
./httpbl.module |
Validate session whitelist request.
Ban the user if one of the 'forbidden' fields were filled. |
|
|
httpbl_requirements |
./httpbl.module |
Implementation of hook_requirements(). |
|
|
httpbl_schema |
./httpbl.install |
Implementation of hook_schema(). |
|
|
httpbl_se |
./httpbl.module |
Check if an IP is known to belong to a search engine |
|
|
httpbl_uninstall |
./httpbl.install |
Implementation of hook_uninstall(). |
|
|
httpbl_whitelist_access |
./httpbl.module |
Determine whether a user has access to the session whitelist functionality. |
|
1 |
_httpbl_cache_get |
./httpbl.module |
Get status value from cache table |
1 |
|
_httpbl_cache_set |
./httpbl.module |
Write status value into cache table |
1 |
|
_httpbl_cache_update |
./httpbl.module |
Update cache table |
1 |
|
_httpbl_ipdata |
./httpbl.module |
Generate a link with Project Honeypot information for a given IP address. |
5 |
|
_httpbl_reverse_ip |
./httpbl.module |
Reverse IP octets |
1 |
|
_httpbl_url |
./httpbl.module |
Lightweight url function, since url() isn't available yet. |
1 |
|
_httpbl_whitelisted |
./httpbl.module |
Check if an IP is whitelisted through the access table or a session whitelist. |
1 |
|