Home
last modified time | relevance | path

Searched hist:"194 d338681b559bf46a61e6fd49d98dea7193d22" (Results 1 – 5 of 5) sorted by relevance

/plugin/captcha/_test/
H A DIpCounterTest.php194d338681b559bf46a61e6fd49d98dea7193d22 Thu Jan 22 11:34:21 UTC 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
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

H A DHelperTest.php194d338681b559bf46a61e6fd49d98dea7193d22 Thu Jan 22 11:34:21 UTC 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
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

/plugin/captcha/
H A DFileCookie.php194d338681b559bf46a61e6fd49d98dea7193d22 Thu Jan 22 11:34:21 UTC 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
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

H A DIpCounter.php194d338681b559bf46a61e6fd49d98dea7193d22 Thu Jan 22 11:34:21 UTC 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
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

H A Daction.php194d338681b559bf46a61e6fd49d98dea7193d22 Thu Jan 22 11:34:21 UTC 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
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