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