home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B52.ZIP / CHANGES.DOC next >
Text File  |  1997-10-18  |  40KB  |  891 lines

  1. Beta-52
  2.  
  3.     - Recompiled with Turbo C++ v3.0 instead of Borland C++ v4.52 which
  4. returned a significant amount of memory (25K) to the program.  Some of that
  5. was immediately used to increase NETWORK's stklen to 15K (in the hope that
  6. it preserves enough space to update CONTACT.NET for everyone!)
  7.  
  8.     - #defined a macro for min() in UU.C in order to use .cpp mode with
  9. compilers earlier than BC4.
  10.  
  11.     - Added self-maintaining routine to update NEWSRC with each news callout.
  12. A full NEWSRC listing is retrieved the first of each month, and updates are
  13. retrieved daily.
  14.  
  15. Beta-51
  16.  
  17.     - Returned to previous method of enclosing recipient information entirely
  18. within the focus during SMTP relay, e.g.
  19.  
  20.                 To:<user@whatever.domain (User Information)>
  21.  
  22. The changes in B-50 didn't resolve the QMail imcompatibility problem.  Adding
  23. USERMAIL=N to NET.INI bypasses extended user information and should allow it
  24. to cooperate with QMail.  (Alternately, use 138.145.3.3 for SMTP relay!)
  25.  
  26.     - Now deletes "441 Duplicate messages" during postings.  You should never
  27. see these, except when the NEWS times out during posting, in which case the
  28. duplicate message is genuine, i.e. the first message did get posted.
  29.  
  30.     - Nailed the culprit causign NEWS lockups!  I wasn't allocating enough
  31. room for a buffer when extracting information from the header, particularly
  32. the "Newsgroups:" and "Path:" fields.  This was most evident on binary groups
  33. with lots of crossposts.  When the buffer overflowed, it crashed!
  34.  
  35.     - Changed source modules to .cpp extension to force stricter bounds check
  36. and typecasting.  Got rid of POP.H and #defined what we need explicitly within
  37. the POP and NEWS modules, including Mail_Socket structures.
  38.  
  39.     - Changed most conditional routines within NEWS to switch() statements in
  40. order to track/detect socket errors more accurately and quickly.  It seems to
  41. respond flawlessly here now! :)
  42.  
  43.     - Chased my tail for a few days figuring out why the certain NEWS routines
  44. appeared to be called improperly (and overwrote memory areas allocated for
  45. other things, including the sockets!)  Turned out a global string variable was
  46. oversized at 4096 bytes (on the static heap!)  RFC 977 provides a maximum of
  47. 512 bytes for returned strings in NNTP, so that's how we're now cast.
  48.  
  49.     - Added checks to ensure the socket was alive in NEWS and POP using the
  50. Waterloo tcp_tick() routine.  Hopefully, this obviates extended periods where
  51. the server falls asleep!  Ensure "INACTIVE" and "SOCK_DELAY" in NET.INI aren't
  52. excessive.  (INACTIVE=60 and SOCK_DELAY=30 are appropriate.)
  53.  
  54.     - Returned makefile options used in B-39 to see if that solves problems on
  55. some systems with memory allocation routines, e.g. allocating for sockets.  One
  56. of the flags was for a standard stack frame.  I think this should fix the case
  57. where the POP mailbox wasn't checked unless there was outbound SMTP.
  58.  
  59.     - Revamped the BAD*.UUE check for mail originating locally, so it accepts
  60. mail in which the original message had been quoted and the original "From:"
  61. line appeared in text.  (Some mail systems, like cc:Mail, quote with just a
  62. separator line, leaving the original "From: you@where" in tact.)  It now looks
  63. only in the header for a match to determine if it's BAD*.
  64.  
  65.     - Added a definable Reply-To: field in NET.INI.  If defined, this address
  66. (up to 80 characters) will be used in the text of newsgroup posts.  It can be
  67. something like:
  68.  
  69. REPLYTO = edare{at}ix{dot}netcom{dot}com (change before responding!)
  70.  
  71.     - Fix from Zu Digital revamps NEWSNAME/NEWSPASS logic.  His local POP for
  72. Mindspring required authentication when the socket was initially opened, so the
  73. NEWSNAME and NEWSPASS are now presented at time of connection.  If your host
  74. does *not* require authentication, you *must* comment out the NEWSNAME and
  75. NEWSPASS lines in NET.INI, otherwise you'll get authentication errors!
  76.  
  77.     - Tweaked the socket error label completely in NEWS, so it does a clean
  78. exit when timeouts and session errors occur.
  79.  
  80.     - Changed the use of the "abort" variable while saving the text body in
  81. NEWS articles so it didn't chop off the message (stop writing it) after a
  82. [Space] or [Esc] command was issued.  The message now gets completed and
  83. processed normally as the last message read in that group.
  84.  
  85.     - Added a time synchronization routine (NTIME.EXE) which sets your DOS
  86. clock using a time server.  If you are unsure of your time server, use the one
  87. in the example below.  If the TIMEHOST is not defined in NET.INI or NTIME.EXE
  88. isn't in the BBS main directory, this routine will be skipped.  Add the
  89. following to NET.INI, below the SMTPHOST definition:
  90.  
  91.         TIMEHOST = ns.nctsw.navy.mil
  92.  
  93.     - Enhanced directory checking when receiving file so it places non-FDL
  94. files in the defined NOREQUEST_DIR in FDLFTS.CFG.  (If FDLFTS.CFG isn't there
  95. or the flag isn't defined, it will go to Sysop directory.)  Also, fixed a
  96. place where it wouldn't have found FDLFTS.CFG under normal circumstances.
  97.  
  98.     - Saw a first today -- a 0 octet (no size!) message was queued in my POP
  99. mailbox.  This returned a '0' to the calling routine (which uses the size), so
  100. I added code to delete it, close and update the mailbox when this happens.
  101.  
  102.     - Revised NEWS packet naming method to pass a complete filename to the
  103. routine which saves the message body.  In this manner, nothing in memory should
  104. corrupt the contents.  Added a "wait_closed()" upon error just in case.
  105.  
  106.     - Shortened up some oversized global variables in NETWORK to keep stack
  107. requirements below the default 4K.
  108.  
  109.     - Changed the display on total mailbox size to conform to the same display
  110. as sent SMTP messages, i.e. "(nnK)" vice "(nnnnn bytes)".
  111.  
  112.     - Removed a spurious "Maximum posts -" output string when retrieving binary
  113. groups.  (The max articles check in //BOARDEDIT is bypassed on binaries!)
  114.  
  115.     - Standardized/prettied up some displays when sending/receiving POP/SMTP
  116. messages.
  117.  
  118. Beta-50
  119.  
  120.     - Added a USERMAIL=Y/N option to NET.INI (see SAMPLE.INI).  This option
  121. bypasses the creation of an extended address form, i.e. the (USERNAME) which
  122. follows the user@domain in the originator field.
  123.  
  124.     - Changed the way RCPT TO passes recipient addresses during SMTP to conform
  125. to RFC, as I now understand it.  The MTA portion now relays outbound messages
  126. with any extended information outside of the wrapper, e.g.
  127. "RCPT TO:<user@whatever.domain> (extended_user_info)".
  128.  
  129.     - Incorporated Goose's fixes to stop NEWS crashing by waiting until the
  130. socket is closed before exiting.  Without this wait, there was still junk
  131. coming in the socket, even after the program exited!
  132.  
  133.     - Another Goose fix to address PPPSTATE error #255, by waiting two seconds
  134. to allow the PPP TSR to load and exit before running PPPSTATE, eliminating the
  135. possibility that PPPSTATE erroneously found no memory available.
  136.  
  137.     - In UU, added a routine to ensure the directory path for uploads to
  138. Sysop directory were explicit, e.g. "C:\WWIV\DLOADS\SYSOP" vice "DLOADS\SYSOP"
  139. (which is allowable on the BBS, but dangerous in external file operations!)
  140.  
  141.     - Eliminated an attempt to "QUIT" the POP session when encountering an
  142. error at initial connection.  (This meant the path was bad or the host was
  143. unavailable, therefore the "QUIT" command is unanswered, anyway!)
  144.  
  145.     - Added a QUIT directive during POP sessions where there is a clear fail
  146. returned to the client, e.g. bad mailbox or password, etc.  This is a nicety
  147. for our ISPs, so we always "clean up" after our POP session.
  148.  
  149.     - Now creates a backup of NEWS.RC at runtime as NEWS.BAK (in the FILEnet
  150. directory).  This was requested as a means of ensuring last read message
  151. pointers don't get trashed/lost as easily.
  152.  
  153.     - Modified the logic in an aborted NEWS sessions so the host would clear
  154. remaining buffers before returning to the calling routine, i.e. to empty the
  155. contents of any inbound stream so no junk got carried back!
  156.  
  157.     - Removed spurious "as UNK*.UUE" display when Internet mail is received
  158. and moved from the INBOUND to SPOOL directories.
  159.  
  160.     - Another Goose fix to prevent terminating an already null string in the
  161. treat() routine inside NEWS (causing the "attempt to access memory area already
  162. in use" error under some operating systems).
  163.  
  164. Beta-49
  165.  
  166.     - Oops... had a 50/50 shot and picked wrong!  Have now standardized memory
  167. allocation using malloc() calls vice farmalloc() calls, as was the case in B-39
  168. (which appears to have worked properly in retrieving mail!)
  169.  
  170.     - Again, changed the way the net_data variable is handled throughout NEWS.
  171. Last attempt caused more problems than it solved!  :(
  172.  
  173. Beta-48
  174.  
  175.     - Standardized memory allocation for the sockets in all modules.  This
  176. should address the problem of not picking up mail unless there's outbound
  177. mail to send.
  178.  
  179.     - Nailed down the variable overrun in NEWS causing abnormal exit after a
  180. line of garbage, i.e. "Can't create temporary packet <garbage>\INPUT1.MSG".
  181. The contents of a global variable ("net_data" which points to the network
  182. data directory) were getting trashed!
  183.  
  184.     - Redid NET.LOG update routine.  No longer reads entire existing file,
  185. line-by-line, but rather allocates the file as a memory block and writes the
  186. block after the additional entry is added to the top.  Measurably faster.
  187.  
  188.     - Added additional error checking to copy/move operations to prevent lost
  189. files.  Now ensures the directoryrec is unmodified before reading/uploading
  190. received files.  If modified directoryrec, e.g. filepoints, the files are kept
  191. in CHECKNET, as before.
  192.  
  193.     - Removed the unnecessary "Path:" field in email.  (This is used solely
  194. for Usenet posts in determining whether an article originated on the local
  195. system and should, thus, be skipped during retrieval.)
  196.  
  197.     - Added an "X-Reply-To:" field for hosted mailing lists to assist in
  198. allowing responses to the list from mailers which don't support the extended
  199. parentheses addressing.  The field is formatted using the originator, domain
  200. and mail list subtype, e.g. "MAILTYPE <user@whatever.domain>".
  201.  
  202. Beta-47
  203.  
  204.     - Fixed lost cursor after exiting news.
  205.  
  206.     - Recast strings in NEWS to 1024 bytes vice 512 and cast the temporary
  207. packet name as static, hopefully to prevent the overrun on some subjects
  208. (which bled into the temporary packet name!)
  209.  
  210.     - Added support for a secondary DNS.  Add "SDNS=<IP address>" under the
  211. current DNS (primary) tag in NET.INI.
  212.  
  213.     - Went back to standard malloc() calls for allocating memory for the
  214. sockets.  I had mismatched these in POP in B-46.
  215.  
  216.     - Added an explicit call to close the input file before proceeding in UU.
  217. This should eliminate any sharing violations, such as across a LAN.
  218.  
  219. Beta-46
  220.  
  221.    - Tweaked much more and built in lots of error checking into POP and NEWS,
  222. particularly.  Think we've got all potential lockups fixed.
  223.  
  224.    - Changed returned values in NEWS to standard, i.e. 0 or less for error
  225. and a positive integer for success.  This allowed me to standardize the
  226. sock_err routine for more accurate responses to socket problems.
  227.  
  228.    - Added internal FDL processing to UU.EXE.  For FDL feeds received via
  229. Internet mail, UU now puts them directly into the BBS (rather than using
  230. DE555.EXE) to keep the description and FDL type together with the file.
  231.  
  232.     - Added a "SLAVE" directive to NEWS before any transactions.  On some
  233. NNTP servers, the SLAVE command is used to give priority treatment to a
  234. connection, on the premise it's a "slave server" rather than a user.
  235.  
  236. Beta-45
  237.  
  238.     - B-44 was a lemon!  I distributed the wrong executables with the archive,
  239. and immediately after I found problems in error handling!  These caused nearly
  240. certain death crashes!
  241.  
  242.     - Fine-tuned error handling again.  (Found a condition which returned a
  243. (null) SMTP reply, which gave me something to work with!  This version really
  244. does respond to errors!
  245.  
  246. Beta-44
  247.  
  248.     - Returned to standard stack size (4K) in all modules.  These tweaks
  249. appear to have addressed only tertiary problems.  Reduced runtime memory
  250. requirements by about 20K.
  251.  
  252.     - Went back to basics on POP, starting with the core code of B-32 and
  253. progressing through the more recent changes.  Tweaked fallthroughs on socket
  254. errors.  Found an area where an attempt to close an open file would causing
  255. sharing violations.
  256.  
  257.     - Fixed a problem which incorrectly identified a quoted response to mail
  258. as BAD*.UUE (because it found the original "From:" line from the originating
  259. system).  It will now only perform a "bad" match that if the "From:" line is
  260. part of the new header.
  261.  
  262.     - Fixed a situation which has existed since the project began!  ALLMAIL
  263. wasn't honoring "ALLMAIL=N" if it detected the message as any type of UUE.
  264. This caused graphics files, archives and other UUEs to be retrieved, despite
  265. the ALLMAIL setting.  Thanks to Robert Kish for pointing this out (and anyone
  266. who may have in the past, although I didn't catch it!)
  267.  
  268.     - Corrected a problem which generated hard locks on NEWS retrieval (again
  269. in the sock_err handling! :(
  270.  
  271.     - Returned to linear display of sent/received messages, so now all
  272. transfers appear on a single line (for viewing at runtime).
  273.  
  274.     - Removed *lots* of unnecessary static data from NEWS (which is what
  275. allowed the return to default stack size!)  Now carrying the same mail socket
  276. allocation globally through routines, as opposed to one static allocation.
  277.  
  278.     - Killed the cstat() routine.  This returned the article-ID for any given
  279. article, but we weren't using that anywhere.  (I also suspect this is what
  280. caused the NEWS retrieval to randomly skip to the last message in the group!)
  281.  
  282. Beta-43
  283.  
  284.     - Squashed a nasty bug in POP which would cause SMTP to hang.  While I
  285. was in there, I tweaked the "sock_err:" label (the fallthrough for Waterloo
  286. problems), and it now appears to be more responsive now to errors.
  287.  
  288.     - Squashed a bug in the export() routine which caused a hard lock when
  289. certain types of messages were exported.  While I was in there, I tweaked
  290. handling of pipe codes and soft returns.
  291.  
  292. Beta-42
  293.  
  294.     - Changed the Path: field for newsgroups to use the FWDNAME and FWDDOM
  295. parameters if specified in NET.INI.
  296.  
  297.     - Removed closes to non-open files in the UU routines.
  298.  
  299.     - Added support for the "X-Sender:" parameter when EXP parses mailing
  300. list headers.
  301.  
  302.     - Re-fixed the problem where outgoing messages would be considered
  303. duplicates because the Message-ID field was the same as another message.
  304.  
  305.     - Made a change to the header detection logic to fix a problem where
  306. message text would sometimes be marked as hidden lines.
  307.  
  308.     - Removed the EXP limit of 14 mails processed at a time.  The problem of
  309. "too much mail" or "duplicate posts" was fixed in the previous beta.
  310.  
  311.     - Removed the code that tried to unload PPP.EXE if it returned an error
  312. code of "not loaded".
  313.  
  314.     - Fixed a longstanding problem with NEWS routine chead() which caused a
  315. premature "End of new messages" while scanning newsgroups.
  316.  
  317. Beta-41
  318.  
  319.     - Fixed problem in UU which caused received archive files (ARC-*.UUE) to
  320. remain in INBOUND.  (EXP decoded them repeatedly as SOME.MSG, SOME.001, etc.)
  321.  
  322.     - Rewrote max posts on sub lookup routine to solve problem with incorrect
  323. article number returned during news retrieval (which often caused only last
  324. message to be retrieved).
  325.  
  326.     - Allocated memory for POP and SMTP sockets on far heap (to match the
  327. method used in NEWS, which has been working successfully!)  Hopefully, this
  328. fixed the problem which caused POP to find no mail on host (when, in fact,
  329. there was mail waiting).
  330.  
  331.     - Added a second call to resolve SMTP host via DNS (mainly to compensate
  332. for slow nameservers).  This should reduce the occurrence of the "SMTP Socket
  333. failure" errors during outbound mail delivery.
  334.  
  335.     - Updated contact information in header to my new ix.netcom.com address.
  336. (This actually happened in B-39 or B-40, but wasn't noted in CHANGES.DOC!)
  337.  
  338. Beta-40
  339.  
  340.     - Returned to some known good values for stack (B-32 and B-34).
  341.  
  342.     - Cleaned up excess variables in various modules.
  343.  
  344.     - Fixed [Spacebar] group skip during news retrieval so it responds when
  345. someplace else than message retrieval.
  346.  
  347.     - Fixed a couple bad read-write opens for CONFIG.DAT -- shouldn't have
  348. been doing that.
  349.  
  350. Beta-39
  351.  
  352.     - Added a "Path" field to outbound articles.  This will now be used to
  353. track whether articles originated locally (and are skipped during retrieval),
  354. instead of the "Organization" field in previous versions.  This was required
  355. because some news servers assign their own Organization field.
  356.  
  357.     - Strips pipecodes and heart colors from newsgroup articles during
  358. export process (including titles, which got lost a few betas ago!)
  359.  
  360.     - Compiled with stack checking, hopefully to narrow down the problems
  361. associated with low stack.  If you receive any warnings, please advise me.
  362.  
  363.     - Fixed a problem which caused "441 Duplicate Article" responses for
  364. newsgroup posts (resulting from exported articles during the same second).
  365.  
  366. Beta-38
  367.  
  368.     - Played with the _stklen a bit more to tweak varying requirements among
  369. several systems reporting problems with B-36/37.
  370.  
  371. Beta-37
  372.  
  373.     - Distributed wrong NETWORK.EXE with Beta-36!
  374.  
  375. Beta-36
  376.  
  377.     - Changed stack length declarations in the main and support modules to see
  378. if that fixes symptoms of no stack, i.e. lockups after NEWS runs, etc.
  379.  
  380.     - Repositioned the file pointer close routines in UU so all files were
  381. closed prior to copying/moving/deleting (to fix reported sharing violations).
  382.  
  383. Beta-35
  384.  
  385.     - Supports outbound mailing lists (i.e. hosted lists).  Create a file
  386. M<subtype>.NET for the list of recipients (subscribers) to your list.
  387.  
  388.     - Handles CONTACT.NET update without allocating memory on the heap, which
  389. caused insufficient memory errors in Beta-33/34 on several systems.
  390.  
  391.     - Now is case-insensitve while matching the mailing list owner fields
  392. (in NET.INI) for mailing lists you belong to.
  393.  
  394.     - Uses the actual date from articles and mail, if one is found.
  395.  
  396.     - Replaces soft returns (from QWK packets) with normal returns.
  397.  
  398. Beta-34
  399.  
  400.     - Hopefully, a fix for memory allocation routines on CONTACT.NET update
  401. by allocating/deallocating memory each time CONTACT.PPP (the pointer files to
  402. your Internet connections) is created.
  403.  
  404.     - Changed the method for outbound packet naming, eliminating the one
  405. second delay between encoding each packet.  That should run appreciably
  406. faster now.
  407.  
  408.     - Stuck in support for the "Sender:" parameter when EXP parses mailing
  409. list headers (requested by Eileen Stone).  This is Goose's realm, but it
  410. seemed like an easy change! :)
  411.  
  412. Beta-33
  413.  
  414.     - Removed the @###.FILEnet from the default tagline, as some sysops are
  415. using the PPP Project Software without actually being a member of FILEnet.
  416.  
  417.     - Fixed a problem where messages that had a line starting with the word
  418. "begin" would be incorrectly identified as network packets.
  419.  
  420.     - Changed the connect time code so that all Internet based systems will
  421. have their last time of connect reset after a successful SMTP/POP session.
  422. The time of connect of any direct dial systems is not affected.
  423.  
  424.     - Fixed the code so that it will properly use the ADDRESS.# files
  425. rather than ADDRESS.NET.  Also fixed the problem with the - sign in ADDRESS.0
  426. to indicate a direct dial connection not working.
  427.  
  428.     - Put the return path back into the logic for the name matching routines
  429. for the maillist to sub logic.  Some listservers use one and some use the
  430. other.
  431.  
  432.     - Changed the success and failure levels for the PPP modules so that
  433. Ctrl-C will return a fail result, rather than a pass.  This keeps outgoing
  434. packets from being improperly deleted.
  435.  
  436.     - <Space> now aborts transfer of the current message during an SMTP
  437. session.  This allows you to bypass a message on the current run, while
  438. saving it for transfer later.
  439.  
  440.     - Changed some of the text display, during transfers and (lesser seen)
  441. error result messages.
  442.  
  443. Beta-32
  444.  
  445.     - Email messages containing the encoded WINMAIL.DAT or WINMAIL.MSG files
  446. will not be erroneously identified as UUE files.  The WINMAIL encoded lines
  447. are also marked with the ^D0R header to prevent display on the BBS.
  448.  
  449.     - Changed the name matching routines for mailling lists (again) to fix a
  450. problem introduced in beta 30 which made the name match routines always fail.
  451.  
  452.     - Made some changes to the logic for creating the WATTCP.CFG file to
  453. try to prevent the "Can't create WATTCP.CFG" problem.
  454.  
  455.     - Removed POP.DBG.  Now uses "MOREINFO" flag in NET.INI to provide debug
  456. (extended dialog) information with POP/SMTP hosts.
  457.  
  458. Beta-31
  459.  
  460.     - Recompiled under BC4 to address the "Can't create WATTCP.CFG" problem.
  461.  
  462. Beta-30
  463.  
  464.     - Fixed a problem where the memory for mailling lists was improperly
  465. allocated or freed.
  466.  
  467.     - The code now ignores the Return-Path line in messages.  This would
  468. sometimes cause the return address to get assigned incorrectly.
  469.  
  470.     - Fixed a problem where the message Name is *after* host would be
  471. displayed when the < > surrounded the id but no user name was included.
  472.  
  473.     - Fixed a problem where Beta-29 which left the INSTANCE.DAT file open.
  474.  
  475.     - The "N*.NET is missing" warning message was removed, since it won't
  476. exist if @32767 is set up as the host rather than a subscriber.
  477.  
  478.     - Fixed a problem in the display of the sub type when message were
  479. received to a maillist sub.
  480.  
  481. Beta-29
  482.  
  483.     - Changed the multitasker detection logic so that Windows 95 and OS/2
  484. will be reported correctly, even if NETBIOS support is also enabled.
  485.  
  486.     - Fixed a problem where the newsgroup pointer could be incorrectly set if
  487. <Esc> or <Space> was pressed to abort newsgroup retrieval.
  488.  
  489.     - Newsgroups are no longer deleted from NEWS.RC when an unrecoverable
  490. error occurs.  Instead, an SSM is sent to the sysop account, so that the
  491. appropriate action can be done.
  492.  
  493.     - Fixed a problem in NEWS where the crossposted or returned messages
  494. were not being deleted for the first group listed in NEWS.RC.
  495.  
  496.     - Fixed a problem that would be created by messages with long subject
  497. lines or recipient name.
  498.  
  499.     - EXP now reports if the *subtype (asterisk before subtype) is missing in
  500. the mailling list section of NET.INI.
  501.  
  502.     - Fixed a problem which resulted in mailling list messages not ending
  503. up on the subboard if the "reply-to" address format included any additional
  504. information han the Internet mailing address.
  505.  
  506.     - Fixed a problem where Internet mail would not get sent out on the
  507. current connect if no network packets were pending.
  508.  
  509. Beta-28
  510.  
  511.     - Added the first cut at support for putting Internet Mailing Lists to a
  512. subboard.  To do this, you need to add a section to the NET.INI file as
  513. shown.  The email name should be the name that the emails are posted from,
  514. the subtype can be alpha or numeric (don't forget to make the N*.NET file).
  515.  
  516. ;
  517. ; Mailing List Section - used to define internet mailing lists that are to
  518. ; be retrieved into a message base rather than EMAIL.
  519. ;
  520. [MAILLIST]
  521. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  522. my_listserv@domain.com *1000
  523.  
  524.     - Changed the open mode for the WATTCP.CFG configuration file, to fix the
  525. problem some systems see with the software trying to read this file before it
  526. has been rewritten by the TCPWAT program.
  527.  
  528.     - Makes sure any received packets are renamed before the NETWORK routines
  529. are called, so all received packets are processed after the current call.
  530.  
  531.     - Changed the return address for messages which are received with the
  532. format "User Name <id@site>" to the more standard "id@site (User Name)"
  533. format.  This keeps replies from hosing the SMTP server and getting the
  534. SMTP socket connect failed error message (at least for this case).
  535.  
  536.     - Fixed a problem where posts that were sent out on a newsgroup would be
  537. reposted when the message was received back from the newsserver.
  538.  
  539.     - Allows Internet-based subs to be set up with @32767 as the host rather
  540. than a subscriber.  This allows Network Validation for outgoing posts, but
  541. prevents the subs from being networked to other BBS's.
  542.  
  543.     - Added support for XPOSTS=0, which turns off cross-post detection
  544. for newsgroups.
  545.  
  546.     - Changed the originator on network packets to be the real account name
  547. rather than the forwarding service name, to allow for the correct
  548. identification of bounced packets.
  549.  
  550.     - Changed the NEWS log file logic that seemed to sometimes cause crashes
  551. while retrieving newsgroups.
  552.  
  553. Beta-27
  554.  
  555.     - Increased _stklen variable in the hope it addresses problems from some
  556. systems running out of stack space during runtime.
  557.  
  558.     - Supports Waterloo TCP/IP "INACTIVE" vice "SOCK_INACTIVE" in WATTCP.CFG,
  559. which should properly respond to lost carrier, poor IP connections, etc.
  560.  
  561.     - The CLEANUP option in NET.INI now will execute FLINK and LINKER only,
  562. instead of spawning NETWORK1/2 for normal BBS cleanup.  Some systems were
  563. running out of memory during this process, and it was redundant of the BBS.
  564.  
  565.     - Makes two passes in MQUEUE on each run to assist those whose provider
  566. didn't settle handshaking immediately after connect.
  567.  
  568.     - Reads in alpha subtypes from NEWS.RC in upper case now to prevent
  569. problems in finding subtypes on the BBS.
  570.  
  571.     - Honors the <TAB> character in received newsgroup articles.  This was
  572. causing some text to be skewed (originating from mail readers which didn't
  573. substitute space).  Also properly terminates the received strings, so the
  574. spurious characters at the end-of-line on newsgroups should be fixed.
  575.  
  576. Beta-26
  577.  
  578.     - Fixed bug which caused binary groups to get sent into the bit bucket
  579. during retrieval.  Self-inflicted wound in Beta-25 with addition of alpha
  580. subtypes.
  581.  
  582.     - Changed CONTACT.NET update to a new method.  CONTACT.NET is now
  583. updated for each system for whom the program prepares a packet.  In this
  584. manner, it now reflects what gets sent to each system uniquely.
  585.  
  586.     - Tweaked the routines which read/write WATTCP.CFG.  This should get rid
  587. of any problems associated with that, including creating 0 byte files and
  588. inability to create WATTCP.CFG at runtime.
  589.  
  590.     - Forced a newline at the beginning of each newsgroup article.  This
  591. ensures that the text of a message doesn't begin on the same line as the
  592. RE:.
  593.  
  594. Beta-25
  595.  
  596.     - I didn't get all the changes/enhancements into this beta which I'd
  597. hoped.  There are a great deal of functional changes below, and the todo
  598. list is a bit smaller, but there's still work before the release of
  599. version 2.  Please report any problems you find.
  600.  
  601.     - First stab at "AUTHINFO" directive used by NNTP to validate username
  602. and password.  I could find no governing RFC, so a lot of this is in the
  603. blind until I can set up an NNTP host which supports it.  If your news host
  604. requires a Userid and Password for login (such as GTE), add the following to
  605. the [NEWS] section of NET.INI:
  606.  
  607.         NEWSNAME = <username>
  608.         NEWSPASS = <password>
  609.  
  610. The initial feedback is that this function is working properly, but it may need
  611. fine-tuning.
  612.  
  613.     - The trailing '.' on each Internet email message is now bypassed in email
  614. retrieval, so it won't be displayed to users viewing it on the BBS.
  615.  
  616.     - Nailed down the stacked "RE: RE: RE:" found in newsgroup responses.
  617.  
  618.     - Added "Continued in next message..." as the final line in newsgroup posts
  619. which exceed 32K (and become split into multiple parts) and "Continued from
  620. previous message..." on trailing parts.
  621.  
  622.     - Fixed the news and mail time/byte entries in NET.LOG, so each is
  623. maintained uniquely now.  If you use ONECALL in NET.INI, you will get two
  624. entries (one for @32767 and the other for the system you called), each with
  625. its own bytes and time.
  626.  
  627.     - Added definable maximum cross-posts before newsgroup article is skipped.
  628. New entry to NET.INI in [NEWS] section reads:
  629.  
  630.         XPOSTS = nn
  631.  
  632. where 'nn' is a number between 1 and 99.  (Setting this to '1' will reject any
  633. message crossposted to another newsgroup.)
  634.  
  635.     - Added support for the PPPURGE utility which cleans up the SENT directory
  636. externally.  By adding "PURGE=N" to the [GENERAL] section in NET.INI, you can
  637. bypass packet cleanup during normal network routines.  You must then add
  638. "PPPURGE <days>" to your external event batch file to kill SENT files.
  639.  
  640.     - Tweaked internal stack size which seems to stabilize problems resulting
  641. from line noise (modem), lost connections during transfers, etc.  Need more
  642. feedback on reliability of these changes, so we don't introduce new bugs!
  643.  
  644.     - Overrides net validation for newsgroup posts received from the Internet,
  645. but leaves normal validation intact for other methods.  This is useful for
  646. anyone who gates newsgroups with netval, as it lets the Internet stuff flow
  647. through unimpeded but still validates BBS-originating posts.
  648.  
  649.     - Added internal support for the FWDNAME and FWDDOM parameters from
  650. NET.INI.  If defined in the [GENERAL] section, these will be used for the
  651. headers of email and newsgroup posts.  This is helpful for anyone using a
  652. forwarding service, such as bigfoot.com, as their BBS mail host.
  653.  
  654.     - Fixed a problem in the UUDECODE routines where the output file was
  655. not being deleted if an error was detected during processing.  This would
  656. cause the partial file to be processed by the remaining NETWORK routines,
  657. which could result in crashes.
  658.  
  659.     - Added support for individual ADDRESS.* files.  ADDRESS.1 and up are
  660. maintained by the GC's.  ADDRESS.0 is a local file, which can be used to
  661. limit callouts to particular systems.  To force a normal (modem) callout to a
  662. system, create ADDRESS.0 in the following format:
  663.  
  664.         @node -      (the minus sign indicates use direct call)
  665.  
  666.     - Added another check for returned packets.  If the packet "from:"
  667. name matches the name and domain defined in the INI file, the packet is
  668. assumed to be a returned packet as well.  Apparently not all ISP's use the
  669. standard "mailer-daemon" approach for identifying returned packets.
  670.  
  671.     - Changed the sleep() call in NETWORK.EXE to a delay() call used when
  672. the socket is being established.  Some systems appear to hang using the
  673. sleep() call.
  674.  
  675.     - Added the KLOSV146.ZIP file to the archive.  These are the latest PPP
  676. drivers from KLOS, patched to remove the Windows detection code.
  677.  
  678.     - Added support for alpha subtypes in NEWS.C (defined in NEWS.RC).
  679.  
  680.     - Fixed routines to clean up after a file is received via Internet mail.
  681. Copies are no longer saved in CHECKNET and SPOOL.
  682.  
  683.     - Added PURGE option to [GENERAL] area, intended to be used with new
  684. PURGE.EXE utility.  PURGE.EXE will clean out your SENT directory as part of
  685. the external event (and not when the program runs).  Set PURGE=N in NET.INI,
  686. then add PURGE.EXE to your external batch file.
  687.  
  688.     - Added support for '_' in CALLOUT.NET to indicate non-Internet system.
  689.  
  690.     - Added support for user-definable anti-spam originating address.  If
  691. 'SPAMCONTROL=Y' is defined in NET.INI, you can also add:
  692.  
  693.         SPAMADDRESS=whoever@whatever.address
  694.  
  695. If SPAMADDRESS is not explicitly defined, the anti-spam address now reads:
  696.  
  697.         realname@dont.spam.me.real.address (Username)
  698.  
  699.     - Cosmetic modification to NET.LOG entry when nothing is sent.  Adds a
  700. comma (,) to conform to the normal network software method.
  701.  
  702.     - Now auto-trims NEWS.LOG, keeping a maximum of 800 lines (about three
  703. days worth) of NEWS entries.  Trim is accomplished at the last full session
  704. entry (a complete news session) at or above the 800 line mark.
  705.  
  706.     - Supports random signature files for newsgroups and email.  Naming format
  707. for the signature files is:
  708.  
  709.         I<subtype>.Txx
  710.  
  711. where 'xx' is a number between 0 and 99.  For example, to create random
  712. tags for subtype "12345", create files "I12345.T01", "I12345.T02", etc.  If
  713. no random tags are found, "I12345.TAG" will be used, as before.
  714.  
  715.     - Now properly removes BBS tagline indicators (the ^Dx prefix for each
  716. line in a BBS or personal tagline).  Note that these will be preserved, in
  717. addition to the I*.T* signature files.
  718.  
  719. Beta-24
  720.  
  721.     - Added hook to EXP to call after network packets/mail are received, so
  722. any Internet mail is processed immediately after receipt.
  723.  
  724.     - Count transfers (sending/receiving packets) in 512 byte increments vice
  725. 1K now... cosmetic.
  726.  
  727.     - Encoding and transfer of packets is now kept on a single line vice
  728. scrolling down the screen... again, cosmetic.
  729.  
  730.     - Tweaked import() routine in EXP to narrow down scrambled headers
  731. reported by some systems.
  732.  
  733.     - Added total files/bytes detail to display after successful packet
  734. transfers.
  735.  
  736.     - Added SSMs to be sent to the #1 account upon receipt of archive
  737. files or bad packets moved into CHECKNET.
  738.  
  739.     - Added file-sharing, timeslicing routines to EXP.
  740.  
  741.     - Added board-specific tagline file support.  File should be in the
  742. BBS DATA\ directory and be named I<subtype>.TAG, for example on subtype
  743. 10001 file would be I10001.TAG.
  744.  
  745.     - Fixed logic when an invalid newsgroup is requested and server returns
  746. 501 response.  It now skips the group and removes the invalid group name from
  747. NEWS.RC automatically.
  748.  
  749.     - INSTALL.C/EXE is in here now.  It needs some work before broader
  750. release, though.
  751.  
  752. Beta-23
  753.  
  754.     - Messed up parsing logic in EXP when comparing against name fields with
  755. an underscore replacing the space.  Fixed, I hope.
  756.  
  757.     - Various tweaks to socket code.  I hope these address the problems some
  758. folks have been having with the modem falling asleep.
  759.  
  760.     - Included POP.DBG in this archive to show dialog between you and your
  761. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  762. installing.
  763.  
  764. Beta-22
  765.  
  766.     - Implements controls for Waterloo TCP socket inactivity across modules,
  767. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  768. respectively.  They may be defined in NET.INI, as follows:
  769.  
  770. ; Time from sending an IP packet to response from DNS.
  771. SOCK_DELAY = 30
  772. ; Max time without socket activity.
  773. SOCK_INACTIVE = 60
  774.  
  775.     - The sockets are now malloc() on the far heap again (as Goose properly
  776. had them before).  I thought this may have been the culprit in the lost
  777. activity timer.  When I fixed the item above, it actually crashes the client
  778. when trying to free them from the near heap!
  779.  
  780.     - Removes WWIV heart color codes from titles and originator names.
  781.  
  782.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  783. on a single call.
  784.  
  785.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  786. from anyone using "activity meters" to see if this helped anything, although
  787. I suspect I have to use a different buffered I/O routine aside from fprintf()
  788. to accomplish anything.
  789.  
  790. Beta-21
  791.  
  792.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  793. "must specify phone number" because of the way I was constructing the
  794. commandline.
  795.  
  796.     - Various other tweaks/enhancements which will be detailed better in the
  797. next beta.  (It's late!)
  798.  
  799. Beta-20
  800.  
  801.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  802. NEWS.RC, I hope!
  803.  
  804.     - NET.INI addition:
  805.  
  806. ; Will retrieve mail and newsgroups on single call
  807. ONECALL = Y
  808.  
  809. Beta-19
  810.  
  811. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  812. and meanings).  Under [NEWS] tag, add:
  813.  
  814. ; If defined, puts a bogus originating address on newsgroup posts.
  815. SPAMCONTROL = Y
  816. ; If defined, uses file as a signature file to all newsgroup posts.
  817. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  818.  
  819. Various code changes:
  820.  
  821.     - POP now receives messages to an INBOUND directory under the network data
  822. directory instead of syscfgovr.tempdir.  This will help in case of lost
  823. connections... received packets will remain in the INBOUND area until cleaned
  824. out by other routines (UU, etc.)
  825.  
  826.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  827. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  828. we could return(x) from sock_err: but return values vary among different
  829. functions... consistency is something for a future release.  If this doesn't
  830. clear things up, we can exit(x) from the macro and allow the OS to do its own
  831. cleanup for file handles, memory and such.
  832.  
  833.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  834. case 'y' and 'n' parameters weren't being honored.
  835.  
  836.     - Places ^D0R before header lines on received email.  These lines are
  837. suppressed on display to user on the BBS, but may be extracted to provide
  838. routing info.  Required changes both to POP and EXP, in order to detect/skip
  839. ^D0R when comparing strings.
  840.  
  841.     - Uses underscore between multiple parts of user name on exported mail
  842. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  843. space and underscore when comparing against user list.
  844.  
  845.     - Detects bounced mail by comparing originating address (from: line)
  846. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  847. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  848. as they're skipped during UU decode routines.  To recycle a packet, rename it
  849. from BAD*.UUE to PKT*.UUE.
  850.  
  851.     - Displays 20 characters of packet originator while receiving (purely
  852. cosmetic).  Tracked that for the above item, so figured we'd display it.
  853.  
  854.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  855. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  856. Also when defined, the "Reply-To:" field is omitted but a correct return
  857. address is prepended as text to the body of message.
  858.  
  859.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  860. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  861. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  862. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  863. previous "Origin: * blah" tagline.
  864.  
  865.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  866. "Responding to: ALL" in body of message... seemed redundant.
  867.  
  868.     - NEWS now skips the following messages during retrieval:
  869.  
  870.       - messages cross-posted to more than 10 newsgroups on the assumption
  871.         that they're spammed across multiple groups.  The figure 10 is an
  872.         arbitrary but hard-coded for now into NEWS.
  873.  
  874.       - any message cross-posted to another group defined earlier in NEWS.RC,
  875.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  876.         will skip messages on comp.games.adventure which were cross-posted to
  877.         comp.games.
  878.  
  879.       - any message which originated from your system as indicated by the
  880.         "Organization:" field appended during export.
  881.  
  882.     - NEWS now allows you to hit <space> to skip to the next group defined in
  883. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  884. simply writes the current message pointer to NEWS.RC for your next run.  If
  885. there's reason for a "catch-up" key, let's discuss it.
  886.  
  887. There are probably others, but you'll find them as you go.
  888.  
  889. Frank
  890.  
  891.