summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2024-02-28validateUrban Müller1-1/+1
2024-02-21it::getopt: do not eat up second --Nathan Gass1-1/+1
2023-11-16add mailid to alertlog for greppingUrban Müller1-3/+2
2023-11-06$_FILES contains original file names with possibly invalid utf8Urban Müller1-0/+1
2023-09-05protect against huge stackdumps from outdooractiveUrban Müller1-1/+1
2023-09-04add forgotten url to host, mail2443Urban Müller1-1/+1
2023-08-31allow https in error mailsUrban Müller1-3/+6
2023-08-16it::map docsUrban Müller1-1/+1
2023-08-16allow prettyprinting on json_encode (used in tv)Urban Müller1-2/+2
2023-08-16avoid using "trace" identifier for different thingsUrban Müller1-9/+9
2023-08-15docs fixUrban Müller1-1/+1
2023-08-03avoid name clashes with stats (mail3831); undercore also illustrates out of bandUrban Müller1-3/+3
2023-08-03allow echoing and dry-running of it::exec/it::system commandsUrban Müller1-12/+16
2023-07-27bugfix, thanks buddhaUrban Müller1-1/+1
2023-07-27fix mail0Urban Müller1-1/+1
2023-07-26only use trace for id to simplify deletion of similar errsUrban Müller1-1/+1
2023-07-25experimentally add ID to error mailsUrban Müller1-2/+4
2023-07-25strip superfluous newlines in titleUrban Müller1-1/+1
2023-07-18more concise arg mergingUrban Müller1-4/+2
2023-07-18support varags in it::pipe like in it::execUrban Müller1-2/+6
2023-07-05mark safe it::shell_command callsUrban Müller1-3/+3
2023-06-22quote it::exec() args, use timeout for gm convert to avoid checking for ultra...Christian A. Weber1-4/+2
2023-05-17prevent potential recursions through it::fatal in it::file_put_contents (thx ...Urban Müller1-1/+1
2023-05-17prevent errors in it::errorUrban Müller1-1/+1
2023-05-17use correct okstate pathUrban Müller1-1/+1
2023-05-15fix stack trace depth, remove outdated commentUrban Müller1-1/+1
2023-05-08fix save path for long bodiesUrban Müller1-2/+2
2023-05-08avoid stderr when no alertlogs present yetUrban Müller1-1/+1
2023-05-04adapt to standard syntaxUrban Müller1-1/+1
2023-05-04add medium length stackdumps, clean up stack trace generation params, make ea...Urban Müller1-24/+27
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