- Sep 04, 2002
-
-
rswindell authored
-
rswindell authored
Added JSTYPE_ARRAY definition (used in jsMethodSpec definitions only).
-
rswindell authored
-
rswindell authored
-
rswindell authored
js library (on Unix).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed an off-by-one bug in js_scansubs and js_scandirs. Fixed js_getnstime, can't change value of argument (now returns new-scan time).
-
rswindell authored
This new type includes details about method return types, arguments, aliases, and a description (for documentation purposes). Created a function to convert from jsMethodSpec to JSFunctionSpec (for JS_InitClass calls).
-
rswindell authored
-
- Sep 03, 2002
-
-
rswindell authored
-
- Sep 02, 2002
-
-
rswindell authored
-
- Aug 30, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
and creates an _methods_list property with an array of descriptions on the methods. This will be used for the dynamic HTML documentation generation.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Currently, it just enumerates the properties of the built-in objects.
-
rswindell authored
directory was being created always (it should only be created if there are files to be placed in there).
-
- Aug 29, 2002
-
-
rswindell authored
the actual read/write permissions (FTP clients should ignore them anyway).
-
rswindell authored
instead of the generic AGENT_PROCESS.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
TZUTCINFO kludge lines, if present. Now exports a TZUTC kludge line (with time zone format specified in FSP-1001).
-
rswindell authored
-
- Aug 27, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Delivery failure (bounce) messages now includes error text included with new SMTPSYSMSG header fields (created with the bounce function). The error message text is no longer crammed into the bounce-message subject (the original subject is retained). SMTP reverse-path is stored in SMB msg header using new SMTPREVERSEPATH header field type. This address is then used for delivery failure notifications and when relaying to external SMTP servers. Bounce-messages are now created with a sender agent type of AGENT_SMTPSYSMSG (instead the generic AGENT_PROCESS). sockmsgtxt() uses original RFC822 'from' and 'to' header fields if they were stored.
-
rswindell authored
by a header field), or the SENDERNETADDR otherwise.
-
rswindell authored
SMTPCOMMAND: for logging miscellaneous SMTP commands (currently unused). SMTPREVERSEPATH: for storing the SMTP MAIL FROM reverse-path <address>. SMTPSYSMSG: for storing delivery failure notification messages. Created new agent types: AGENT_SMBUTIL: messages created with SMBUTIL will have this agent type. AGENT_SMTPSYSMSG: for SMTP delivery failure notification messages. Added char* smbmsg_t.reverse_path: stores the SMTP reverse path (if specified by a header field), or the SENDERNETADDR otherwise. These changes make bouncing and relaying SMTP mail much more reliable (not using RFC822 from: header field for reverse addressing) and the SMTPSYSMSG stuff makes the bounced messages look much nicer (no longer stuffing the error message into the subject).
-
rswindell authored
services. Created new services.terminated property (set to true when terminating services before recycle or shutdown). Fixed a few bugs related to static (standalone) services.
-
rswindell authored
services.
-
rswindell authored
that keeps proper track of the number of open socket descriptors.
-
rswindell authored
that keeps proper track of the number of open socket descriptors.
-
rswindell authored
-
rswindell authored
their own incoming connections (using server.socket.poll) and handle all their own client sockets and sessions in one thread.
-