bakape
bakape
Build a file-based cache of existing correctly solved captcha HTML and give each request a 50% chance to use it. Ensure each reused captcha has a timeout.
Provides better performance and multithreading support. - [ ] Generate captcha in one call using plpgsql returning a set of bytea and pgcrypto - [ ] Allow specifying captcha ID...
- [ ] #33 - [ ] #32 - [ ] Random reuse of cached generated captchas to reduce load
Ideas: - wave wrapping - odd line color removal - random noise - perlin noise - "lmao dude just flip the image"
Will enable IDE aids.
Write any errors to a `char**` argument. This reduces possible errors in error handling.