home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B70.ZIP / CHANGES.DOC next >
Text File  |  1997-11-22  |  58KB  |  1,289 lines

  1. Beta-70
  2.  
  3.     - Oops!  B-69 didn't treat the leading period in some messages properly.
  4. Although it wouldn't crash, it probably corrupted the UUE on the receiving end.
  5.  
  6. Beta-69
  7.  
  8.     - Fix in SMTP transfer routine which could have crashed system when the
  9. first line of the output message was a period.
  10.  
  11.     - Fairly radical changes in SMTP transfer routines to use a faster and more
  12. reliable method.  Reads outbound messages in 1K blocks vice line-oriented.
  13. Stops/restarts the socket allocation for every message.
  14.  
  15.     - Removed support for bcc (blind carbon copy) in outbound messages.  Never
  16. used anything which directly supported this, anyway.
  17.  
  18. Beta-68
  19.  
  20.     - Cosmetic change when receiving FDL files.  The display will now show the
  21. filename being received instead of ARC-xxx.UUE.
  22.  
  23.     - Rewrote routine to create WATTCP.CFG to use buffered file I/O (and to
  24. prevent "Unable to create WATTCP.CFG" errors in the future).
  25.  
  26.     - Reworked logic on SMTP send loop so socket is opened and closed between
  27. each message relay.  Added a couple of routines to detect and respond to socket
  28. errors during the SMTP transfer process.
  29.  
  30.     - Changed From/Reply-To fields in outbound headers to enclose extended user
  31. information in a comment, e.g. "Frank Reid" <edare@ix.netcom.com>. Previously,
  32. no quotes delimited the comment, and this may have confused some mail readers
  33. when composing a response.
  34.  
  35. Beta-67
  36.  
  37.     - Fixed discrepancy on hosted mailing lists which caused outbound messages
  38. from remote WWIV-type systems to be created without a valid focus, e.g.
  39. "From: John Doe" vice "From: John Doe <user@site.com>".  (This crashed most
  40. mail relay programs!)
  41.  
  42.     - Returned to BC++ v4.52 compiler to stabilize problems experienced by many
  43. since downgrading to BC++ v3.1 back with Beta-51 or so.  This uses a bit more
  44. memory (about 20K) but seems to generate a more stable executable.
  45.  
  46. Beta-66
  47.  
  48.     - Added stack checking code to see how much of it is really being used.
  49. The current values closely reflect the program's real stack requirements.  Any
  50. discrepancies reflect other, less apparent program requirements.
  51.  
  52.     - Repositioned the write_groups() call in the sock_err label so it didn't
  53. close all files before attempting it.
  54.  
  55.     - Changed the mailing list code to pull the optional text (used to identify
  56. ListServe type messages) independently of the routine for subtype.
  57.  
  58. Beta-65
  59.  
  60.     - No changes except in the compile options.
  61.  
  62. Beta-64
  63.  
  64.     - Changed SAMPLE.INI to point to the National Institute of Standards time
  65. server at "time.nist.gov".  (Thanks, Papa Bear!)  This should provide reliable
  66. time for those using NTIME to set the clock.
  67.  
  68.     - Added some error checking to the clock() routine which tracks length of
  69. NEWS connection.  This should eliminate negative values from appearing within
  70. NET.LOG (and from corrupting CONTACT.NET/PPP).
  71.  
  72.     - Changed CONTACT.NET update to cap maximum bytes for @32767 connections to
  73. 9,999K (10MB).  This is a limitation of the network software, including NET.LOG
  74. entry.  This makes it friendlier with external programs, including LastNet.
  75.  
  76.     - Added a "Lines: xxx" field to articles retrieved from binary newsgroups
  77. (NEWS*.UUE in SPOOL).  This will facilitate additional features in PBNews, a
  78. utility which reads the NEWS*.UUE files and decodes the original binaries.
  79.  
  80.     - Rewrote POP STAT and LIST commands to eliminate the getnumbers() routine,
  81. as passing the pointer among routines may have been causing problems retrieving
  82. messages from the mailbox.
  83.  
  84.     - Added capability to comment newsgroups within NEWS.RC.  Add a ';' to the
  85. beginning of any line containing the group to skip.  This will allow you to
  86. preserve group information but bypass downloading on every NEWS run.
  87.  
  88.     - Went back to known working stack values in all modules.  Still trying to
  89. determine what values provide universal satisfaction, but these now seem more
  90. OS-dependent.  We shall see...
  91.  
  92. Beta-63
  93.  
  94.     - Changed routine which sends "RCPT TO" field to SMTP host not to fail
  95. entirely upon a bad address (such as missing path to root DNS!)  This should
  96. make it more tolerant of normal Internet outages.
  97.  
  98.     - Fixed a problem where the SMTP port wasn't being closed properly after
  99. all outgoing packets were sent.
  100.  
  101.     - Standardized the reply-to addresses to all be of the format:
  102.  
  103.       User Name <address@site>
  104.  
  105.     - Fixed a problem that would cause NEWS.EXE to crash when receiving NEWSRC
  106. updates in which the group name was too long.
  107.  
  108.     - Changed the file open routine in UU.EXE to get rid of the occassional
  109. net packet that would be sent with a header and no body.
  110.  
  111.     - Fixed a problem with subscribed mailing lists where the incorrect
  112. from address would be shown in the header.
  113.  
  114.     - Fixed a problem in hosted mailing lists where the From: address on the
  115. outgoing message would be a combination of the BBS's Internet address and the
  116. original user's Internet address.
  117.  
  118.     - Fixed a problem in hosted mailling lists where some of the routing line
  119. information would end not be properly stripped from messages sent to the list.
  120.  
  121. Beta-62
  122.  
  123.     - SMTP transfers are now accomplished in a single call to POP.  Previously,
  124. POP was called repeatedly for each message.  This change appreciably improves
  125. SMTP transfer speed (and the ability to control errors, including ICMP errors
  126. returned by Waterloo sockets).
  127.  
  128.     - Recipient addresses are now parsed within a valid focus for transfer to
  129. the MTA (Sendmail/QMail/etc.) on the RCPT TO line.  Additional information on
  130. the recipient line is retained in the header, but no attempt is made to send
  131. that within the focus.  This will ensure compatibility with all MTA versions.
  132.  
  133.     - Added support for quoted strings in NOSPAM.TXT, so "free " is treated as
  134. distinct, with embedded whitespace, so it would match "free video" but not
  135. "freeport".  Without quotes, any leading or trailing whitespace is removed.
  136.  
  137.     - Added support for List-Processor mailing lists which address mail as
  138.  
  139.            "To: Multiple recipients of list <LISTNAME or address>".
  140.  
  141. To use this method, add a distinct text element from the "To:" line after the
  142. normal list definition in NET.INI, for example:
  143.  
  144.         [MAILLIST]
  145.         wx-talk@listproc.org *SUBTYPE "WX-TALK"
  146.  
  147.     - Revised the NNTP post article routine to match that used in POP for SMTP
  148. transfers.  This should eliminate the stalled transfers when posting to a
  149. newsgroup.
  150.  
  151.     - Fixed a quirk in NET.LOG update which caused misaligned columns if a call
  152. exceeded 100 minutes (which isn't unusual on NEWS sessions).
  153.  
  154.     - Now includes NETWORKP.EXE in the distribution archive.  This version does
  155. not load or unload the Klos drivers, but assumes you have an existing Ethernet-
  156. class packet driver (for cablemodem, dedication connections, etc.)  Need some
  157. feedback on this to tailor it (until I get my own cablemodem here!)  Rename to
  158. NETWORK.EXE instead.
  159.  
  160.     - Fixed a bug in NEWS which caused problems if the first listed group was
  161. a binary (subtype '0' in NEWS.RC), resulting in the subsequent, non-binary
  162. group not to have a valid packet name.
  163.  
  164.     - Now updates the last messages read pointers when NEWS aborts due to a
  165. session error, such as a timeout.
  166.  
  167.     - Now creates a new packet (P0-*) upon selecting a new group to ensure it
  168. doesn't lose messages if a connection is lost during that process.
  169.  
  170.     - Fixed broken CONTACT.NET update routine.  Will now update //PENDING, even
  171. if no packets were sent to "real" FILEnet systems.
  172.  
  173. Beta-61
  174.  
  175.     - Moved a brace in UU.EXE which should allow it to find the correct FDL
  176. type (from either FDLFTS.CFG or the directoryrec.dirtype) when uploading FDL-
  177. hatched files received via Internet mail.
  178.  
  179.     - Added a loop which aborts SMTP session after five consecutive failures.
  180. This will ensure that SMTP transfers aren't tried repeatedly when some other
  181. problem is affecting the link.
  182.  
  183.     - Tweaked the postnews() routine with additional error checking and such
  184. in the hope to eliminate stalling problems experienced on some systems.
  185.  
  186.     - Recompiled the Waterloo TCP/IP library with compiler options identical to
  187. those for main modules.
  188.  
  189.     - Kludged in a quick fix for outbound mail exported from a hosted mailing
  190. list which I hope will fix the "Gate #y@zzzz not yet supported" problem when
  191. mail is received from other network systems.
  192.  
  193. Beta-60
  194.  
  195.     - Added a <Tab> option during NEWS retrieval which catches up on the
  196. current newsgroup (by setting the last read message pointer to equal the
  197. current last message in the group).
  198.  
  199.     - Eileen Stone bagged a mail specimen for me which contained more than 650
  200. character lines (well beyond how I had cast this string).  It was, basically,
  201. an entire paragraph without returns.  You'd think the spammers would have, at
  202. least, the decency to comply with the RFC!  This should address such messages.
  203.  
  204.     - Fixed a quirk which caused NOSPAM.TXT to be skipped if BINXPOST was also
  205. enabled in NET.INI.  The spam check is now performed even on binary newsgroups.
  206.  
  207.     - Will now parse NOSPAM.TXT against incoming messages (Internet mail) in
  208. addition to newsgroup posts.  Messages which match NOSPAM.TXT will be left in
  209. INBOUND as SPM-*.UUE.  A more robust engine, e.g. separately definable spam
  210. lists for mail and news, will be forthcoming.
  211.  
  212.     - Refined the SMTP transfer loop to ensure it flowed properly (and gave the
  213. correct output when no mail was sent).  I've been able to power up and down the
  214. modem here and have the program respond appropriately.  Your results may vary!
  215.  
  216.     - Changed to unbuffered file I/O routines in NEWS savebody() process.  This
  217. will circumvent any problems associated with multiple open files, particularly
  218. when log entries, spam checks and message pointers are all occurring during the
  219. NEWS retrieval session.
  220.  
  221.     - Moved several repetitive strings into a global array in NETWORK in order
  222. to reduce the DGROUP.
  223.  
  224.     - Now appends the originating user name after any defined REPLYTO= field
  225. in NET.INI.  This will allow news readers to reply more easily to an originator
  226. of a message posted on the system, even with SPAM control in place.
  227.  
  228. Beta-59
  229.  
  230.     - Bad POP.EXE in B-58!  Wasn't responding to lost carrier.
  231.  
  232.     - Reworked multiple SMTP transfer routine.
  233.  
  234.     - Removed duplicate strings in NETWORK.EXE.
  235.  
  236.     - Added a moderate stack back into NETWORK.EXE to address failed update
  237. for CONTACT.NET errors.
  238.  
  239. Beta-58
  240.  
  241.     - Fixed binary crosspost check, thanks to Papa Bear.  It wasn't counting
  242. the number of letters in BINXPOST right -- basic math skills lacking here!
  243.  
  244.     - Streamlined code for successive SMTP transfers by removing a redundant
  245. loop (again, with Papa Bear's help).
  246.  
  247.     - Killed tcp_tick() calls throughout POP and NEWS.  I never trusted these.
  248. Although they're touted as capable of tracking socket failures, I've found it
  249. actually keeps the socket alive after it's clearly failed (e.g. NO CARRIER!)
  250.  
  251.     - Returned to the stack sizes which worked consistently in B-53.  This will
  252. eliminate any CONTACT.NET errors which popped up for some systems since then.
  253. Seems to be solid here, but Weatherman will break it!  :)
  254.  
  255.     - Rewrote the stripcolors() routine in EXP so it now properly removes all
  256. colors, and the numerals associated with them, and all high ASCII.
  257.  
  258. Beta-57
  259.  
  260.     - Removed the NETWORK1/2/3 clean-up routines.  There isn't consistently
  261. enough memory to run these within a DOS spawn, and the "Out of memory" errors
  262. in NETDATx.LOG correspond directly to lost packets.  The feature's not worth
  263. the potential dangers (lost packets!)
  264.  
  265.     - Added a check to ensure that the NOSPAM.TXT keywords are longer than
  266. three characters.  This will prevent spurious things, such as a returns or
  267. spaces from triggering a TRUE result on the routine.
  268.  
  269.     - Removed the tcp_tick() calls from NEWS.  These could cause a crash if the
  270. socket is not in place.
  271.  
  272. Beta-56
  273.  
  274.     - Dropped the NETWORK stklen back to 6K as this most certainly was causing
  275. the failure to update CONTACT.NET problem on some systems.  Redesigned spawn
  276. routine not to allocate as much memory for the commandline arguments passed,
  277. which should lessen the stack requirements.  (We know the maximum number of
  278. commandline arguments passed to the spawn routine in advance, so there was no
  279. need to allocate a character array for 50 possible arguments!)
  280.  
  281.     - Hooked in calls to NETWORK1/2/3 to clean up pending packets completely
  282. before and after runtime.  The reduced overhead on the spawn routine should
  283. allow this to process without any problems.
  284.  
  285.     - Major revelation!  After looking closely at RFC 821, I realized I was
  286. misinterpreting the SMTP "MAIL" directive as inherently intertwined with the
  287. header "From:" field.  This is not the case -- the header is sent separately
  288. and does not need to reflect the "MAIL" directive used in the SMTP session.
  289. POP will now use a simple focus "Mail From:<mybbs@mydomain.com>" during SMTP
  290. send, while preserving any extended user information on the message From:
  291. header line.  Outbound mail now appears as:
  292.  
  293.                 From: User Name <mybbs@mydomain.com>
  294.  
  295. This should significantly improve the ability of most mail readers to respond
  296. to a message originated on the BBS (and increase the possibility that the
  297. response will go to the right mailbox!)  It also eliminates SMTP problems
  298. caused by forcing the extended user information into the "MAIL" directive.
  299.  
  300.     - Added a properize() routine to the outbound mail name, so it appears as
  301. it should, e.g. "Old MacDonald", "Mary Jones-Smith", etc.
  302.  
  303.     - Added a SPAM filter for news retrieval.  Create NOSPAM.TXT in the FILEnet
  304. directory with keywords to be compared (case-insensitive) against the subject
  305. and originator of each newsgroup article during retrieval.  NOSPAM.TXT should
  306. have one entry per line, e.g.
  307.  
  308. fast cash
  309. phone sex
  310. toni@spaclab.net
  311. 6t9.com
  312. $$$$
  313.  
  314. If there's a match, the message is skipped during retrieval.  The delay in
  315. parsing even a 100 line NOSPAM.TXT is insignificant compared to the time saved
  316. by not retrieving the spam!  (In other words, the comparison is pretty quick!)
  317. The check is bypassed if BINXPOST=Y in NET.INI or if NOSPAM.TXT does not exist
  318. in the FILEnet directory.
  319.  
  320. Beta-55
  321.  
  322.     - Eliminated stack overflow checking from makefile compile options which
  323. should speed up code execution (and reduce the size of executables somewhat).
  324.  
  325.     - Allocated a sockets structure in NTIME to prevent corruption across the
  326. heap (which may have caused lockups when the socket couldn't be created).
  327.  
  328.     - Changed POP to recognize FDL-type email, even if ALLMAIL=N.  Basically,
  329. if "FDL Type:" is found in the top portion of a message, it's assumed to be an
  330. file hatched via FDL, and it will be retrieved normally.
  331.  
  332.     - Changed disk space check to a Win95-friendly routine provided by Papa
  333. Bear (which allowed me to recast variables as long, vice double as was used in
  334. Wayne's disk-check routine!)
  335.  
  336.     - Increased stklen in POP (6K vice the 4K default) to address the problem
  337. with some systems hanging on file transfers.
  338.  
  339.     - Changed to tcp_tick(NULL) vice tcp_tick(Mail_Socket *).  This was changed
  340. between B-53 and B-54 and may have been the cause of lockups during SMTP send.
  341.  
  342.     - Fixed failed checks for a modified directory structures.  Dawg pointed
  343. out that I was closing the DIRS.DAT file handle before I got the length!
  344.  
  345.     - Changed to far calls for memory allocation for copyfile() and NET.LOG
  346. update routines.  This is what I would've preferred all along, but stack and
  347. other errors kept chasing me back to the standard allocation calls.
  348.  
  349. Beta-54
  350.  
  351.     - Killed redundant code in the CONTACT.NET update routine.  This should fix
  352. the unpredictable results for total time/bytes in //PENDING output.
  353.  
  354.     - Removed a one-second delay after each message was received via POP.  This
  355. was added just before B-53 and may have generated problems where POP hung when
  356. retrieving messages.
  357.  
  358.     - Cleaned up zero byte packets created during news retrieval before these
  359. are renamed to valid pending network packets.  This will preclude the network
  360. software from finding/processing them.
  361.  
  362.     - Fixed EXP routine which was stripping spaces from the REPLYTO address in
  363. NET.INI.
  364.  
  365.     - Spam-proofed the Message-ID field in newsgroup posts.  Previously, this
  366. required field had been composed using the real account name and domain.  It
  367. now uses the account name and WWIV-BBS.
  368.  
  369.     - Added BINXPOST=Y/N to NET.INI.  When <Yes>, it bypasses the check for max
  370. crossposts on binary newsgroups (must have 'binaries' in name).  This allows
  371. you to spool all messages from binary groups, regardless of crossposting.
  372.  
  373.     - Fixed overwriting display of "Expired Article." and other skipped posts
  374. during news retrieval.
  375.  
  376.     - Added a tcp_tick() call in postnews() where it could potentially die
  377. waiting for a response from the news host after posting.  (This won't speed up
  378. the server's response, but it will allow the program to exit gracefully!)
  379.  
  380. Beta-53
  381.  
  382.     - Fixed a quirk which caused NEWSRC to be retrieved entirely on subsequent
  383. runs on a new month or a forced update.
  384.  
  385.     - Changed display of expired and skipped articles to remain on a single
  386. line during retrieval.
  387.  
  388.     - Recast newsgroup count variable from a short to long integer.  For ISPs
  389. with more than 32,767 newsgroups (!), this caused the display to corrupt while
  390. retrieving a NEWSRC listing.
  391.  
  392.     - Figured out the CONTACT.NET update problem (finally!).  Somehow, in B-42,
  393. the structure for net_networks_rec had a far pointer declaration removed for
  394. two variables which control that relationship.  Yeesh...
  395.  
  396.     - Recompiled under Borland C++ v3.1... have now got TC3/BC3/BC4 installed
  397. for a broad selection!
  398.  
  399. Beta-52
  400.  
  401.     - Recompiled with Turbo C++ v3.0 instead of Borland C++ v4.52 which
  402. returned a significant amount of memory (25K) to the program.  Some of that
  403. was immediately used to increase NETWORK's stklen to 15K (in the hope that
  404. it preserves enough space to update CONTACT.NET for everyone!)
  405.  
  406.     - #defined a macro for min() in UU.C in order to use .cpp mode with
  407. compilers earlier than BC4.
  408.  
  409.     - Added self-maintaining routine to update NEWSRC with each news callout.
  410. A full NEWSRC listing is retrieved the first of each month, and updates are
  411. retrieved daily.
  412.  
  413. Beta-51
  414.  
  415.     - Returned to previous method of enclosing recipient information entirely
  416. within the focus during SMTP relay, e.g.
  417.  
  418.                 To:<user@whatever.domain (User Information)>
  419.  
  420. The changes in B-50 didn't resolve the QMail imcompatibility problem.  Adding
  421. USERMAIL=N to NET.INI bypasses extended user information and should allow it
  422. to cooperate with QMail.  (Alternately, use 138.145.3.3 for SMTP relay!)
  423.  
  424.     - Now deletes "441 Duplicate messages" during postings.  You should never
  425. see these, except when the NEWS times out during posting, in which case the
  426. duplicate message is genuine, i.e. the first message did get posted.
  427.  
  428.     - Nailed the culprit causign NEWS lockups!  I wasn't allocating enough
  429. room for a buffer when extracting information from the header, particularly
  430. the "Newsgroups:" and "Path:" fields.  This was most evident on binary groups
  431. with lots of crossposts.  When the buffer overflowed, it crashed!
  432.  
  433.     - Changed source modules to .cpp extension to force stricter bounds check
  434. and typecasting.  Got rid of POP.H and #defined what we need explicitly within
  435. the POP and NEWS modules, including Mail_Socket structures.
  436.  
  437.     - Changed most conditional routines within NEWS to switch() statements in
  438. order to track/detect socket errors more accurately and quickly.  It seems to
  439. respond flawlessly here now! :)
  440.  
  441.     - Chased my tail for a few days figuring out why the certain NEWS routines
  442. appeared to be called improperly (and overwrote memory areas allocated for
  443. other things, including the sockets!)  Turned out a global string variable was
  444. oversized at 4096 bytes (on the static heap!)  RFC 977 provides a maximum of
  445. 512 bytes for returned strings in NNTP, so that's how we're now cast.
  446.  
  447.     - Added checks to ensure the socket was alive in NEWS and POP using the
  448. Waterloo tcp_tick() routine.  Hopefully, this obviates extended periods where
  449. the server falls asleep!  Ensure "INACTIVE" and "SOCK_DELAY" in NET.INI aren't
  450. excessive.  (INACTIVE=60 and SOCK_DELAY=30 are appropriate.)
  451.  
  452.     - Returned makefile options used in B-39 to see if that solves problems on
  453. some systems with memory allocation routines, e.g. allocating for sockets.  One
  454. of the flags was for a standard stack frame.  I think this should fix the case
  455. where the POP mailbox wasn't checked unless there was outbound SMTP.
  456.  
  457.     - Revamped the BAD*.UUE check for mail originating locally, so it accepts
  458. mail in which the original message had been quoted and the original "From:"
  459. line appeared in text.  (Some mail systems, like cc:Mail, quote with just a
  460. separator line, leaving the original "From: you@where" in tact.)  It now looks
  461. only in the header for a match to determine if it's BAD*.
  462.  
  463.     - Added a definable Reply-To: field in NET.INI.  If defined, this address
  464. (up to 80 characters) will be used in the text of newsgroup posts.  It can be
  465. something like:
  466.  
  467. REPLYTO = edare{at}ix{dot}netcom{dot}com (change before responding!)
  468.  
  469.     - Fix from Zu Digital revamps NEWSNAME/NEWSPASS logic.  His local POP for
  470. Mindspring required authentication when the socket was initially opened, so the
  471. NEWSNAME and NEWSPASS are now presented at time of connection.  If your host
  472. does *not* require authentication, you *must* comment out the NEWSNAME and
  473. NEWSPASS lines in NET.INI, otherwise you'll get authentication errors!
  474.  
  475.     - Tweaked the socket error label completely in NEWS, so it does a clean
  476. exit when timeouts and session errors occur.
  477.  
  478.     - Changed the use of the "abort" variable while saving the text body in
  479. NEWS articles so it didn't chop off the message (stop writing it) after a
  480. [Space] or [Esc] command was issued.  The message now gets completed and
  481. processed normally as the last message read in that group.
  482.  
  483.     - Added a time synchronization routine (NTIME.EXE) which sets your DOS
  484. clock using a time server.  If you are unsure of your time server, use the one
  485. in the example below.  If the TIMEHOST is not defined in NET.INI or NTIME.EXE
  486. isn't in the BBS main directory, this routine will be skipped.  Add the
  487. following to NET.INI, below the SMTPHOST definition:
  488.  
  489.         TIMEHOST = ns.nctsw.navy.mil
  490.  
  491.     - Enhanced directory checking when receiving file so it places non-FDL
  492. files in the defined NOREQUEST_DIR in FDLFTS.CFG.  (If FDLFTS.CFG isn't there
  493. or the flag isn't defined, it will go to Sysop directory.)  Also, fixed a
  494. place where it wouldn't have found FDLFTS.CFG under normal circumstances.
  495.  
  496.     - Saw a first today -- a 0 octet (no size!) message was queued in my POP
  497. mailbox.  This returned a '0' to the calling routine (which uses the size), so
  498. I added code to delete it, close and update the mailbox when this happens.
  499.  
  500.     - Revised NEWS packet naming method to pass a complete filename to the
  501. routine which saves the message body.  In this manner, nothing in memory should
  502. corrupt the contents.  Added a "wait_closed()" upon error just in case.
  503.  
  504.     - Shortened up some oversized global variables in NETWORK to keep stack
  505. requirements below the default 4K.
  506.  
  507.     - Changed the display on total mailbox size to conform to the same display
  508. as sent SMTP messages, i.e. "(nnK)" vice "(nnnnn bytes)".
  509.  
  510.     - Removed a spurious "Maximum posts -" output string when retrieving binary
  511. groups.  (The max articles check in //BOARDEDIT is bypassed on binaries!)
  512.  
  513.     - Standardized/prettied up some displays when sending/receiving POP/SMTP
  514. messages.
  515.  
  516. Beta-50
  517.  
  518.     - Added a USERMAIL=Y/N option to NET.INI (see SAMPLE.INI).  This option
  519. bypasses the creation of an extended address form, i.e. the (USERNAME) which
  520. follows the user@domain in the originator field.
  521.  
  522.     - Changed the way RCPT TO passes recipient addresses during SMTP to conform
  523. to RFC, as I now understand it.  The MTA portion now relays outbound messages
  524. with any extended information outside of the wrapper, e.g.
  525. "RCPT TO:<user@whatever.domain> (extended_user_info)".
  526.  
  527.     - Incorporated Goose's fixes to stop NEWS crashing by waiting until the
  528. socket is closed before exiting.  Without this wait, there was still junk
  529. coming in the socket, even after the program exited!
  530.  
  531.     - Another Goose fix to address PPPSTATE error #255, by waiting two seconds
  532. to allow the PPP TSR to load and exit before running PPPSTATE, eliminating the
  533. possibility that PPPSTATE erroneously found no memory available.
  534.  
  535.     - In UU, added a routine to ensure the directory path for uploads to
  536. Sysop directory were explicit, e.g. "C:\WWIV\DLOADS\SYSOP" vice "DLOADS\SYSOP"
  537. (which is allowable on the BBS, but dangerous in external file operations!)
  538.  
  539.     - Eliminated an attempt to "QUIT" the POP session when encountering an
  540. error at initial connection.  (This meant the path was bad or the host was
  541. unavailable, therefore the "QUIT" command is unanswered, anyway!)
  542.  
  543.     - Added a QUIT directive during POP sessions where there is a clear fail
  544. returned to the client, e.g. bad mailbox or password, etc.  This is a nicety
  545. for our ISPs, so we always "clean up" after our POP session.
  546.  
  547.     - Now creates a backup of NEWS.RC at runtime as NEWS.BAK (in the FILEnet
  548. directory).  This was requested as a means of ensuring last read message
  549. pointers don't get trashed/lost as easily.
  550.  
  551.     - Modified the logic in an aborted NEWS sessions so the host would clear
  552. remaining buffers before returning to the calling routine, i.e. to empty the
  553. contents of any inbound stream so no junk got carried back!
  554.  
  555.     - Removed spurious "as UNK*.UUE" display when Internet mail is received
  556. and moved from the INBOUND to SPOOL directories.
  557.  
  558.     - Another Goose fix to prevent terminating an already null string in the
  559. treat() routine inside NEWS (causing the "attempt to access memory area already
  560. in use" error under some operating systems).
  561.  
  562. Beta-49
  563.  
  564.     - Oops... had a 50/50 shot and picked wrong!  Have now standardized memory
  565. allocation using malloc() calls vice farmalloc() calls, as was the case in B-39
  566. (which appears to have worked properly in retrieving mail!)
  567.  
  568.     - Again, changed the way the net_data variable is handled throughout NEWS.
  569. Last attempt caused more problems than it solved!  :(
  570.  
  571. Beta-48
  572.  
  573.     - Standardized memory allocation for the sockets in all modules.  This
  574. should address the problem of not picking up mail unless there's outbound
  575. mail to send.
  576.  
  577.     - Nailed down the variable overrun in NEWS causing abnormal exit after a
  578. line of garbage, i.e. "Can't create temporary packet <garbage>\INPUT1.MSG".
  579. The contents of a global variable ("net_data" which points to the network
  580. data directory) were getting trashed!
  581.  
  582.     - Redid NET.LOG update routine.  No longer reads entire existing file,
  583. line-by-line, but rather allocates the file as a memory block and writes the
  584. block after the additional entry is added to the top.  Measurably faster.
  585.  
  586.     - Added additional error checking to copy/move operations to prevent lost
  587. files.  Now ensures the directoryrec is unmodified before reading/uploading
  588. received files.  If modified directoryrec, e.g. filepoints, the files are kept
  589. in CHECKNET, as before.
  590.  
  591.     - Removed the unnecessary "Path:" field in email.  (This is used solely
  592. for Usenet posts in determining whether an article originated on the local
  593. system and should, thus, be skipped during retrieval.)
  594.  
  595.     - Added an "X-Reply-To:" field for hosted mailing lists to assist in
  596. allowing responses to the list from mailers which don't support the extended
  597. parentheses addressing.  The field is formatted using the originator, domain
  598. and mail list subtype, e.g. "MAILTYPE <user@whatever.domain>".
  599.  
  600. Beta-47
  601.  
  602.     - Fixed lost cursor after exiting news.
  603.  
  604.     - Recast strings in NEWS to 1024 bytes vice 512 and cast the temporary
  605. packet name as static, hopefully to prevent the overrun on some subjects
  606. (which bled into the temporary packet name!)
  607.  
  608.     - Added support for a secondary DNS.  Add "SDNS=<IP address>" under the
  609. current DNS (primary) tag in NET.INI.
  610.  
  611.     - Went back to standard malloc() calls for allocating memory for the
  612. sockets.  I had mismatched these in POP in B-46.
  613.  
  614.     - Added an explicit call to close the input file before proceeding in UU.
  615. This should eliminate any sharing violations, such as across a LAN.
  616.  
  617. Beta-46
  618.  
  619.    - Tweaked much more and built in lots of error checking into POP and NEWS,
  620. particularly.  Think we've got all potential lockups fixed.
  621.  
  622.    - Changed returned values in NEWS to standard, i.e. 0 or less for error
  623. and a positive integer for success.  This allowed me to standardize the
  624. sock_err routine for more accurate responses to socket problems.
  625.  
  626.    - Added internal FDL processing to UU.EXE.  For FDL feeds received via
  627. Internet mail, UU now puts them directly into the BBS (rather than using
  628. DE555.EXE) to keep the description and FDL type together with the file.
  629.  
  630.     - Added a "SLAVE" directive to NEWS before any transactions.  On some
  631. NNTP servers, the SLAVE command is used to give priority treatment to a
  632. connection, on the premise it's a "slave server" rather than a user.
  633.  
  634. Beta-45
  635.  
  636.     - B-44 was a lemon!  I distributed the wrong executables with the archive,
  637. and immediately after I found problems in error handling!  These caused nearly
  638. certain death crashes!
  639.  
  640.     - Fine-tuned error handling again.  (Found a condition which returned a
  641. (null) SMTP reply, which gave me something to work with!  This version really
  642. does respond to errors!
  643.  
  644. Beta-44
  645.  
  646.     - Returned to standard stack size (4K) in all modules.  These tweaks
  647. appear to have addressed only tertiary problems.  Reduced runtime memory
  648. requirements by about 20K.
  649.  
  650.     - Went back to basics on POP, starting with the core code of B-32 and
  651. progressing through the more recent changes.  Tweaked fallthroughs on socket
  652. errors.  Found an area where an attempt to close an open file would causing
  653. sharing violations.
  654.  
  655.     - Fixed a problem which incorrectly identified a quoted response to mail
  656. as BAD*.UUE (because it found the original "From:" line from the originating
  657. system).  It will now only perform a "bad" match that if the "From:" line is
  658. part of the new header.
  659.  
  660.     - Fixed a situation which has existed since the project began!  ALLMAIL
  661. wasn't honoring "ALLMAIL=N" if it detected the message as any type of UUE.
  662. This caused graphics files, archives and other UUEs to be retrieved, despite
  663. the ALLMAIL setting.  Thanks to Robert Kish for pointing this out (and anyone
  664. who may have in the past, although I didn't catch it!)
  665.  
  666.     - Corrected a problem which generated hard locks on NEWS retrieval (again
  667. in the sock_err handling! :(
  668.  
  669.     - Returned to linear display of sent/received messages, so now all
  670. transfers appear on a single line (for viewing at runtime).
  671.  
  672.     - Removed *lots* of unnecessary static data from NEWS (which is what
  673. allowed the return to default stack size!)  Now carrying the same mail socket
  674. allocation globally through routines, as opposed to one static allocation.
  675.  
  676.     - Killed the cstat() routine.  This returned the article-ID for any given
  677. article, but we weren't using that anywhere.  (I also suspect this is what
  678. caused the NEWS retrieval to randomly skip to the last message in the group!)
  679.  
  680. Beta-43
  681.  
  682.     - Squashed a nasty bug in POP which would cause SMTP to hang.  While I
  683. was in there, I tweaked the "sock_err:" label (the fallthrough for Waterloo
  684. problems), and it now appears to be more responsive now to errors.
  685.  
  686.     - Squashed a bug in the export() routine which caused a hard lock when
  687. certain types of messages were exported.  While I was in there, I tweaked
  688. handling of pipe codes and soft returns.
  689.  
  690. Beta-42
  691.  
  692.     - Changed the Path: field for newsgroups to use the FWDNAME and FWDDOM
  693. parameters if specified in NET.INI.
  694.  
  695.     - Removed closes to non-open files in the UU routines.
  696.  
  697.     - Added support for the "X-Sender:" parameter when EXP parses mailing
  698. list headers.
  699.  
  700.     - Re-fixed the problem where outgoing messages would be considered
  701. duplicates because the Message-ID field was the same as another message.
  702.  
  703.     - Made a change to the header detection logic to fix a problem where
  704. message text would sometimes be marked as hidden lines.
  705.  
  706.     - Removed the EXP limit of 14 mails processed at a time.  The problem of
  707. "too much mail" or "duplicate posts" was fixed in the previous beta.
  708.  
  709.     - Removed the code that tried to unload PPP.EXE if it returned an error
  710. code of "not loaded".
  711.  
  712.     - Fixed a longstanding problem with NEWS routine chead() which caused a
  713. premature "End of new messages" while scanning newsgroups.
  714.  
  715. Beta-41
  716.  
  717.     - Fixed problem in UU which caused received archive files (ARC-*.UUE) to
  718. remain in INBOUND.  (EXP decoded them repeatedly as SOME.MSG, SOME.001, etc.)
  719.  
  720.     - Rewrote max posts on sub lookup routine to solve problem with incorrect
  721. article number returned during news retrieval (which often caused only last
  722. message to be retrieved).
  723.  
  724.     - Allocated memory for POP and SMTP sockets on far heap (to match the
  725. method used in NEWS, which has been working successfully!)  Hopefully, this
  726. fixed the problem which caused POP to find no mail on host (when, in fact,
  727. there was mail waiting).
  728.  
  729.     - Added a second call to resolve SMTP host via DNS (mainly to compensate
  730. for slow nameservers).  This should reduce the occurrence of the "SMTP Socket
  731. failure" errors during outbound mail delivery.
  732.  
  733.     - Updated contact information in header to my new ix.netcom.com address.
  734. (This actually happened in B-39 or B-40, but wasn't noted in CHANGES.DOC!)
  735.  
  736. Beta-40
  737.  
  738.     - Returned to some known good values for stack (B-32 and B-34).
  739.  
  740.     - Cleaned up excess variables in various modules.
  741.  
  742.     - Fixed [Spacebar] group skip during news retrieval so it responds when
  743. someplace else than message retrieval.
  744.  
  745.     - Fixed a couple bad read-write opens for CONFIG.DAT -- shouldn't have
  746. been doing that.
  747.  
  748. Beta-39
  749.  
  750.     - Added a "Path" field to outbound articles.  This will now be used to
  751. track whether articles originated locally (and are skipped during retrieval),
  752. instead of the "Organization" field in previous versions.  This was required
  753. because some news servers assign their own Organization field.
  754.  
  755.     - Strips pipecodes and heart colors from newsgroup articles during
  756. export process (including titles, which got lost a few betas ago!)
  757.  
  758.     - Compiled with stack checking, hopefully to narrow down the problems
  759. associated with low stack.  If you receive any warnings, please advise me.
  760.  
  761.     - Fixed a problem which caused "441 Duplicate Article" responses for
  762. newsgroup posts (resulting from exported articles during the same second).
  763.  
  764. Beta-38
  765.  
  766.     - Played with the _stklen a bit more to tweak varying requirements among
  767. several systems reporting problems with B-36/37.
  768.  
  769. Beta-37
  770.  
  771.     - Distributed wrong NETWORK.EXE with Beta-36!
  772.  
  773. Beta-36
  774.  
  775.     - Changed stack length declarations in the main and support modules to see
  776. if that fixes symptoms of no stack, i.e. lockups after NEWS runs, etc.
  777.  
  778.     - Repositioned the file pointer close routines in UU so all files were
  779. closed prior to copying/moving/deleting (to fix reported sharing violations).
  780.  
  781. Beta-35
  782.  
  783.     - Supports outbound mailing lists (i.e. hosted lists).  Create a file
  784. M<subtype>.NET for the list of recipients (subscribers) to your list.
  785.  
  786.     - Handles CONTACT.NET update without allocating memory on the heap, which
  787. caused insufficient memory errors in Beta-33/34 on several systems.
  788.  
  789.     - Now is case-insensitve while matching the mailing list owner fields
  790. (in NET.INI) for mailing lists you belong to.
  791.  
  792.     - Uses the actual date from articles and mail, if one is found.
  793.  
  794.     - Replaces soft returns (from QWK packets) with normal returns.
  795.  
  796. Beta-34
  797.  
  798.     - Hopefully, a fix for memory allocation routines on CONTACT.NET update
  799. by allocating/deallocating memory each time CONTACT.PPP (the pointer files to
  800. your Internet connections) is created.
  801.  
  802.     - Changed the method for outbound packet naming, eliminating the one
  803. second delay between encoding each packet.  That should run appreciably
  804. faster now.
  805.  
  806.     - Stuck in support for the "Sender:" parameter when EXP parses mailing
  807. list headers (requested by Eileen Stone).  This is Goose's realm, but it
  808. seemed like an easy change! :)
  809.  
  810. Beta-33
  811.  
  812.     - Removed the @###.FILEnet from the default tagline, as some sysops are
  813. using the PPP Project Software without actually being a member of FILEnet.
  814.  
  815.     - Fixed a problem where messages that had a line starting with the word
  816. "begin" would be incorrectly identified as network packets.
  817.  
  818.     - Changed the connect time code so that all Internet based systems will
  819. have their last time of connect reset after a successful SMTP/POP session.
  820. The time of connect of any direct dial systems is not affected.
  821.  
  822.     - Fixed the code so that it will properly use the ADDRESS.# files
  823. rather than ADDRESS.NET.  Also fixed the problem with the - sign in ADDRESS.0
  824. to indicate a direct dial connection not working.
  825.  
  826.     - Put the return path back into the logic for the name matching routines
  827. for the maillist to sub logic.  Some listservers use one and some use the
  828. other.
  829.  
  830.     - Changed the success and failure levels for the PPP modules so that
  831. Ctrl-C will return a fail result, rather than a pass.  This keeps outgoing
  832. packets from being improperly deleted.
  833.  
  834.     - <Space> now aborts transfer of the current message during an SMTP
  835. session.  This allows you to bypass a message on the current run, while
  836. saving it for transfer later.
  837.  
  838.     - Changed some of the text display, during transfers and (lesser seen)
  839. error result messages.
  840.  
  841. Beta-32
  842.  
  843.     - Email messages containing the encoded WINMAIL.DAT or WINMAIL.MSG files
  844. will not be erroneously identified as UUE files.  The WINMAIL encoded lines
  845. are also marked with the ^D0R header to prevent display on the BBS.
  846.  
  847.     - Changed the name matching routines for mailling lists (again) to fix a
  848. problem introduced in beta 30 which made the name match routines always fail.
  849.  
  850.     - Made some changes to the logic for creating the WATTCP.CFG file to
  851. try to prevent the "Can't create WATTCP.CFG" problem.
  852.  
  853.     - Removed POP.DBG.  Now uses "MOREINFO" flag in NET.INI to provide debug
  854. (extended dialog) information with POP/SMTP hosts.
  855.  
  856. Beta-31
  857.  
  858.     - Recompiled under BC4 to address the "Can't create WATTCP.CFG" problem.
  859.  
  860. Beta-30
  861.  
  862.     - Fixed a problem where the memory for mailling lists was improperly
  863. allocated or freed.
  864.  
  865.     - The code now ignores the Return-Path line in messages.  This would
  866. sometimes cause the return address to get assigned incorrectly.
  867.  
  868.     - Fixed a problem where the message Name is *after* host would be
  869. displayed when the < > surrounded the id but no user name was included.
  870.  
  871.     - Fixed a problem where Beta-29 which left the INSTANCE.DAT file open.
  872.  
  873.     - The "N*.NET is missing" warning message was removed, since it won't
  874. exist if @32767 is set up as the host rather than a subscriber.
  875.  
  876.     - Fixed a problem in the display of the sub type when message were
  877. received to a maillist sub.
  878.  
  879. Beta-29
  880.  
  881.     - Changed the multitasker detection logic so that Windows 95 and OS/2
  882. will be reported correctly, even if NETBIOS support is also enabled.
  883.  
  884.     - Fixed a problem where the newsgroup pointer could be incorrectly set if
  885. <Esc> or <Space> was pressed to abort newsgroup retrieval.
  886.  
  887.     - Newsgroups are no longer deleted from NEWS.RC when an unrecoverable
  888. error occurs.  Instead, an SSM is sent to the sysop account, so that the
  889. appropriate action can be done.
  890.  
  891.     - Fixed a problem in NEWS where the crossposted or returned messages
  892. were not being deleted for the first group listed in NEWS.RC.
  893.  
  894.     - Fixed a problem that would be created by messages with long subject
  895. lines or recipient name.
  896.  
  897.     - EXP now reports if the *subtype (asterisk before subtype) is missing in
  898. the mailling list section of NET.INI.
  899.  
  900.     - Fixed a problem which resulted in mailling list messages not ending
  901. up on the subboard if the "reply-to" address format included any additional
  902. information han the Internet mailing address.
  903.  
  904.     - Fixed a problem where Internet mail would not get sent out on the
  905. current connect if no network packets were pending.
  906.  
  907. Beta-28
  908.  
  909.     - Added the first cut at support for putting Internet Mailing Lists to a
  910. subboard.  To do this, you need to add a section to the NET.INI file as
  911. shown.  The email name should be the name that the emails are posted from,
  912. the subtype can be alpha or numeric (don't forget to make the N*.NET file).
  913.  
  914. ;
  915. ; Mailing List Section - used to define internet mailing lists that are to
  916. ; be retrieved into a message base rather than EMAIL.
  917. ;
  918. [MAILLIST]
  919. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  920. my_listserv@domain.com *1000
  921.  
  922.     - Changed the open mode for the WATTCP.CFG configuration file, to fix the
  923. problem some systems see with the software trying to read this file before it
  924. has been rewritten by the TCPWAT program.
  925.  
  926.     - Makes sure any received packets are renamed before the NETWORK routines
  927. are called, so all received packets are processed after the current call.
  928.  
  929.     - Changed the return address for messages which are received with the
  930. format "User Name <id@site>" to the more standard "id@site (User Name)"
  931. format.  This keeps replies from hosing the SMTP server and getting the
  932. SMTP socket connect failed error message (at least for this case).
  933.  
  934.     - Fixed a problem where posts that were sent out on a newsgroup would be
  935. reposted when the message was received back from the newsserver.
  936.  
  937.     - Allows Internet-based subs to be set up with @32767 as the host rather
  938. than a subscriber.  This allows Network Validation for outgoing posts, but
  939. prevents the subs from being networked to other BBS's.
  940.  
  941.     - Added support for XPOSTS=0, which turns off cross-post detection
  942. for newsgroups.
  943.  
  944.     - Changed the originator on network packets to be the real account name
  945. rather than the forwarding service name, to allow for the correct
  946. identification of bounced packets.
  947.  
  948.     - Changed the NEWS log file logic that seemed to sometimes cause crashes
  949. while retrieving newsgroups.
  950.  
  951. Beta-27
  952.  
  953.     - Increased _stklen variable in the hope it addresses problems from some
  954. systems running out of stack space during runtime.
  955.  
  956.     - Supports Waterloo TCP/IP "INACTIVE" vice "SOCK_INACTIVE" in WATTCP.CFG,
  957. which should properly respond to lost carrier, poor IP connections, etc.
  958.  
  959.     - The CLEANUP option in NET.INI now will execute FLINK and LINKER only,
  960. instead of spawning NETWORK1/2 for normal BBS cleanup.  Some systems were
  961. running out of memory during this process, and it was redundant of the BBS.
  962.  
  963.     - Makes two passes in MQUEUE on each run to assist those whose provider
  964. didn't settle handshaking immediately after connect.
  965.  
  966.     - Reads in alpha subtypes from NEWS.RC in upper case now to prevent
  967. problems in finding subtypes on the BBS.
  968.  
  969.     - Honors the <TAB> character in received newsgroup articles.  This was
  970. causing some text to be skewed (originating from mail readers which didn't
  971. substitute space).  Also properly terminates the received strings, so the
  972. spurious characters at the end-of-line on newsgroups should be fixed.
  973.  
  974. Beta-26
  975.  
  976.     - Fixed bug which caused binary groups to get sent into the bit bucket
  977. during retrieval.  Self-inflicted wound in Beta-25 with addition of alpha
  978. subtypes.
  979.  
  980.     - Changed CONTACT.NET update to a new method.  CONTACT.NET is now
  981. updated for each system for whom the program prepares a packet.  In this
  982. manner, it now reflects what gets sent to each system uniquely.
  983.  
  984.     - Tweaked the routines which read/write WATTCP.CFG.  This should get rid
  985. of any problems associated with that, including creating 0 byte files and
  986. inability to create WATTCP.CFG at runtime.
  987.  
  988.     - Forced a newline at the beginning of each newsgroup article.  This
  989. ensures that the text of a message doesn't begin on the same line as the
  990. RE:.
  991.  
  992. Beta-25
  993.  
  994.     - I didn't get all the changes/enhancements into this beta which I'd
  995. hoped.  There are a great deal of functional changes below, and the todo
  996. list is a bit smaller, but there's still work before the release of
  997. version 2.  Please report any problems you find.
  998.  
  999.     - First stab at "AUTHINFO" directive used by NNTP to validate username
  1000. and password.  I could find no governing RFC, so a lot of this is in the
  1001. blind until I can set up an NNTP host which supports it.  If your news host
  1002. requires a Userid and Password for login (such as GTE), add the following to
  1003. the [NEWS] section of NET.INI:
  1004.  
  1005.         NEWSNAME = <username>
  1006.         NEWSPASS = <password>
  1007.  
  1008. The initial feedback is that this function is working properly, but it may need
  1009. fine-tuning.
  1010.  
  1011.     - The trailing '.' on each Internet email message is now bypassed in email
  1012. retrieval, so it won't be displayed to users viewing it on the BBS.
  1013.  
  1014.     - Nailed down the stacked "RE: RE: RE:" found in newsgroup responses.
  1015.  
  1016.     - Added "Continued in next message..." as the final line in newsgroup posts
  1017. which exceed 32K (and become split into multiple parts) and "Continued from
  1018. previous message..." on trailing parts.
  1019.  
  1020.     - Fixed the news and mail time/byte entries in NET.LOG, so each is
  1021. maintained uniquely now.  If you use ONECALL in NET.INI, you will get two
  1022. entries (one for @32767 and the other for the system you called), each with
  1023. its own bytes and time.
  1024.  
  1025.     - Added definable maximum cross-posts before newsgroup article is skipped.
  1026. New entry to NET.INI in [NEWS] section reads:
  1027.  
  1028.         XPOSTS = nn
  1029.  
  1030. where 'nn' is a number between 1 and 99.  (Setting this to '1' will reject any
  1031. message crossposted to another newsgroup.)
  1032.  
  1033.     - Added support for the PPPURGE utility which cleans up the SENT directory
  1034. externally.  By adding "PURGE=N" to the [GENERAL] section in NET.INI, you can
  1035. bypass packet cleanup during normal network routines.  You must then add
  1036. "PPPURGE <days>" to your external event batch file to kill SENT files.
  1037.  
  1038.     - Tweaked internal stack size which seems to stabilize problems resulting
  1039. from line noise (modem), lost connections during transfers, etc.  Need more
  1040. feedback on reliability of these changes, so we don't introduce new bugs!
  1041.  
  1042.     - Overrides net validation for newsgroup posts received from the Internet,
  1043. but leaves normal validation intact for other methods.  This is useful for
  1044. anyone who gates newsgroups with netval, as it lets the Internet stuff flow
  1045. through unimpeded but still validates BBS-originating posts.
  1046.  
  1047.     - Added internal support for the FWDNAME and FWDDOM parameters from
  1048. NET.INI.  If defined in the [GENERAL] section, these will be used for the
  1049. headers of email and newsgroup posts.  This is helpful for anyone using a
  1050. forwarding service, such as bigfoot.com, as their BBS mail host.
  1051.  
  1052.     - Fixed a problem in the UUDECODE routines where the output file was
  1053. not being deleted if an error was detected during processing.  This would
  1054. cause the partial file to be processed by the remaining NETWORK routines,
  1055. which could result in crashes.
  1056.  
  1057.     - Added support for individual ADDRESS.* files.  ADDRESS.1 and up are
  1058. maintained by the GC's.  ADDRESS.0 is a local file, which can be used to
  1059. limit callouts to particular systems.  To force a normal (modem) callout to a
  1060. system, create ADDRESS.0 in the following format:
  1061.  
  1062.         @node -      (the minus sign indicates use direct call)
  1063.  
  1064.     - Added another check for returned packets.  If the packet "from:"
  1065. name matches the name and domain defined in the INI file, the packet is
  1066. assumed to be a returned packet as well.  Apparently not all ISP's use the
  1067. standard "mailer-daemon" approach for identifying returned packets.
  1068.  
  1069.     - Changed the sleep() call in NETWORK.EXE to a delay() call used when
  1070. the socket is being established.  Some systems appear to hang using the
  1071. sleep() call.
  1072.  
  1073.     - Added the KLOSV146.ZIP file to the archive.  These are the latest PPP
  1074. drivers from KLOS, patched to remove the Windows detection code.
  1075.  
  1076.     - Added support for alpha subtypes in NEWS.C (defined in NEWS.RC).
  1077.  
  1078.     - Fixed routines to clean up after a file is received via Internet mail.
  1079. Copies are no longer saved in CHECKNET and SPOOL.
  1080.  
  1081.     - Added PURGE option to [GENERAL] area, intended to be used with new
  1082. PURGE.EXE utility.  PURGE.EXE will clean out your SENT directory as part of
  1083. the external event (and not when the program runs).  Set PURGE=N in NET.INI,
  1084. then add PURGE.EXE to your external batch file.
  1085.  
  1086.     - Added support for '_' in CALLOUT.NET to indicate non-Internet system.
  1087.  
  1088.     - Added support for user-definable anti-spam originating address.  If
  1089. 'SPAMCONTROL=Y' is defined in NET.INI, you can also add:
  1090.  
  1091.         SPAMADDRESS=whoever@whatever.address
  1092.  
  1093. If SPAMADDRESS is not explicitly defined, the anti-spam address now reads:
  1094.  
  1095.         realname@dont.spam.me.real.address (Username)
  1096.  
  1097.     - Cosmetic modification to NET.LOG entry when nothing is sent.  Adds a
  1098. comma (,) to conform to the normal network software method.
  1099.  
  1100.     - Now auto-trims NEWS.LOG, keeping a maximum of 800 lines (about three
  1101. days worth) of NEWS entries.  Trim is accomplished at the last full session
  1102. entry (a complete news session) at or above the 800 line mark.
  1103.  
  1104.     - Supports random signature files for newsgroups and email.  Naming format
  1105. for the signature files is:
  1106.  
  1107.         I<subtype>.Txx
  1108.  
  1109. where 'xx' is a number between 0 and 99.  For example, to create random
  1110. tags for subtype "12345", create files "I12345.T01", "I12345.T02", etc.  If
  1111. no random tags are found, "I12345.TAG" will be used, as before.
  1112.  
  1113.     - Now properly removes BBS tagline indicators (the ^Dx prefix for each
  1114. line in a BBS or personal tagline).  Note that these will be preserved, in
  1115. addition to the I*.T* signature files.
  1116.  
  1117. Beta-24
  1118.  
  1119.     - Added hook to EXP to call after network packets/mail are received, so
  1120. any Internet mail is processed immediately after receipt.
  1121.  
  1122.     - Count transfers (sending/receiving packets) in 512 byte increments vice
  1123. 1K now... cosmetic.
  1124.  
  1125.     - Encoding and transfer of packets is now kept on a single line vice
  1126. scrolling down the screen... again, cosmetic.
  1127.  
  1128.     - Tweaked import() routine in EXP to narrow down scrambled headers
  1129. reported by some systems.
  1130.  
  1131.     - Added total files/bytes detail to display after successful packet
  1132. transfers.
  1133.  
  1134.     - Added SSMs to be sent to the #1 account upon receipt of archive
  1135. files or bad packets moved into CHECKNET.
  1136.  
  1137.     - Added file-sharing, timeslicing routines to EXP.
  1138.  
  1139.     - Added board-specific tagline file support.  File should be in the
  1140. BBS DATA\ directory and be named I<subtype>.TAG, for example on subtype
  1141. 10001 file would be I10001.TAG.
  1142.  
  1143.     - Fixed logic when an invalid newsgroup is requested and server returns
  1144. 501 response.  It now skips the group and removes the invalid group name from
  1145. NEWS.RC automatically.
  1146.  
  1147.     - INSTALL.C/EXE is in here now.  It needs some work before broader
  1148. release, though.
  1149.  
  1150. Beta-23
  1151.  
  1152.     - Messed up parsing logic in EXP when comparing against name fields with
  1153. an underscore replacing the space.  Fixed, I hope.
  1154.  
  1155.     - Various tweaks to socket code.  I hope these address the problems some
  1156. folks have been having with the modem falling asleep.
  1157.  
  1158.     - Included POP.DBG in this archive to show dialog between you and your
  1159. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  1160. installing.
  1161.  
  1162. Beta-22
  1163.  
  1164.     - Implements controls for Waterloo TCP socket inactivity across modules,
  1165. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  1166. respectively.  They may be defined in NET.INI, as follows:
  1167.  
  1168. ; Time from sending an IP packet to response from DNS.
  1169. SOCK_DELAY = 30
  1170. ; Max time without socket activity.
  1171. SOCK_INACTIVE = 60
  1172.  
  1173.     - The sockets are now malloc() on the far heap again (as Goose properly
  1174. had them before).  I thought this may have been the culprit in the lost
  1175. activity timer.  When I fixed the item above, it actually crashes the client
  1176. when trying to free them from the near heap!
  1177.  
  1178.     - Removes WWIV heart color codes from titles and originator names.
  1179.  
  1180.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  1181. on a single call.
  1182.  
  1183.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  1184. from anyone using "activity meters" to see if this helped anything, although
  1185. I suspect I have to use a different buffered I/O routine aside from fprintf()
  1186. to accomplish anything.
  1187.  
  1188. Beta-21
  1189.  
  1190.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  1191. "must specify phone number" because of the way I was constructing the
  1192. commandline.
  1193.  
  1194.     - Various other tweaks/enhancements which will be detailed better in the
  1195. next beta.  (It's late!)
  1196.  
  1197. Beta-20
  1198.  
  1199.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  1200. NEWS.RC, I hope!
  1201.  
  1202.     - NET.INI addition:
  1203.  
  1204. ; Will retrieve mail and newsgroups on single call
  1205. ONECALL = Y
  1206.  
  1207. Beta-19
  1208.  
  1209. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  1210. and meanings).  Under [NEWS] tag, add:
  1211.  
  1212. ; If defined, puts a bogus originating address on newsgroup posts.
  1213. SPAMCONTROL = Y
  1214. ; If defined, uses file as a signature file to all newsgroup posts.
  1215. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  1216.  
  1217. Various code changes:
  1218.  
  1219.     - POP now receives messages to an INBOUND directory under the network data
  1220. directory instead of syscfgovr.tempdir.  This will help in case of lost
  1221. connections... received packets will remain in the INBOUND area until cleaned
  1222. out by other routines (UU, etc.)
  1223.  
  1224.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  1225. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  1226. we could return(x) from sock_err: but return values vary among different
  1227. functions... consistency is something for a future release.  If this doesn't
  1228. clear things up, we can exit(x) from the macro and allow the OS to do its own
  1229. cleanup for file handles, memory and such.
  1230.  
  1231.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  1232. case 'y' and 'n' parameters weren't being honored.
  1233.  
  1234.     - Places ^D0R before header lines on received email.  These lines are
  1235. suppressed on display to user on the BBS, but may be extracted to provide
  1236. routing info.  Required changes both to POP and EXP, in order to detect/skip
  1237. ^D0R when comparing strings.
  1238.  
  1239.     - Uses underscore between multiple parts of user name on exported mail
  1240. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  1241. space and underscore when comparing against user list.
  1242.  
  1243.     - Detects bounced mail by comparing originating address (from: line)
  1244. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  1245. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  1246. as they're skipped during UU decode routines.  To recycle a packet, rename it
  1247. from BAD*.UUE to PKT*.UUE.
  1248.  
  1249.     - Displays 20 characters of packet originator while receiving (purely
  1250. cosmetic).  Tracked that for the above item, so figured we'd display it.
  1251.  
  1252.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  1253. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  1254. Also when defined, the "Reply-To:" field is omitted but a correct return
  1255. address is prepended as text to the body of message.
  1256.  
  1257.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  1258. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  1259. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  1260. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  1261. previous "Origin: * blah" tagline.
  1262.  
  1263.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  1264. "Responding to: ALL" in body of message... seemed redundant.
  1265.  
  1266.     - NEWS now skips the following messages during retrieval:
  1267.  
  1268.       - messages cross-posted to more than 10 newsgroups on the assumption
  1269.         that they're spammed across multiple groups.  The figure 10 is an
  1270.         arbitrary but hard-coded for now into NEWS.
  1271.  
  1272.       - any message cross-posted to another group defined earlier in NEWS.RC,
  1273.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  1274.         will skip messages on comp.games.adventure which were cross-posted to
  1275.         comp.games.
  1276.  
  1277.       - any message which originated from your system as indicated by the
  1278.         "Organization:" field appended during export.
  1279.  
  1280.     - NEWS now allows you to hit <space> to skip to the next group defined in
  1281. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  1282. simply writes the current message pointer to NEWS.RC for your next run.  If
  1283. there's reason for a "catch-up" key, let's discuss it.
  1284.  
  1285. There are probably others, but you'll find them as you go.
  1286.  
  1287. Frank
  1288.  
  1289.