summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2023-04-13put alert logs and long err outputs into serviceUrban Müller1-6/+7
2023-03-30docsUrban Müller1-1/+1
2023-03-27docsUrban Müller1-1/+1
2023-03-23docsUrban Müller1-1/+1
2023-03-17actually indicate offending valueUrban Müller1-1/+1
2023-03-13docsUrban Müller1-0/+1
2023-02-20only look at first two elements for description of short- and longoption so t...David Flatz1-1/+1
2023-02-13more docsUrban Müller1-0/+2
2023-02-13improve it::error docsUrban Müller1-15/+20
2023-01-11Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ad...Christian Schneider1-1/+1
2022-12-12Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2Christian Schneider1-2/+12
2022-12-12Remove unused functions it::toascii, it_pipe::latin/utf8Christian Schneider1-14/+0
2022-11-17typoUrban Müller1-1/+1
2022-10-03Fix it::map with generators which can only be used onceChristian Schneider1-1/+1
2022-10-03Revert "Fix it::map with generators: Avoid iterating over generator twice"Christian Schneider1-1/+1
2022-10-03Fix it::map with generators: Avoid iterating over generator twiceChristian Schneider1-1/+1
2022-09-23utf8-safe versions of typical php input functionsUrban Müller1-2/+19
2022-09-19it::error should report request body for PUT etcUrban Müller1-2/+2
2022-08-11be conservative and block unknown ip formatsNathan Gass1-1/+2
2022-08-04Throw away profile information like EXIF to (sometimes massively) reduce imag...Christian Schneider1-1/+1
2022-06-27suppress errors of dns_get_record but retry to maybe work around temporary pr...David Flatz1-4/+7
2022-06-20make is_private_ip resolve hostnames and check all resolved ipsDavid Flatz1-20/+26
2022-06-20add function to check whether an ip is from a private range which should be u...David Flatz1-0/+26
2022-06-09docsUrban Müller1-1/+1
2022-05-27send reminder much laterUrban Müller1-1/+1
2022-04-21support late setting of debug_aslive in codeUrban Müller1-1/+1
2022-04-20backwards compatibilityUrban Müller1-1/+1
2022-04-20create generic it::servertype()Urban Müller1-2/+10
2022-04-20respect no spam stars in .diffnoticeUrban Müller1-1/+1
2022-04-19typosUrban Müller1-1/+1
2022-03-21allow * in .diffnotice for no error mailsUrban Müller1-2/+2
2022-03-11format check for email addresses on sendingUrban Müller1-1/+2
2022-02-14use D() formatting for it::error bodyUrban Müller1-1/+1
2022-01-05body is not necessarily utf8Urban Müller1-1/+1
2022-01-05carriage returns do not indicate binaryUrban Müller1-1/+1
2021-12-14it::error: handle binary body like long body by saving in tmpNathan Gass1-1/+1
2021-12-02allow reading/writing of json in one goUrban Müller1-0/+6
2021-10-19better it::mail docsUrban Müller1-1/+1
2021-08-12it::fatal should abort on okstatus=0 even when no report neededUrban Müller1-1/+1
2021-07-25Fix PHP 8.1 warningsChristian Schneider1-1/+1
2021-06-17support testing for errsUrban Müller1-0/+4
2021-06-15allow leading - in ::getopt option arguments, add testsUrban Müller1-6/+1
2021-06-09never consider first word a debugparam, fixes cine.search.chUrban Müller1-1/+1
2021-05-18call more attention to page-killing problemsUrban Müller1-1/+1
2021-04-20handle invalid utf8 in bodyUrban Müller1-1/+1
2021-04-20it::mail refuses to send mails with null bytesUrban Müller1-1/+1
2021-03-29remove => false args in it::exec, consistent with it_htmlUrban Müller1-1/+2
2021-03-28it::cdist() does nothing if no filenames are given, it::error() if filename=f...Christian A. Weber1-0/+8
2021-03-24correcly use override traces for long stackdump (ultraexceptionhandler case)Urban Müller1-1/+1
2021-03-15filter info not needed interactivelyUrban Müller1-1/+1