Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Allow users to choose between CATPCHA-only or text classification (with occassional CAPTCHA) form protection. This means that the Mollom module can be configured to behave similar to the CAPTCHA module.
Refactored the form manipulation logic to make it cleaner and to avoid the side-effects of having to rebuild forms. Defined a custom form #type = 'mollom', that we simply form-alter in protected forms. The analysis/captcha logic is performed in the #process function of that form. This will work in any form types (including multi-step ones) because process functions are not cached. This will make it easier to add Mollom support to other forms.
Various documentation improvements. Improved the installation instructions and better documented Mollom's high-availability backend infrastructure.
Made it possible for the Mollom module to store a reputation field when returned by Mollom. Mollom does not currently return a reputation unless you have a special Mollom key.
Bug fixes
Fixed problem with users sometimes having to click 'Submit' twice on Mollom protected forms.
Improved the error handling in mollom().
Fixed a watchdog() call that was not properly ported from D5 to D6.