- Dec 02, 2006
- Nov 30, 2006
- Nov 21, 2006
-
-
deuce authored
Thanks!
-
- Nov 17, 2006
-
-
deuce authored
Advantages over rss.ssjs - Readers actually work properly (I have yet to find a single RSS 0.91 reader that follows the spec. IE7 for example WILL NOT WORK if a DTD is specified. A DTD is required by the spec. - You can *define* that content is HTML - it's designed to have the full message content... so it does!
-
- Nov 16, 2006
-
-
rswindell authored
(including arguments) - this allows .js modules executed with "*modname args" (as opposed to "?modname args") to get the passed arguments (e.g. argv[0]). Reported by Ash-Fox in regards to telgate.js.
-
- Nov 10, 2006
-
-
deuce authored
Add LOG_PERROR and handle that as well.
-
deuce authored
-
deuce authored
-
deuce authored
Allows UDP syslog logging on any system... On Win32, will default to logging to localhost whereas on *nix, the openlog(), syslog(), and vsyslog() functions are wrappers if no log host is set with xp_set_loghost() Untested, unused, not part of xpdev builds currently.
-
- Nov 09, 2006
- Nov 03, 2006
-
-
rswindell authored
header warnings.
-
- Nov 02, 2006
-
-
rswindell authored
send the reply to the reply-to address (by default) instead of the FROM address.
-
- Oct 28, 2006
-
-
rswindell authored
-
rswindell authored
(instead of the node_thread).
-
rswindell authored
Do not specify an init function, apparently not supported by Vista - RegisterModule() fails with AX=1 when an InitFunc is specified. Use AX to get the VDD handle (required for UART virtualization), even though this value does not match the handle that was passed to VDDInitialize().
-
rswindell authored
If the sbbsexec.dll (VDD) load from the exec dir fails, load without a path specified (e.g .from \windows\System32\). Do not specify an init function, apparently not supported by Vista - RegisterModule() fails with AX=1 when an InitFunc is specified.
-
- Oct 27, 2006
-
-
rswindell authored
-
- Oct 26, 2006
- Oct 25, 2006
- Oct 17, 2006
- Oct 04, 2006
- Oct 01, 2006
-
-
deuce authored
-
- Sep 30, 2006
-
-
deuce authored
-
- Sep 29, 2006
-
-
deuce authored
It *also* contains the structs as objects, and the structs that get written to disk have a sizeof property as well as a read and write method which accept a file object as a parameter. My sizeof user_t is 992 which seems off...
-
- Sep 28, 2006
-
-
deuce authored
Converted all the level/flags/age restrictions except the minor cutoff to ARS strings. NOTE: JavaScript currently has no way of knowing what directory the script in that I can tell. This means that we can't reliably have stand-alone JS doors easily as the datafiles etc would need to be in a known location. Simply making the script path available to JS would solve this issue, but a quick dig through the source indicates that this would be relatively difficult.
-
deuce authored
permissions on *nix possibly making untouchable later.
-
- Sep 27, 2006
-
-
deuce authored
for newly added items weren't updated until after the list was re-read. Thanks Electrosys
-