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


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

move file cookies to class