httpbl_admin_settings |
./httpbl.admin.inc |
Implementation of hook_admin_settings() |
|
1 |
httpbl_admin_settings_validate |
./httpbl.admin.inc |
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_presave |
./httpbl.module |
Implementation of hook_comment_presave() |
|
|
httpbl_cron |
./httpbl.module |
Implementation of hook_cron(). |
|
|
httpbl_dnslookup |
./httpbl.module |
Do http:BL DNS lookup |
2 |
|
httpbl_help |
./httpbl.module |
Implements hook_help(). |
|
|
httpbl_honeylink |
./httpbl.module |
Return HTML code with hidden Honeypot link
in one of the many styles. |
2 |
|
httpbl_menu |
./httpbl.module |
Implementation of hook_menu(). |
|
|
httpbl_page_build |
./httpbl.module |
Implements hook_page_build(). |
|
|
httpbl_permission |
./httpbl.module |
Implements hook_permission(). |
|
|
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 the 'forbidden' field was filled in. |
|
|
httpbl_requirements |
./httpbl.module |
Implementation of hook_requirements(). |
|
|
httpbl_schema |
./httpbl.install |
Implementation of hook_schema(). |
|
|
httpbl_uninstall |
./httpbl.install |
Implementation of hook_uninstall(). |
|
|
httpbl_views_api |
./httpbl.module |
Implementation of hook_views_api(). |
|
|
httpbl_views_data |
views/httpbl.views.inc |
Version 7.x-dev
Contact: Bryan Lewellen (bryrock) (http://drupal.org/user/346823) |
|
|
httpbl_views_default_views |
views/httpbl.views_default.inc |
Version 7.x-dev
Contact: Bryan Lewellen (bryrock) (http://drupal.org/user/346823) |
|
|
httpbl_views_handlers |
views/httpbl.views.inc |
Implementation of hook_views_handlers(). |
|
|
httpbl_whitelist_access |
./httpbl.module |
Determine whether a user has access to the session whitelist functionality. |
|
1 |
_httpbl_banned_check |
./httpbl.module |
Check if IP host is banned in blocked_ips table |
2 |
|
_httpbl_cache_get |
./httpbl.module |
Get IP host's status value from cache table |
1 |
|
_httpbl_cache_set |
./httpbl.module |
Write status value into httpbl cache table
** (add Grey and/or Blacklisted IPs to httpbl table) |
1 |
|
_httpbl_cache_update |
./httpbl.module |
|
1 |
|
_httpbl_ipdata |
./httpbl.module |
Generate a link with Project Honeypot information for a given IP address. |
4 |
|
_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 a session whitelist. |
1 |
|