httpbl 2.x-dev

Copy 8.x-1.x to new branch.

Want to apply the automated D10 fixes without worrying about potentially breaking folks integrations, since I cannot fully test.

httpbl 8.x-1.x-dev

New features

Development release for Drupal 8.x (It's Alive!)

This initial development release for httpbl (D8) represents a major upgrade and re-write. It was started with a clean slate, however it maintains all the primary functionality that the module has provided since the original D5 version—namely, checking IP addresses during page requests OR comment submissions, against Project Honeypot (.org), and determining whether or not to locally blacklist, grey-list or white-list those IPs based on any found threat scores (or the absence of any scores).

httpbl 7.x-1.0

New features
Bug fixes
Unsupported

http:BL / Drupal 7

This "1.0" release follows 6 stable release candidates that have been field tested since July 2011.

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,
    appends a message to blocked comments for easier admin identification,
    and queues the unpublished comment for moderation if the lookup is positive
  • Basic statistics on the number of blocked visits
  • Optional 3 levels of logging (Error only, Positive Lookups or Verbose - for testing and gaining trust)
  • Greylisting threat-level threshold configurable in admin settings.
  • Blacklisting threat-level threshold configurable in admin settings.
  • 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

httpbl 7.x-1.0-rc6

Bug fixes
Unsupported

This release candidate adds (for D7):

#1248942: make blacklisting level configurable An unreported bug related to this feature was fixed. (The feature had not been fully implemented in D7)

httpbl 6.x-2.0-rc2

New features
Unsupported

This release candidate is based on the 6.x-2.x-dev ("alternate fork") for this project, which has been production field tested for nearly three years. It's also the fork that is used on Drupal.org.

Features Added:

httpbl 7.x-1.0-rc4

Bug fixes
Unsupported

This release candidate re-fixes #1234174: Http:BL doesn't allow a user with admin-permissions to access Config (requires the original admin user) which was initially fixed in httpbl 7.x-1.0-rc2 but then reintroduced in httpbl 7.x-1.0-rc3, due to a git boo-boo.

httpbl 6.x-2.0-rc1

New features
Bug fixes
Unsupported

This release candidate is based on the 6.x-2.x-dev ("alternate fork") for this project, which has been production field tested for nearly two years. It's also the fork that is used on Drupal.org.

It includes bug fixes and some new features that were first introduced in the Drupal 7 version.

Fixes Included:

httpbl 7.x-1.x-dev

New features
Bug fixes

Development release for Drupal 7.x.
(This is stable enough to run in production environments, but use at your own risk)

Note: Thanks to API changes in Drupal 7, the conditions that made logging problematic for the D6 version of httpbl are no longer issues. This version takes advantage of those API changes and offers more (or less) logging options, and also more error messaging in the UI, in the event that real people are blocked while attempting to leave comments.

httpbl 6.x-2.x-dev

Bug fixes
New features

This dev release is an alternate fork from 6.x-1.x-dev. It includes bug fixes and some new features that are included in the Drupal 7 release.

Fixes Included:

httpbl 6.x-1.x-dev

Bug fixes

Development release for Drupal 6.x. The code is greatly cleaned up and request block efficiency should have increased greatly because of optimized hook_boot and hook_init usage. This allows the request to be blocked as early on in the bootstrap as possible. Furthermore the module can leverage the Drupal access table to deny requests to blacklisted users even earlier (just after the database is bootstrapped).

httpbl 5.x-2.1

Bug fixes
Unsupported

This release fixes a small issue which however broke version 2.0. If you were using version 2.0 then you might consider emptying the httpbl database table to remove any cached data.

httpbl 5.x-2.0

New features
Bug fixes
Unsupported

This release adds a lot of bug fixes, PostgreSQL compatibility (thanks to jaydub), an option to check only on comments (thanks to msameer) and (finally) some basic statistics!

httpbl 5.x-0.9

New features
Bug fixes
Unsupported

Adds greylisting for IP addresses that fall below a certain threat level and fixes several bugs.

httpbl 5.x-0.8

Unsupported

Added blacklist caching so that the module makes as few DNS lookups as possible.

httpbl 5.x-0.7

Unsupported

Release with basic http:BL-based IP blocking and Honeypot linking features.

Subscribe with RSS Subscribe to Releases for http:BL