|
Project Information
Featured
Links
|
IntroductionBy default, Kaptcha is very easy to setup and use and the default output produces a captcha that should be fairly hard to bust. The captcha's it produces by default look very similar to the one above. If you would like to change the look of the output, there is several configuration options and the framework is modular so you can write your own morphing code. If you have a valid issue with the functionality or design of kaptcha, please click the Issues tab and file one. I've spent a lot of time on this project. Donations are welcome and very much appreciated. Changesv2.3.2 - December 5, 2010 - Fix small bug introduced in 2.3.1 where not all characters were being added to the image. Issue #37
v2.3.1 - November 20, 2010 v2.3 - July 25, 2008 v2.2 - Mar 21, 2008 v2.1 - Feb 15, 2008 - Upgraded to Retroweaver 2.0.4.
- Fixed issue with build system.
- Reformatted all the source code.
- Applied the patch from cliffano that refactored the configuration and various other cleanup. I changed his configuration patch a bit as well.
- Deleted SimpleKaptcha servlet as it was unnecessary, unmaintained and had several usage issues.
- Add no caching and content type response headers to KaptchaServlet
v2.0 - Oct 2, 2007 - Upgraded to Retroweaver 2.0.1.
- Mass code cleanup and refactoring.
- Provide documentation for the web.xml init parameters. @see ConfigParameters.
- A couple small bugs have been fixed.
v1.2 - JDK 1.4 is supported by adding Retroweaver support to the build system and a jdk1.4 jar is included with the distribution.
v1.1 - Re-organized code a whole lot. Moved and renamed a lot of files. The code layout is much more clear now.
- Removed all references to 'simple' in the Constants.
v1.0 - Re-organized code a bit.
- Added Eclipse project files.
- Removed a bunch of duplicate and unused code.
- Zero warnings/errors in Eclipse.
- Rewrote the ant build file.
|