home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B75.ZIP / CHANGES.DOC next >
Text File  |  1997-12-01  |  61KB  |  1,360 lines

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