Commit Graph

7 Commits

Author SHA1 Message Date
63ac1b296e
Add functions for transferring dates to ints and vice versa 2024-05-03 17:42:32 +02:00
66e704de47
Extend tests for MD_STD_IN considerably, fix some edge cases 2023-11-08 21:24:23 +01:00
a03f072a69
Add function for validating ZIP codes (somewhat) 2023-11-08 02:18:34 +01:00
2c58e0554b
Improve coverage of MD_STD_IN 2023-11-07 22:50:18 +01:00
c9dce8f782
Annotate the available tests as @small 2023-11-06 23:26:21 +01:00
ae12cfdf0f
Add tests for MD_STD_IN::sanitize_url() and ensure it supports rewriting
unencoded cyrillic inputs

Close #7
2023-11-05 23:29:14 +01:00
52aeedd31e
Set a cap to maximum delay in preventing brute force attacks
This is necessary because PHP-FPM fails if sleep / usleep runs beyond
the maximum execution time of php.ini, leading to whole vhosts falling
over.
2022-08-14 13:08:40 +02:00