• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Calculate the width before quoting is applied and refine the heuristic

Fix capctha rendering on iOS devices, where apparently spaces need to be translated to entities

Fix captcha responsiveness

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.
fixed typo

  1. … 4 more files in changeset.
Cleanup leftover documentation

whitespace cleanup

improve spelling

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-procs.tcl was initially added on branch oacs-5-10.

  1. … 1 more file in changeset.