• last updated 54 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reimplementation of the captcha

We drop the previous awkward implementations that would either not scale or require external dependencies. Instead, we adopt the approach in use at https://fossil-scm.org/, where a random string is converted to an ASCII art.

The ASCII art itself comes from the Fossil source code.

  1. … 2 more files in changeset.
Provide a way to configure which backend we want to use for the captcha

  1. … 1 more file in changeset.
bumped version numbers to 5.10.1b1

  1. … 85 more files in changeset.
Added the message catalog and the fonts to this package to keep things separated.

TODO: The message key "Please_enter_the_captcha" is not used on upstream code and could be deleted.

maybe, something from the downstram captcha code was not provide upstream.

  1. … 6 more files in changeset.
Factored out captcha package from acs-templating, since it introduces too many external dependencies

Furthermore, as it is, this does not work under macOS (and probably not on *BSD, or windows)

and breaks regression test.

  1. … 6 more files in changeset.
file captcha.info was initially added on branch oacs-5-10.