home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B79.ZIP / CHANGES.DOC next >
Text File  |  1997-12-31  |  70KB  |  1,550 lines

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