| 1 |
Changelog (Drupal 6.x)
|
| 2 |
|
| 3 |
- v0.2, 30/07/2008: Big module cleanup; checks are more efficient and
|
| 4 |
requests should be blocked very early on in bootstrap.
|
| 5 |
- v0.1, 28/07/2008: Ported module to Drupal 6.x.
|
| 6 |
(thanks to the coder and schema modules!)
|
| 7 |
|
| 8 |
Historical changelog (Drupal 5.x):
|
| 9 |
|
| 10 |
- v2.0, 29/04/2008: Statistics!
|
| 11 |
- v1.1, 28/04/2008: PostgreSQL compatibility (thanks to jaydub),
|
| 12 |
check only on comments (thanks to msameer).
|
| 13 |
- v1.0, 24/08/2007: Proxy-proof IP address, option to only check anonymous users,
|
| 14 |
option to disable database cache (thanks to killes)
|
| 15 |
- v0.9, 17/05/2007: Greylisting with automatic session whitelisting
|
| 16 |
01/05/2007: Whitelisting through user.module
|
| 17 |
01/05/2007: Customization of ban message
|
| 18 |
- v0.8, 30/04/2007: Added blacklist status caching (thanks to dikini)
|
| 19 |
fancied up settings page (thanks to alienbrain)
|
| 20 |
- v0.7, 29/04/2007: Fixed problems with Drupal page caching,
|
| 21 |
- v0.6, 29/04/2007: Logging options
|
| 22 |
- v0.5, 29/04/2007: Option to add honeypot link to the footer of every page
|
| 23 |
- v0.4, 29/04/2007: Test access key on form submit
|
| 24 |
- v0.3, 29/04/2007: Added option to add a honeypot link
|
| 25 |
- v0.2, 28/04/2007: Search engines should no longer be blocked
|
| 26 |
- v0.1, 28/04/2007: Initial version
|
| 27 |
|
| 28 |
Ideas/todo:
|
| 29 |
- Include a honeypot with the module
|
| 30 |
- Search engine identification (needs data from http:BL guys) |