- Oct 12, 2005
-
-
rswindell authored
- (potentially) faster and supports !include files.
-
rswindell authored
-
rswindell authored
-
rswindell authored
js_exec() now displays the number of seconds/milliseconds it took to compile and execute a script (if either duration is greater than 0).
-
rswindell authored
files.." - "save" has a pre-conceived meaning not consistent with the intended function (to "keep" files normally automatically deleted, for debug purposes).
-
rswindell authored
current font (shared with the Spy Terminal window).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
base64_encode() and md5_calc().
-
rswindell authored
(ASCII 0) to be read from or written to sockets and files.
-
- Oct 11, 2005
-
-
deuce authored
-
- Oct 07, 2005
-
-
rswindell authored
-
rswindell authored
previously only be enabled/changed in the sbbs.ini file. Display "<auto>" if the DNS server field is left blank or set to an invalid IP address or hostname.
-
rswindell authored
and no DNS servers are found, print a sensible error message.
-
rswindell authored
-
rswindell authored
-
rswindell authored
(mail server now supports auto-detection of DNS server IP address(es)).
-
rswindell authored
Automatically detect the DNS server (randomly chosen from the list of configured DNS servers) if no DNS server is configured. For *nix, this assumes you have read access to /etc/resolv.conf (where da 'e'?) For Win32, this assumes you have IPHLPAPI.DLL on your system (included with Win98+).
-
rswindell authored
-
rswindell authored
for both read and write.
-
rswindell authored
Simplify the bouncing of e-mails using smb_updatemsg() and the original message's from_ext convenience pointer. No need to call smb_init_idx() here since smb_addmsghdr()->putmsg() does this already (in the latest smblib).
-
- Oct 04, 2005
- Oct 03, 2005
- Oct 02, 2005
-
-
rswindell authored
now does this for us). Set the SMB recipient extension header field when routing to QWKnet node (this is necessary for fixsmb to be able to reconstruct the index file). Use new function smb_updatemsg() to mark sent SMTP mail as deleted (much easier).
-
rswindell authored
dir->ex_ar is NULL, which shouldn't normally occur, but could in the BBS temp dir menu.
-
rswindell authored
-
rswindell authored
-
rswindell authored
(for time and message number) if the index hasn't been initialized.
-
rswindell authored
no need to do manual initialization here.
-
rswindell authored
that they match. This will catch a QWK networking bug in previous Synchronet versions where the index.to was non-zero (the number of the QWKnet node account), but there was no hdr.to_ext field, thus the index could not be recreated from the information in the header (e.g. by fixsmb). This was actually an intentional design decision at the time, but in hindsight, it's a bug (the index file is not supposed to contain any unique information).
-
rswindell authored
status display (percentage complete).
-
rswindell authored
Wasn't accounting for correct lengths of keywords: WIN32, UNIX, LINUX, and PROT Didn't support >8 char internal codes in SUBCODE and DIRCODE values Would skip pass the line (null) terminator causing stack corruption or crash when parsing values for SUBCODE, DIRCODE, or SHELL keywords as the last keyword.
-
deuce authored
a 404 instead (ie: http://www.your.bbs/index.html/whee/this/is/cool)
-
- Oct 01, 2005