- Aug 31, 2015
-
-
rswindell authored
Include sort comparison function (compare) and sort_property as part of lib. Added remove_dupes() function. When reading JSON file, support lines up to 8Kbytes in length.
-
rswindell authored
var obj=load(new Object, "file_lib.js"); obj.property=value. var result = obj.do(something);
-
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
replace xtrn/sbl/* (including sbl[.exe], smb2sbl[.exe], sbl2smb[.exe] and the sbbslist.exe which I run daily to generate the sbbslist.html and other files after verification attempts).
-
rswindell authored
v4 storage format (json).
-
rswindell authored
-
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
-
echicken authored
-
rswindell authored
toggle option after being changed from the File Scan Configuration menu.
-
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
-
-
rswindell authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
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). Other text.dat changes: - Changed the EnterYourComputer prompt to be more accurate - NewUserFeedbackHdr and UeditAddressBirthday say "BDay" instead of "BD" - Display Client and Protocol instead of Computer and Connection in uedit. - UeditPrompt no longer has the leading CRLF embedded in it.
-
- 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).
-
rswindell authored
Writing modem/protocol value to new "IP Address" field in user record.
-
rswindell authored
-