home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B23.ZIP / CHANGES.DOC next >
Text File  |  1997-04-01  |  6KB  |  140 lines

  1. Beta-23
  2.  
  3.     - Messed up parsing logic in EXP when comparing against name fields with
  4. an underscore replacing the space.  Fixed, I hope.
  5.  
  6.     - Various tweaks to socket code.  I hope these address the problems some
  7. folks have been having with the modem falling asleep.
  8.  
  9.     - Included POP.DBG in this archive to show dialog between you and your
  10. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  11. installing.
  12.  
  13. Beta-22
  14.  
  15.     - Implements controls for Waterloo TCP socket inactivity across modules,
  16. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  17. respectively.  They may be defined in NET.INI, as follows:
  18.  
  19. ; Time from sending an IP packet to response from DNS.
  20. SOCK_DELAY = 30
  21. ; Max time without socket activity.
  22. SOCK_INACTIVE = 60
  23.  
  24.     - The sockets are now malloc() on the far heap again (as Goose properly
  25. had them before).  I thought this may have been the culprit in the lost
  26. activity timer.  When I fixed the item above, it actually crashes the client
  27. when trying to free them from the near heap!
  28.  
  29.     - Removes WWIV heart color codes from titles and originator names.
  30.  
  31.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  32. on a single call.
  33.  
  34.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  35. from anyone using "activity meters" to see if this helped anything, although
  36. I suspect I have to use a different buffered I/O routine aside from fprintf()
  37. to accomplish anything.
  38.  
  39. Beta-21
  40.  
  41.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  42. "must specify phone number" because of the way I was constructing the
  43. commandline.
  44.  
  45.     - Various other tweaks/enhancements which will be detailed better in the
  46. next beta.  (It's late!)
  47.  
  48. Beta-20
  49.  
  50.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  51. NEWS.RC, I hope!
  52.  
  53.     - NET.INI addition:
  54.  
  55. ; Will retrieve mail and newsgroups on single call
  56. ONECALL = Y
  57.  
  58. Beta-19
  59.  
  60. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  61. and meanings).  Under [NEWS] tag, add:
  62.  
  63. ; If defined, puts a bogus originating address on newsgroup posts.
  64. SPAMCONTROL = Y
  65. ; If defined, uses file as a signature file to all newsgroup posts.
  66. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  67.  
  68. Various code changes:
  69.  
  70.     - POP now receives messages to an INBOUND directory under the network data
  71. directory instead of syscfgovr.tempdir.  This will help in case of lost
  72. connections... received packets will remain in the INBOUND area until cleaned
  73. out by other routines (UU, etc.)
  74.  
  75.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  76. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  77. we could return(x) from sock_err: but return values vary among different
  78. functions... consistency is something for a future release.  If this doesn't
  79. clear things up, we can exit(x) from the macro and allow the OS to do its own
  80. cleanup for file handles, memory and such.
  81.  
  82.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  83. case 'y' and 'n' parameters weren't being honored.
  84.  
  85.     - Places ^D0R before header lines on received email.  These lines are
  86. suppressed on display to user on the BBS, but may be extracted to provide
  87. routing info.  Required changes both to POP and EXP, in order to detect/skip
  88. ^D0R when comparing strings.
  89.  
  90.     - Uses underscore between multiple parts of user name on exported mail
  91. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  92. space and underscore when comparing against user list.
  93.  
  94.     - Detects bounced mail by comparing originating address (from: line)
  95. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  96. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  97. as they're skipped during UU decode routines.  To recycle a packet, rename it
  98. from BAD*.UUE to PKT*.UUE.
  99.  
  100.     - Displays 20 characters of packet originator while receiving (purely
  101. cosmetic).  Tracked that for the above item, so figured we'd display it.
  102.  
  103.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  104. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  105. Also when defined, the "Reply-To:" field is omitted but a correct return
  106. address is prepended as text to the body of message.
  107.  
  108.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  109. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  110. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  111. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  112. previous "Origin: * blah" tagline.
  113.  
  114.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  115. "Responding to: ALL" in body of message... seemed redundant.
  116.  
  117.     - NEWS now skips the following messages during retrieval:
  118.  
  119.       - messages cross-posted to more than 10 newsgroups on the assumption
  120.         that they're spammed across multiple groups.  The figure 10 is an
  121.         arbitrary but hard-coded for now into NEWS.
  122.  
  123.       - any message cross-posted to another group defined earlier in NEWS.RC,
  124.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  125.         will skip messages on comp.games.adventure which were cross-posted to
  126.         comp.games.
  127.  
  128.       - any message which originated from your system as indicated by the
  129.         "Organization:" field appended during export.
  130.  
  131.     - NEWS now allows you to hit <space> to skip to the next group defined in
  132. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  133. simply writes the current message pointer to NEWS.RC for your next run.  If
  134. there's reason for a "catch-up" key, let's discuss it.
  135.  
  136. There are probably others, but you'll find them as you go.
  137.  
  138. Frank
  139.  
  140.