Commit Graph

6 Commits

Author SHA1 Message Date
hrj
2d9fd3c68e update h2 db to 2.1.210 2022-03-01 13:21:06 +05:30
hrj
a649aa7c33 Update h2 lib to 2.0.206
Signed-off-by: hrj <harshad.rj@gmail.com>
2022-01-08 10:23:34 +05:30
hrj
5e7a668016 update H2 lib to 2.0.204
Signed-off-by: hrj <harshad.rj@gmail.com>
2021-12-22 09:26:22 +05:30
hrj
51a1f0a710 update h2 to 2.0.202
Note that this version is NOT backwards compatible with 1.x version

Hence, we use a new DB path "captcha2". The contents in the old DB can be reused
by following instructions in
https://github.com/h2database/h2database/releases/tag/version-2.0.202
2021-12-10 00:01:35 +05:30
hrj
056aa9ae70 updated h2 to latest version 2020-07-04 17:26:19 +05:30
sanjana
f73f2a762f Initial commit for the framework
The ChallengeProvider trait provides the methods to be implemented by the challenge providers.

The framework gets a challenge from a challenge provider, inserts the details of the challenge into the database, and gives the challenge to the user. It then gets the answer from the user, and sends it to the challenge provider for verification.

This commit includes the implementation only for FilterChallenge provider.
2018-06-06 12:18:40 +05:30