-
huan committed -
huan committed -
Merge pull request #6 from Mollom/add-expectedlanguages-support
blackskad committedAdding list of supported expected languages and ability to configure exp...
-
Merge pull request #7 from Mollom/add-content-type
blackskad committedAdding Content Type functionality.
-
Adding Content Type functionality.
huan committed -
Updated README to explain testing mode.
Huan Lai committed
-
Adding list of supported expected languages and ability to configure …
huan committed…expected languages on Mollom.
-
Merge pull request #5 from Mollom/docs-builds
Huan Lai committedClarify availability of pre-built JAR files.
-
Preparing for new development version.
huan committed -
Initial release of new REST-based Java client.
huan committed -
Fixing null pointer exception for CAPTCHA only.
huan committed -
Removed cli example to move to guide repo.
huan committed
-
Merge pull request #2 from Mollom/docs-instance
Huan Lai committedFixed README examples should not suggest to build/destroy a new MollomClient for every request.
-
Fixed README examples should not suggest to build/destroy a new Mollo…
sun committed…mClient for every request.
-
Fixing syntax error in original commit.
huan committed
-
Merge pull request #1 from Mollom/MOLLOM-1191-huan
sun committedClean up, refactor, modernize Java client library.
-
Fixed bogus default property values; renamed MollomBadRequestExceptio…
sun committed…n to MollomRequestException.
-
Fixed various bugs and improved documentation.
sun committed- 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.
-
Changing README to incorporate multiple retries of CAPTCHAs.
huan committed -
Removing rateLimit feature from content API.
huan committed -
Adding more parameters to the CAPTCHA api handler.
huan committed -
Removing unsupported blacklist entry parameters.
huan committed
-
Added MollomCLI example class.
huan committed -
Don't try to add unspecified optional fields to the request. Throw Mo…
huan committed…llomIllegalUsageException when the user forgets to specify mandatory fields.
-
-
Fixing up exceptions thrown by library.
huan committed -
-
Moving required parameters into build().
huan committed -
huan committed
-
Huan Lai committed