-
CQ 5.5 compability - source downgraded to 1.6, dependencies included in
package
Nickolay committedMar 26, 2014
-
huan committed
Dec 4, 2013 -
huan committed
Dec 4, 2013 -
Merge pull request #6 from Mollom/add-expectedlanguages-support
Adding list of supported expected languages and ability to configure exp...
blackskad committedDec 4, 2013 -
Merge pull request #7 from Mollom/add-content-type
Adding Content Type functionality.
blackskad committedDec 4, 2013
-
Adding Content Type functionality.
huan committedDec 3, 2013 -
Updated README to explain testing mode.
Huan Lai committedDec 3, 2013
-
Adding list of supported expected languages and ability to configure …
…expected languages on Mollom.
huan committedNov 20, 2013
-
Merge pull request #5 from Mollom/docs-builds
Clarify availability of pre-built JAR files.
Huan Lai committedNov 12, 2013 -
Clarify availability of pre-built JAR files.
sun committedNov 12, 2013
-
Preparing for new development version.
huan committedNov 11, 2013 -
Initial release of new REST-based Java client.
huan committedNov 11, 2013 -
Merge pull request #4 from Mollom/remove-example
Moved CLI example into guide repo.
sun committedNov 11, 2013 -
Fixing null pointer exception for CAPTCHA only.
huan committedNov 11, 2013 -
Removed cli example to move to guide repo.
huan committedNov 11, 2013
-
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 committedNov 5, 2013
-
Fixed README examples should not suggest to build/destroy a new Mollo…
…mClient for every request.
sun committedNov 2, 2013
-
Fixing syntax error in original commit.
huan committedNov 1, 2013
-
Merge pull request #1 from Mollom/MOLLOM-1191-huan
Clean up, refactor, modernize Java client library.
sun committedOct 31, 2013 -
Fixed bogus default property values; renamed MollomBadRequestExceptio…
…n to MollomRequestException.
sun committedOct 31, 2013 -
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 committedOct 31, 2013
-
Changing README to incorporate multiple retries of CAPTCHAs.
huan committedOct 15, 2013 -
Removing rateLimit feature from content API.
huan committedOct 15, 2013 -
Adding more parameters to the CAPTCHA api handler.
huan committedOct 15, 2013 -
Removing unsupported blacklist entry parameters.
huan committedOct 15, 2013
-
Added MollomCLI example class.
huan committedOct 4, 2013 -
Don't try to add unspecified optional fields to the request. Throw Mo…
…llomIllegalUsageException when the user forgets to specify mandatory fields.
huan committedOct 4, 2013
-
Updating README to reflect new exceptions that must be caught.
huan committedOct 1, 2013 -
Fixing up exceptions thrown by library.
huan committedOct 1, 2013 -
Removing debug mode and acceptPostsWhenMollomUnavailable features.
huan committedOct 1, 2013 -
Moving required parameters into build().
huan committedOct 1, 2013 -
huan committed
Oct 1, 2013
-
Huan Lai committed
Sep 16, 2013