summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified join to always use implodeChristian Schneider1-5/+5
2021-01-13Unified brace and else if styleChristian Schneider1-5/+8
2020-12-16ignore some more warningsDavid Flatz1-1/+1
2020-12-15do not prepend $errprefix twiceUrban Müller1-1/+1
2020-12-15ignore warning of jpeg decoderDavid Flatz1-1/+1
2020-12-03Use PHP 8 compatible way of detecting @ operator (does not set error_reportin...Christian Schneider1-1/+1
2020-11-27pass array values instead of keys to functions with only one argument in it::...Nathan Gass1-0/+3
2020-11-13properly quote raw post data for httpreq.phpUrban Müller1-2/+2
2020-11-13nicer formattingUrban Müller1-1/+1
2020-11-11bugfix (accidentally added rawpost)Urban Müller1-1/+1
2020-11-09no longer ignore extra positional argumentsNathan Gass1-3/+1
2020-11-09detect bad it::error usageUrban Müller1-1/+4
2020-10-30include POSTed non form data in error mailsUrban Müller1-0/+3
2020-10-28Limit parallel threads of GraphicsMagick to avoid overloading serversChristian Schneider1-1/+1
2020-09-23resend info irrelevant on develUrban Müller1-1/+1
2020-09-16use error_context for mails onlyUrban Müller1-1/+1
2020-09-15Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,...Christian Schneider1-1/+2
2020-08-25test for unexpected optional positinal argumentsNathan Gass1-3/+5
2020-06-29remove unnecessary err messages elsewhereUrban Müller1-1/+1
2020-06-26avoid reporting null bytes in it::execUrban Müller1-1/+1
2020-06-19fix docsUrban Müller1-1/+1
2020-05-27honor omitdebuginfo for block-resendUrban Müller1-1/+1
2020-05-25it::error should put (optional) single line content before multiline contentUrban Müller1-3/+3
2020-05-25allow sorting and mapping functions in sort()Urban Müller1-4/+14
2020-05-19prevent huge subjects, separate multiline partsUrban Müller1-0/+2
2020-05-13it::error should cloak password2 in body as wellUrban Müller1-1/+1
2020-05-13align titleUrban Müller1-1/+1
2020-05-12compactify error mailsUrban Müller1-7/+5
2020-05-12optionally add global extra info to all errsUrban Müller1-0/+3
2020-05-08Do not call it::_stdin_next() trying to open first optional argument unless i...Christian Schneider1-1/+5
2020-04-15allow disabling pretty printingUrban Müller1-2/+2
2020-04-14add pretty option to it::json_encode()Christian A. Weber1-2/+3
2020-03-16Use LOCK_EX to avoid log lines being split upChristian Schneider1-1/+1
2020-03-10handle = in short opts as well (-n=2)Urban Müller1-1/+3
2020-01-20Support all arguments of file_get_contents, including maxlenChristian Schneider1-2/+2
2020-01-13Add compatibility function to map new setcookie() parameters to pre-7.3 PHP v...Christian Schneider1-0/+10
2019-11-19enable bash features in it::exec and it::systemNathan Gass1-2/+2
2019-10-04avoid bouncing replies to system usersUrban Müller1-0/+1
2019-09-24simplify From:, readabilityUrban Müller1-3/+8
2019-09-24use effective uid, avoid it::execUrban Müller1-1/+4
2019-09-23mention machine in From: of it::error mailsUrban Müller1-1/+2
2019-09-16lowercase minor errors (twin, debugparams)Urban Müller1-1/+6
2019-09-11more params2utf8 to lower level so auto_prepend in lib doesnt trigger search....Urban Müller1-0/+38
2019-09-02Make itools a bit stricter, new PHP versions start to enforce more declarationsChristian Schneider1-2/+2
2019-06-06fix possible misunderstandingsUrban Müller1-1/+1
2019-05-10cdist option for ::file_putUrban Müller1-1/+3
2019-04-06only use service tmp if writableUrban Müller1-4/+5
2019-04-05avoid creating tmpfiles in dest dirUrban Müller1-2/+4
2019-03-12Normalize to FORM_C in any2utf8Christian Schneider1-2/+1