summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2026-07-13combining chars not well defined after blanks and cause more trouble after wo...Urban Müller1-2/+2
2026-05-22use (faster) proper func to check for valid utf8Urban Müller1-1/+1
2026-05-18Remove obsolete check as dependency of log filename from time debug parameter...Christian Schneider1-2/+1
2026-05-13grapheme_strlen can also return false on certain errorsUrban Müller1-1/+1
2026-05-11force utf8 in all HTTP_ fields including HTTP_SEC_CH_UA_MOBILE (mail8642)Urban Müller1-2/+2
2026-04-09docsUrban Müller1-1/+1
2026-04-09Simplify creation of helper function and avoid eval in callable string caseChristian Schneider1-5/+3
2026-03-31Remove combining characters at beginning of string in it::any2utf8() (mail8281)Christian Schneider1-0/+2
2026-03-23Switch ULTRATIME and some other runtime measurements to hrtime()Christian Schneider1-5/+5
2026-02-03Revert "known problem, reduce utf8 err messages"Urban Müller1-1/+1
2026-01-06known problem, reduce utf8 err messagesUrban Müller1-1/+1
2025-11-24Fix PHP 8.5 ord() warning with null/empty string by passing dummy valueChristian Schneider1-1/+1
2025-10-03fix invalid utf8 in HTTP_ACCEPT (mail5151)Urban Müller1-1/+1
2025-09-08revert handling of - in it::safe_filename, we do not know if php://stdin or p...Nathan Gass1-2/+2
2025-09-03enable use of command "see"Urban Müller1-1/+1
2025-08-26debug it::gets_all, thanks buddhaNathan Gass1-1/+1
2025-08-26add it::gets_all variant of it::getsNathan Gass1-0/+16
2025-08-26handle shell process substitution and - in it file wrappersNathan Gass1-1/+2
2025-05-21mention localization of "date"Urban Müller1-1/+1
2025-05-21it::date(): mention passing to date()Urban Müller1-1/+1
2025-05-12need error message not error numberUrban Müller1-1/+1
2025-04-10Miniscule optimization: Only convert ip being check to binary onceChristian Schneider1-1/+2
2025-04-10json_decode: return json error in titleUrban Müller1-2/+2
2025-04-10return matching CIDR for trackingUrban Müller1-1/+1
2025-03-26allow 20241212 is second arg of it::dateUrban Müller1-1/+3
2025-03-25Handle pretty printed null including newlines in it::json_decodeChristian Schneider1-1/+1
2025-03-19only allow ten positional argsUrban Müller1-2/+2
2025-03-19invert can never be set hereUrban Müller1-1/+1
2025-02-19small performance boostUrban Müller1-3/+2
2025-01-16fix some missed censorship, also censort x-auth-tokenUrban Müller1-2/+2
2024-12-03avoid leaving tempfiles lying around if rename fails for permission reasonsUrban Müller1-0/+4
2024-10-28avoid replacing away the quotesUrban Müller1-1/+1
2024-10-04avoid leaking API keys in err messagesUrban Müller1-3/+3
2024-08-14fix syntaxUrban Müller1-1/+1
2024-08-14add simplexml_load_string() with better error reportingUrban Müller1-0/+19
2024-07-11docsUrban Müller1-1/+1
2024-06-11mark legit use of httpUrban Müller1-1/+1
2024-06-10handle empty replacements array in it::replaceNathan Gass1-1/+1
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