History log of /plugin/captcha/_test/IpCounterTest.php (Results 1 – 2 of 2)
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 ...


# 844965e2 22-Jan-2026 Andreas Gohr <gohr@cosmocode.de>

added tests for IPCounter