captchouli icon indicating copy to clipboard operation
captchouli copied to clipboard

booru-backed procedurally-generated anime image captcha library and server

Results 12 captchouli issues
Sort by recently updated
recently updated
newest added

Currently pkg-config does not even pick it up.

bug
enhancement

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.

enhancement

Provides better performance and multithreading support. - [ ] Generate captcha in one call using plpgsql returning a set of bytea and pgcrypto - [ ] Allow specifying captcha ID...

enhancement

- [ ] #33 - [ ] #32 - [ ] Random reuse of cached generated captchas to reduce load

enhancement

Better performance. Best done together with #32.

enhancement

Ideas: - wave wrapping - odd line color removal - random noise - perlin noise - "lmao dude just flip the image"

enhancement

Write any errors to a `char**` argument. This reduces possible errors in error handling.

enhancement