- Dec 09, 2009
-
-
rswindell authored
-
- Dec 08, 2009
-
-
rswindell authored
[]+ are still illegal filename chars in Win95 VFAT, so Win9x sysops may beware. = is a legal filename char in all modern file systems (after commodore 64).
-
- Dec 04, 2009
-
-
rswindell authored
-
rswindell authored
systems) where a mixed-case directory would work for including the files in the packet, but the files would not be deleted. The directory name must be the lower-case QWK-ID (e.g. "hubid.out", not "HubID.out" or "HUBID.out") for the files to be included (and deleted) now.
-
- Nov 30, 2009
- Nov 28, 2009
- Nov 27, 2009
-
-
rswindell authored
than <logs_dir>/logs. Also, the view log menu options always look in the data_dir instead of the logs_dir.
-
- Nov 24, 2009
- Nov 21, 2009
-
-
rswindell authored
services.c:943: warning: assignment from incompatible pointer type
-
rswindell authored
-
rswindell authored
UeditComputerModem. Marked MinimumModemSpeed as unused. Changed the 'logons today' format in LastFewCallersFmt to not be zero-padded.
-
rswindell authored
the reset daily stats back to the user.dat file ("get" implies read-only). The resetdailyuserdat() function now optionally doesn't write the reset values. Functions to that modify the user.dat (putuserdat, putuserrec, and adjustuserrec) now call a common function to notify nodes of externally modified user data (with the NODE_UDAT flag) and the current node *is* notified of external changes (e.g. allowing ;UEDIT changes to the useron to take effect).
-
rswindell authored
getuserdat(), this is the reason for the 0-based logons-today (user.ltoday) values in the "last few callers" log.
-
rswindell authored
connection, host, and ip_address fields initialized correctly.
-
rswindell authored
with the web/root/newuser.ssjs).
-
rswindell authored
-
- Nov 17, 2009
- Nov 14, 2009
-
-
deuce authored
-
deuce authored
as required.
-
deuce authored
-
deuce authored
arguments. Very few TODO items which appear to be worth doing left.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
just locate them again every time you need them.
-
deuce authored
and returns the rfc822 header block.
-
deuce authored
static properties so you can modify the prototype without creating an instance first.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Mulberry)
-
deuce authored
-
- Nov 13, 2009
-
-
deuce authored
Make parsing messages and multiparts work (does not parse "message" types yet)
-
deuce authored
as regular expressions. The rfc5322abnf object contains the full notation, but is not executable with the SpiderMonkey engine due ti a 16MB limit on parsed RegExps. The abnf object is a simplified ABNF which should work for almost all cases except RFC5322 validation.
-