Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
22.05 KB
MD5: 1718011793bc5ab2b990d0098ed75fc2
SHA-1: 6229222fb34e337fda70f8f8a3f6d6af9ee7c7ad
SHA-256: 5ca546922157ec85fe0bdd339941887c608bfa6af47da72504a34bebc8090050
Download zip
25.8 KB
MD5: 21da08982a3843ac982861ce91675a25
SHA-1: 9dc9e22cdf6ffd8d613094616fd6d3dd43495257
SHA-256: d30f7c987aa7f8b6fce5c8fe8c492194780c92083b92a55e2a80d30bfd957188
Release notes
http:BL is now Drupal 7 Ready
Features:
- http:BL lookups for visitor IPs
- Blocking of requests coming from blacklisted IPs
- Database caching, decreasing the number of DNS lookups
- Honeypot link placement on ban page and optionally in footer
- Whitelisting through the httpbl cache table
- Blacklisted IPs banned (added to Drupal blocked_ips table)
- Greylisting: grants the user access if they pass a simple test
- Optional: Checking only when a comment is placed,
re-writes blocked comments for easier admin identification - Basic statistics on the number of blocked visits
- Optional 3 levels of logging (Error only, Positive Lookups or Verbose - for testing and gaining trust)
- Length of time cached visits are held are determined by configurable settings (not hard coded)
- Default Views included (identify blocked and whitelisted IPs with links to their Honeypot profiles)
- Integration with Drupal Help and Permissions
Note that the module can also function without http:BL functionality -- its use will then be limited to the placement of a Honeypot link in the footer.
Fixed in this release candidate:
#1234174: Http:BL doesn't allow a user with admin-permissions to access Config (requires the original admin user)
#1234178: Config page has a non-working link to the Blocked Hosts report page. (Documentation update)