This website requires JavaScript.
Explore
Help
Sign In
Arav
/
justcaptcha
Watch
1
Star
0
Fork
0
You've already forked justcaptcha
Code
Issues
Releases
6
Activity
29
Commits
1
Branch
6
Tags
212
KiB
96e8cf0c97
Commit Graph
4 Commits
Author
SHA1
Message
Date
Alexander "Arav" Andreev
96e8cf0c97
Methods Solve, GetAnswer, IsSolved, and Expiry could be implemented once for a base Captcha struct. But GetImage and generateImage methods should be implemented by all structs that compose with base Captcha struct.
2022-06-26 22:02:38 +04:00
Alexander "Arav" Andreev
70195a666e
In ICaptcha inteface GenerateImage() method was modified into private.
2022-06-26 21:01:27 +04:00
Alexander "Arav" Andreev
2e3d41a628
Changed Expire() method in ICaptcha to Expiry().
...
ExpireDate() changed to ExpiryDate() and its argument expiration changed to expiry.
2022-06-26 20:47:25 +04:00
Alexander "Arav" Andreev
21b2f24986
Initial commit with a fully working program, lel.
2022-06-24 23:09:46 +04:00