Permalink
Switch branches/tags
Commits on Apr 4, 2014
  1. Merge pull request #8 from vort1/master

    CQ 5.5 compability
    Huan Lai committed Apr 4, 2014
Commits on Mar 26, 2014
Commits on Dec 4, 2013
  1. Starting 2.2 for development

    huan committed Dec 4, 2013
  2. Releasing v2.1.0

    huan committed Dec 4, 2013
  3. Merge pull request #6 from Mollom/add-expectedlanguages-support

    Adding list of supported expected languages and ability to configure exp...
    blackskad committed Dec 4, 2013
  4. Merge pull request #7 from Mollom/add-content-type

    Adding Content Type functionality.
    blackskad committed Dec 4, 2013
Commits on Dec 3, 2013
  1. Adding Content Type functionality.

    huan committed Dec 3, 2013
  2. Updated README to explain testing mode.

    Huan Lai committed Dec 3, 2013
Commits on Nov 21, 2013
  1. Adding list of supported expected languages and ability to configure …

    …expected languages on Mollom.
    huan committed Nov 20, 2013
Commits on Nov 12, 2013
  1. Merge pull request #5 from Mollom/docs-builds

    Clarify availability of pre-built JAR files.
    Huan Lai committed Nov 12, 2013
Commits on Nov 11, 2013
  1. Preparing for new development version.

    huan committed Nov 11, 2013
  2. Merge pull request #4 from Mollom/remove-example

    Moved CLI example into guide repo.
    sun committed Nov 11, 2013
  3. Removed cli example to move to guide repo.

    huan committed Nov 11, 2013
Commits on Nov 5, 2013
  1. Merge pull request #2 from Mollom/docs-instance

    Fixed README examples should not suggest to build/destroy a new MollomClient for every request.
    Huan Lai committed Nov 5, 2013
Commits on Nov 2, 2013
  1. Fixed README examples should not suggest to build/destroy a new Mollo…

    …mClient for every request.
    sun committed Nov 2, 2013
Commits on Nov 1, 2013
  1. Fixing syntax error in original commit.

    huan committed Nov 1, 2013
Commits on Oct 31, 2013
  1. Merge pull request #1 from Mollom/MOLLOM-1191-huan

    Clean up, refactor, modernize Java client library.
    sun committed Oct 31, 2013
  2. Fixed bogus default property values; renamed MollomBadRequestExceptio…

    …n to MollomRequestException.
    sun committed Oct 31, 2013
  3. Fixed various bugs and improved documentation.

    - Fixed checkContent() example in README to account for potential user edits when checking CAPTCHA.
    - Revamped README formatting.
    - Added license to README.
    - Fixed class member method visibility: properties that can be set by the application should also be readable by the application.
    - Use consistent order for Mollom API property names and methods everywhere to avoid bugs/oversights.
    - Removed lastMatch and matchCount from Whitelist entry entity.
    - Removed stale docs on acceptAllPostsOnError.
    - Added missing blacklist entry contexts.
    - Fixed Content unsure and strictness parameters should only be sent when checking spam.
    - Fixed Content stored parameter should only be sent upon storage changes.
    - Fixed Content reason is not merged into Content object.
    - Fixed Captcha ssl and rateLimit parameters should only be sent when non-zero.
    - Fixed Captcha contentId parameter should only be sent when non-empty.
    - Fixed Feedback may only be sent with a content and/or CAPTCHA ID, and a given reason.
    - Fixed stored Blacklist/Whitelist entry values are not necessarily identical to the input value.
    sun committed Oct 31, 2013
Commits on Oct 15, 2013
  1. Removing rateLimit feature from content API.

    huan committed Oct 15, 2013
Commits on Oct 4, 2013
  1. Added MollomCLI example class.

    huan committed Oct 4, 2013
  2. Don't try to add unspecified optional fields to the request. Throw Mo…

    …llomIllegalUsageException when the user forgets to specify mandatory fields.
    huan committed Oct 4, 2013
Commits on Oct 1, 2013
  1. Fixing up exceptions thrown by library.

    huan committed Oct 1, 2013
  2. Moving required parameters into build().

    huan committed Oct 1, 2013
  3. Fixed whitelist comments.

    huan committed Oct 1, 2013
Commits on Sep 30, 2013
  1. Update README.md

    Fixing up documentation.
    Huan Lai committed Sep 30, 2013
Commits on Sep 16, 2013
  1. Update README.md

    Huan Lai committed Sep 16, 2013