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

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