- Oct 12, 2005
-
-
deuce authored
-
rswindell authored
(Borland defines CLOCKS_PER_SEC as 1000.0). Added msclock_t definition (currently always the same as clock_t).
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
functions. If there is a UI-specific implementation of wscroll() use it instead of the generic ciolib_wscroll()
-
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
-
rswindell authored
base64_encode() and md5_calc().
-
rswindell authored
Win32 lib-sbbs3 modules now include /lib/microsoft/
-
rswindell authored
(ASCII 0) to be read from or written to sockets and files.
-
- Oct 11, 2005
-
-
deuce authored
-
- Oct 07, 2005
-
-
deuce authored
char, use it. Hopefully, this will fix the AltGr stuff finally!
-
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
-
rswindell authored
in ../../lib and ../../include.
-
rswindell authored
currently contains get/freeNameServerList().
-
rswindell authored
-
rswindell authored
The DOWN, RERUN, LOCK, and INTR comands are supposed to default to operating on *all* nodes if no node number specified. This needs to be fixed. Greatly simplified the display_node() function. It was slow (due to all the system.node_list references) and way too complicated.
-
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 06, 2005