History log of /plugin/captcha/_test/HelperTest.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 194d3386 22-Jan-2026 Andreas Gohr <gohr@cosmocode.de>

Move IpCounter to date-based tmpdir storage with daily cleanup

IpCounter files were stored in the cache directory without cleanup,
causing inode exhaustion on busy sites. Files are now stored in
tmp

Move IpCounter to date-based tmpdir storage with daily cleanup

IpCounter files were stored in the cache directory without cleanup,
causing inode exhaustion on busy sites. Files are now stored in
tmpdir/captcha/ip/Y-m-d/ with automatic daily cleanup via indexer.

Also reorganizes FileCookie to tmpdir/captcha/cookie/Y-m-d/ for
consistency and moves timeout config loading into IpCounter constructor.

fixes #146

show more ...


# 5697ecf8 06-Dec-2023 Andreas Gohr <andi@splitbrain.org>

adjust tests and fix file cookie handling


# 09b1e97e 06-Dec-2023 Andreas Gohr <andi@splitbrain.org>

first go at cleaning up the code


# 4c488e71 22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

update tests