Today, I released a new version of the Captcha MVC library, it is available at this link or via nuget.
What's new:
- Changed the IIntelligencePolicy interface, added ICaptchaManager as parameter for all methods.
- Improved font size in the image, thanks abot user.
- Added the ResponseTimeIntelligencePolicy class - is the time-dependent validation for captcha, thanks reinhardS user for the idea.
- Added the MultiIntelligencePolicy class that allows the use of multiple IIntelligencePolicy.
- Added the StorageType enum is used by the IIntelligencePolicy.
- Fixed problem with datacontract serialization.
- Added the AddAreaRouteValue property to the DefaultCaptchaManager class.
- Removed obsolete methods.
- Minor changes.