Age | Commit message (Expand) | Author | Files | Lines |
2022-08-11 | secure curl default config | Nathan Gass | 1 | -3/+4 |
2022-08-11 | be conservative and block unknown ip formats | Nathan Gass | 2 | -1/+9 |
2022-08-10 | we pay the cost of curl_getinfo anyway, make it accessible for all requests | Nathan Gass | 1 | -2/+2 |
2022-08-04 | Throw away profile information like EXIF to (sometimes massively) reduce imag... | Christian Schneider | 1 | -1/+1 |
2022-07-29 | remove legacy function | David Flatz | 1 | -10/+0 |
2022-07-29 | rename _escape functions to _encode | David Flatz | 2 | -26/+36 |
2022-07-29 | improve validation and escaping of e-mail addresses: use same method for vali... | David Flatz | 2 | -33/+140 |
2022-07-26 | make it::filter usable from it_pipe | Urban Müller | 1 | -1/+1 |
2022-07-04 | clip-path is supported on mobile browsers | Urban Müller | 1 | -0/+1 |
2022-06-29 | still need stackoffs=1 for use of D() | Urban Müller | 2 | -2/+2 |
2022-06-29 | ED varname output was broken due to new stacklevel it_debug::echo | Urban Müller | 1 | -1/+1 |
2022-06-27 | suppress errors of dns_get_record but retry to maybe work around temporary pr... | David Flatz | 1 | -4/+7 |
2022-06-22 | ED output to stderror if IT_ED_STDERR is set | Nathan Gass | 2 | -3/+12 |
2022-06-20 | make is_private_ip resolve hostnames and check all resolved ips | David Flatz | 2 | -20/+33 |
2022-06-20 | add function to check whether an ip is from a private range which should be u... | David Flatz | 3 | -1/+41 |
2022-06-09 | docs | Urban Müller | 1 | -1/+1 |
2022-05-27 | send reminder much later | Urban Müller | 1 | -1/+1 |
2022-05-25 | avoid warnings on assoc results | Urban Müller | 1 | -1/+1 |
2022-05-20 | curlinfo debug param (used elsewhere) makes more sense than p | Urban Müller | 1 | -1/+1 |
2022-05-20 | supprt ED() without args for stackdump | Urban Müller | 2 | -2/+3 |
2022-05-20 | try to provide more info on error | David Flatz | 1 | -1/+1 |
2022-05-05 | millisecond logging is precise enough | Urban Müller | 1 | -1/+1 |
2022-05-02 | introduce ::json_headers, kill unused var | Urban Müller | 1 | -3/+14 |
2022-04-21 | support late setting of debug_aslive in code | Urban Müller | 1 | -1/+1 |
2022-04-20 | backwards compatibility | Urban Müller | 1 | -1/+1 |
2022-04-20 | create generic it::servertype() | Urban Müller | 1 | -2/+10 |
2022-04-20 | respect no spam stars in .diffnotice | Urban Müller | 1 | -1/+1 |
2022-04-19 | typos | Urban Müller | 1 | -1/+1 |
2022-04-19 | docs | Urban Müller | 1 | -1/+1 |
2022-04-07 | No regular use of javascript: found, remove warning and silently strip it | Christian Schneider | 2 | -5/+1 |
2022-03-31 | move sql to body of error messages | Nathan Gass | 1 | -2/+2 |
2022-03-28 | handle missing closing bracket, remove blanks around email (filter_var balks) | Urban Müller | 2 | -3/+3 |
2022-03-28 | user filter_var instead of regex (thx chrigi), correctly ignore display names | Urban Müller | 2 | -11/+14 |
2022-03-23 | make it_url::request and it_url::get_multi fork-safe; this prevents multiple ... | David Flatz | 1 | -6/+6 |
2022-03-21 | allow * in .diffnotice for no error mails | Urban Müller | 1 | -2/+2 |
2022-03-16 | keep CurlHandle and CurlMultiHandle around so that we can profit from connect... | David Flatz | 1 | -3/+13 |
2022-03-15 | correctly escape commas | Urban Müller | 1 | -1/+1 |
2022-03-15 | correctly escape commas | Urban Müller | 1 | -5/+14 |
2022-03-15 | simple unit test for it_mail::address_error() | Christian A. Weber | 1 | -0/+6 |
2022-03-14 | accept naked unix user names as recipients | Urban Müller | 1 | -4/+4 |
2022-03-11 | format check for email addresses on sending | Urban Müller | 2 | -4/+16 |
2022-03-11 | store content extract on EDC("getcachelog") for get_cache debugging | Urban Müller | 1 | -4/+4 |
2022-03-07 | docs | Urban Müller | 1 | -1/+1 |
2022-03-03 | Make it_debug::$force_html decision based on Accept header containing text/ht... | Christian Schneider | 1 | -1/+1 |
2022-03-03 | support html override for non-html pages | Urban Müller | 2 | -6/+19 |
2022-02-24 | use plaintext output for non-html web pages | Urban Müller | 1 | -1/+1 |
2022-02-18 | calc() exception no longer necessary, parse causes false pos | Urban Müller | 1 | -2/+1 |
2022-02-14 | use D() formatting for it::error body | Urban Müller | 2 | -9/+13 |
2022-02-08 | double quote should terminate urs, validates D() output with html links | Urban Müller | 1 | -1/+1 |
2022-02-06 | Filter out javascript: scheme in U() to avoid more XSS attacks | Christian Schneider | 3 | -0/+14 |