summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2024-04-25apply password hiding in both json and var_dump formatUrban Müller1-2/+4
2024-04-22keep quotes around keyUrban Müller1-2/+2
2024-04-22reinstate masking of passwordsUrban Müller1-2/+2
2024-04-10add forgotten newlineUrban Müller1-1/+1
2024-04-05prevent Log: lines in shell modeUrban Müller1-1/+1
2024-04-04append newline to pretty printed jsonUrban Müller1-7/+7
2024-04-03indicate logfile for further errorsUrban Müller1-1/+3
2024-04-03use json for superglobal outputUrban Müller1-6/+6
2024-04-03no need for $reqbody if $_POST is presentUrban Müller1-1/+1
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