- Sep 08, 2015
- Sep 04, 2015
-
-
rswindell authored
cause of Robb Starr's reported "ERROR: 400 Bad Request" problem.
-
- Sep 03, 2015
-
-
rswindell authored
to glyphs found in the Courier New font. When mapped to code points not present in the monospace/courier font family, a different (proportional) font is used which messes up the "ANSI graphics" display. - 0x10 is now mapped to U+9658 (black right-pointing pointer) instead of U+9658 (black right-pointing triangle) - 0x11 is now mapped to U+9668 (black left-pointing pointer) instead of U+9664 (black left-pointing triangle) Incidentally, 0x1e and 0x1f were already mapped correctly. Also fixed: - 0x16 now maps to U+9604 (lower half black) instead of U+9644 (black rectangle) Added some helpful comments (hex values, ASCII values).
-
- Sep 02, 2015
-
-
deuce authored
on Windows XP now. At the very least, it will now require MSVCR80.DLL.
-
rswindell authored
used to, that is, it stores the broken-down date/time values in the time_t equivalent for the local timezone, regardless of what value is in the zone element of the xpDateTime_t.
-
deuce authored
_mkgmtime() however didn't appear until MSVCR80.dll, so the current use of MSVCRT.DLL is broken and SyncTERM won't build.
-
deuce authored
-
- Sep 01, 2015
- Aug 31, 2015
-
-
rswindell authored
If "syslog" is passed as a command-line option, always send log output to syslog, even when not daemonized.
-
- Aug 30, 2015
- Aug 29, 2015
-
-
rswindell authored
a socket (and returns void), but mxlookup.c did not know this because it had its own prototype for this function (lazy, I know). - moved the prototypes for mail_open_socket and mail_close_socket to mailsrvr.h - use socket() to create the (single) socket (is not a multisock, does not do IPv6) - this was the cause of the "getting socket option type" errors in the error.log that began showing up recently. Good thing it had a "LOG_ERR" log level or I probably would not have noticed for a long time. :-)
-
deuce authored
rather than send the zero bytes.
-
rswindell authored
to the local timezone equivalent (not adjusting for offset). Now using timegm() (aka mkgmtime()) to fix this scenario. Times in zones other than the local time zone or UTC are explicitly not supported by this function now (returns INVALID_TIME in that scenario).
-
rswindell authored
equivalent to sane_mktime() for broken-down date/time's in UTC.
-
rswindell authored
from xpdatetime.c to support more date string formats (e.g. the JavaScript Date.toISOString() format).
-
deuce authored
If the TLS context couldn't be created, don't listen on the TLS interfaces.
-
deuce authored
the are likely to only impact the current connection, not overall system operation.
-
rswindell authored
-
rswindell authored
TLS (HTTPS) will not be enabled/supported in the web server. Lowered the log level of the cryptlib failures in handle_crypt_call() from LOG_ERR to LOG_WARNING since these apparently are expected failures when interacting with misbehaving HTTPS/TLS clients.
-
- Aug 28, 2015
-
-
rswindell authored
set the "extended description" flag for all subsequently added files if one of the files uploaded/added contained an embedded description (FILE_ID.DIZ) causing garbage extended description display when viewing extended information on files that did not in fact have an embedded description.
-
- Aug 27, 2015
- Aug 26, 2015
-
-
rswindell authored
- Display the user's last IP address (no longer stored in the "Note" field) - Moved the deleted/inactive user indicator to the last line before the prompt - Requires new text.dat entry: UserIpAddr (line 768).
-