- Sep 04, 2002
-
-
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).
-
- Sep 03, 2002
-
-
rswindell authored
-
- Sep 02, 2002
-
-
rswindell authored
-
- Aug 30, 2002
-
-
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
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
TZUTCINFO kludge lines, if present. Now exports a TZUTC kludge line (with time zone format specified in FSP-1001).
-
- 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
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
their own incoming connections (using server.socket.poll) and handle all their own client sockets and sessions in one thread.
-
- Aug 26, 2002
-
-
rswindell authored
(defaults to false: poll_for_read).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Increased the select timeout in sockprintf() from 1 to 5 minutes. Changed the server cycle frequency from 5 to 2 seconds (checks for recycling semaphores).
-
rswindell authored
sent. Bounce-message title no longer includes "after x attempts" if only 1 attempt has been made.
-
rswindell authored
Changed select() timeout in sockprintf() from 1 to 5 minutes. sockmsgtxt() now returns 0 if any header fields weren't sent successfully. POP3 server actually checks the number of lines sent successfully and only marks the message as 'read' if all lines requested were sent. Now stores original, unmodified RFC822: to, from, and reply-to header fields. Bounce-messages are now flagged as from an AGENT_PROCESS and messages from processes aren't bounced (preventing bounced message loops). Reduced mail server cycle time from 5 to 2 seconds (frequency at which recycle semaphores are checked).
-
rswindell authored
-
rswindell authored
-
rswindell authored
to help prevent the mail server (or other programs) from bouncing undeliverable messages back to a "process".
-
- Aug 25, 2002
-
-
rswindell authored
export_echomail() now automatically generates MSGID, REPLY, and PID kludge lines or uses the originals if they exist; FLAGS and unrecognized kludge lines are also added to exported messages.
-
rswindell authored
-
rswindell authored
(FTSC0009) compatible message IDs if they haven't already been created.
-
rswindell authored
(fix for nntpservice-imported messages referencing multiple msg IDs).
-
rswindell authored
occurance of any char in set (ala strpbrk). Returns the truncated string.
-
rswindell authored
-
rswindell authored
postmsg() now creates an RFC822-compliant message ID by default and an FTSC-009 (FidoNet) MSGID if the sub-board is configured for FidoNet. postmsg() now creates the RFC822 and FTSC-0009 compliant reply-id fields when replying to a message that has an RFC822 or FTSC-0009 msg-id header field.
-