home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B27.ZIP / CHANGES.DOC next >
Text File  |  1997-05-18  |  15KB  |  339 lines

  1. Beta-27
  2.  
  3.     - Increased _stklen variable in the hope it addresses problems from some
  4. systems running out of stack space during runtime.
  5.  
  6.     - Supports Waterloo TCP/IP "INACTIVE" vice "SOCK_INACTIVE" in WATTCP.CFG,
  7. which should properly respond to lost carrier, poor IP connections, etc.
  8.  
  9.     - The CLEANUP option in NET.INI now will execute FLINK and LINKER only,
  10. instead of spawning NETWORK1/2 for normal BBS cleanup.  Some systems were
  11. running out of memory during this process, and it was redundant of the BBS.
  12.  
  13.     - Makes two passes in MQUEUE on each run to assist those whose provider
  14. didn't settle handshaking immediately after connect.
  15.  
  16.     - Reads in alpha subtypes from NEWS.RC in upper case now to prevent
  17. problems in finding subtypes on the BBS.
  18.  
  19.     - Honors the <TAB> character in received newsgroup articles.  This was
  20. causing some text to be skewed (originating from mail readers which didn't
  21. substitute space).  Also properly terminates the received strings, so the
  22. spurious characters at the end-of-line on newsgroups should be fixed.
  23.  
  24. Beta-26
  25.  
  26.     - Fixed bug which caused binary groups to get sent into the bit bucket
  27. during retrieval.  Self-inflicted wound in Beta-25 with addition of alpha
  28. subtypes.
  29.  
  30.     - Changed CONTACT.NET update to a new method.  CONTACT.NET is now
  31. updated for each system for whom the program prepares a packet.  In this
  32. manner, it now reflects what gets sent to each system uniquely.
  33.  
  34.     - Tweaked the routines which read/write WATTCP.CFG.  This should get rid
  35. of any problems associated with that, including creating 0 byte files and
  36. inability to create WATTCP.CFG at runtime.
  37.  
  38.     - Forced a newline at the beginning of each newsgroup article.  This
  39. ensures that the text of a message doesn't begin on the same line as the
  40. RE:.
  41.  
  42. Beta-25
  43.  
  44.     - I didn't get all the changes/enhancements into this beta which I'd
  45. hoped.  There are a great deal of functional changes below, and the todo
  46. list is a bit smaller, but there's still work before the release of
  47. version 2.  Please report any problems you find.
  48.  
  49.     - First stab at "AUTHINFO" directive used by NNTP to validate username
  50. and password.  I could find no governing RFC, so a lot of this is in the
  51. blind until I can set up an NNTP host which supports it.  If your news host
  52. requires a Userid and Password for login (such as GTE), add the following to
  53. the [NEWS] section of NET.INI:
  54.  
  55.         NEWSNAME = <username>
  56.         NEWSPASS = <password>
  57.  
  58. The initial feedback is that this function is working properly, but it may need
  59. fine-tuning.
  60.  
  61.     - The trailing '.' on each Internet email message is now bypassed in email
  62. retrieval, so it won't be displayed to users viewing it on the BBS.
  63.  
  64.     - Nailed down the stacked "RE: RE: RE:" found in newsgroup responses.
  65.  
  66.     - Added "Continued in next message..." as the final line in newsgroup posts
  67. which exceed 32K (and become split into multiple parts) and "Continued from
  68. previous message..." on trailing parts.
  69.  
  70.     - Fixed the news and mail time/byte entries in NET.LOG, so each is
  71. maintained uniquely now.  If you use ONECALL in NET.INI, you will get two
  72. entries (one for @32767 and the other for the system you called), each with
  73. its own bytes and time.
  74.  
  75.     - Added definable maximum cross-posts before newsgroup article is skipped.
  76. New entry to NET.INI in [NEWS] section reads:
  77.  
  78.         XPOSTS = nn
  79.  
  80. where 'nn' is a number between 1 and 99.  (Setting this to '1' will reject any
  81. message crossposted to another newsgroup.)
  82.  
  83.     - Added support for the PPPURGE utility which cleans up the SENT directory
  84. externally.  By adding "PURGE=N" to the [GENERAL] section in NET.INI, you can
  85. bypass packet cleanup during normal network routines.  You must then add
  86. "PPPURGE <days>" to your external event batch file to kill SENT files.
  87.  
  88.     - Tweaked internal stack size which seems to stabilize problems resulting
  89. from line noise (modem), lost connections during transfers, etc.  Need more
  90. feedback on reliability of these changes, so we don't introduce new bugs!
  91.  
  92.     - Overrides net validation for newsgroup posts received from the Internet,
  93. but leaves normal validation intact for other methods.  This is useful for
  94. anyone who gates newsgroups with netval, as it lets the Internet stuff flow
  95. through unimpeded but still validates BBS-originating posts.
  96.  
  97.     - Added internal support for the FWDNAME and FWDDOM parameters from
  98. NET.INI.  If defined in the [GENERAL] section, these will be used for the
  99. headers of email and newsgroup posts.  This is helpful for anyone using a
  100. forwarding service, such as bigfoot.com, as their BBS mail host.
  101.  
  102.     - Fixed a problem in the UUDECODE routines where the output file was
  103. not being deleted if an error was detected during processing.  This would
  104. cause the partial file to be processed by the remaining NETWORK routines,
  105. which could result in crashes.
  106.  
  107.     - Added support for individual ADDRESS.* files.  ADDRESS.1 and up are
  108. maintained by the GC's.  ADDRESS.0 is a local file, which can be used to
  109. limit callouts to particular systems.  To force a normal (modem) callout to a
  110. system, create ADDRESS.0 in the following format:
  111.  
  112.         @node -      (the minus sign indicates use direct call)
  113.  
  114.     - Added another check for returned packets.  If the packet "from:"
  115. name matches the name and domain defined in the INI file, the packet is
  116. assumed to be a returned packet as well.  Apparently not all ISP's use the
  117. standard "mailer-daemon" approach for identifying returned packets.
  118.  
  119.     - Changed the sleep() call in NETWORK.EXE to a delay() call used when
  120. the socket is being established.  Some systems appear to hang using the
  121. sleep() call.
  122.  
  123.     - Added the KLOSV146.ZIP file to the archive.  These are the latest PPP
  124. drivers from KLOS, patched to remove the Windows detection code.
  125.  
  126.     - Added support for alpha subtypes in NEWS.C (defined in NEWS.RC).
  127.  
  128.     - Fixed routines to clean up after a file is received via Internet mail.
  129. Copies are no longer saved in CHECKNET and SPOOL.
  130.  
  131.     - Added PURGE option to [GENERAL] area, intended to be used with new
  132. PURGE.EXE utility.  PURGE.EXE will clean out your SENT directory as part of
  133. the external event (and not when the program runs).  Set PURGE=N in NET.INI,
  134. then add PURGE.EXE to your external batch file.
  135.  
  136.     - Added support for '_' in CALLOUT.NET to indicate non-Internet system.
  137.  
  138.     - Added support for user-definable anti-spam originating address.  If
  139. 'SPAMCONTROL=Y' is defined in NET.INI, you can also add:
  140.  
  141.         SPAMADDRESS=whoever@whatever.address
  142.  
  143. If SPAMADDRESS is not explicitly defined, the anti-spam address now reads:
  144.  
  145.         realname@dont.spam.me.real.address (Username)
  146.  
  147.     - Cosmetic modification to NET.LOG entry when nothing is sent.  Adds a
  148. comma (,) to conform to the normal network software method.
  149.  
  150.     - Now auto-trims NEWS.LOG, keeping a maximum of 800 lines (about three
  151. days worth) of NEWS entries.  Trim is accomplished at the last full session
  152. entry (a complete news session) at or above the 800 line mark.
  153.  
  154.     - Supports random signature files for newsgroups and email.  Naming format
  155. for the signature files is:
  156.  
  157.         I<subtype>.Txx
  158.  
  159. where 'xx' is a number between 0 and 99.  For example, to create random
  160. tags for subtype "12345", create files "I12345.T01", "I12345.T02", etc.  If
  161. no random tags are found, "I12345.TAG" will be used, as before.
  162.  
  163.     - Now properly removes BBS tagline indicators (the ^Dx prefix for each
  164. line in a BBS or personal tagline).  Note that these will be preserved, in
  165. addition to the I*.T* signature files.
  166.  
  167. Beta-24
  168.  
  169.     - Added hook to EXP to call after network packets/mail are received, so
  170. any Internet mail is processed immediately after receipt.
  171.  
  172.     - Count transfers (sending/receiving packets) in 512 byte increments vice
  173. 1K now... cosmetic.
  174.  
  175.     - Encoding and transfer of packets is now kept on a single line vice
  176. scrolling down the screen... again, cosmetic.
  177.  
  178.     - Tweaked import() routine in EXP to narrow down scrambled headers
  179. reported by some systems.
  180.  
  181.     - Added total files/bytes detail to display after successful packet
  182. transfers.
  183.  
  184.     - Added SSMs to be sent to the #1 account upon receipt of archive
  185. files or bad packets moved into CHECKNET.
  186.  
  187.     - Added file-sharing, timeslicing routines to EXP.
  188.  
  189.     - Added board-specific tagline file support.  File should be in the
  190. BBS DATA\ directory and be named I<subtype>.TAG, for example on subtype
  191. 10001 file would be I10001.TAG.
  192.  
  193.     - Fixed logic when an invalid newsgroup is requested and server returns
  194. 501 response.  It now skips the group and removes the invalid group name from
  195. NEWS.RC automatically.
  196.  
  197.     - INSTALL.C/EXE is in here now.  It needs some work before broader
  198. release, though.
  199.  
  200. Beta-23
  201.  
  202.     - Messed up parsing logic in EXP when comparing against name fields with
  203. an underscore replacing the space.  Fixed, I hope.
  204.  
  205.     - Various tweaks to socket code.  I hope these address the problems some
  206. folks have been having with the modem falling asleep.
  207.  
  208.     - Included POP.DBG in this archive to show dialog between you and your
  209. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  210. installing.
  211.  
  212. Beta-22
  213.  
  214.     - Implements controls for Waterloo TCP socket inactivity across modules,
  215. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  216. respectively.  They may be defined in NET.INI, as follows:
  217.  
  218. ; Time from sending an IP packet to response from DNS.
  219. SOCK_DELAY = 30
  220. ; Max time without socket activity.
  221. SOCK_INACTIVE = 60
  222.  
  223.     - The sockets are now malloc() on the far heap again (as Goose properly
  224. had them before).  I thought this may have been the culprit in the lost
  225. activity timer.  When I fixed the item above, it actually crashes the client
  226. when trying to free them from the near heap!
  227.  
  228.     - Removes WWIV heart color codes from titles and originator names.
  229.  
  230.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  231. on a single call.
  232.  
  233.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  234. from anyone using "activity meters" to see if this helped anything, although
  235. I suspect I have to use a different buffered I/O routine aside from fprintf()
  236. to accomplish anything.
  237.  
  238. Beta-21
  239.  
  240.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  241. "must specify phone number" because of the way I was constructing the
  242. commandline.
  243.  
  244.     - Various other tweaks/enhancements which will be detailed better in the
  245. next beta.  (It's late!)
  246.  
  247. Beta-20
  248.  
  249.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  250. NEWS.RC, I hope!
  251.  
  252.     - NET.INI addition:
  253.  
  254. ; Will retrieve mail and newsgroups on single call
  255. ONECALL = Y
  256.  
  257. Beta-19
  258.  
  259. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  260. and meanings).  Under [NEWS] tag, add:
  261.  
  262. ; If defined, puts a bogus originating address on newsgroup posts.
  263. SPAMCONTROL = Y
  264. ; If defined, uses file as a signature file to all newsgroup posts.
  265. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  266.  
  267. Various code changes:
  268.  
  269.     - POP now receives messages to an INBOUND directory under the network data
  270. directory instead of syscfgovr.tempdir.  This will help in case of lost
  271. connections... received packets will remain in the INBOUND area until cleaned
  272. out by other routines (UU, etc.)
  273.  
  274.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  275. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  276. we could return(x) from sock_err: but return values vary among different
  277. functions... consistency is something for a future release.  If this doesn't
  278. clear things up, we can exit(x) from the macro and allow the OS to do its own
  279. cleanup for file handles, memory and such.
  280.  
  281.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  282. case 'y' and 'n' parameters weren't being honored.
  283.  
  284.     - Places ^D0R before header lines on received email.  These lines are
  285. suppressed on display to user on the BBS, but may be extracted to provide
  286. routing info.  Required changes both to POP and EXP, in order to detect/skip
  287. ^D0R when comparing strings.
  288.  
  289.     - Uses underscore between multiple parts of user name on exported mail
  290. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  291. space and underscore when comparing against user list.
  292.  
  293.     - Detects bounced mail by comparing originating address (from: line)
  294. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  295. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  296. as they're skipped during UU decode routines.  To recycle a packet, rename it
  297. from BAD*.UUE to PKT*.UUE.
  298.  
  299.     - Displays 20 characters of packet originator while receiving (purely
  300. cosmetic).  Tracked that for the above item, so figured we'd display it.
  301.  
  302.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  303. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  304. Also when defined, the "Reply-To:" field is omitted but a correct return
  305. address is prepended as text to the body of message.
  306.  
  307.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  308. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  309. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  310. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  311. previous "Origin: * blah" tagline.
  312.  
  313.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  314. "Responding to: ALL" in body of message... seemed redundant.
  315.  
  316.     - NEWS now skips the following messages during retrieval:
  317.  
  318.       - messages cross-posted to more than 10 newsgroups on the assumption
  319.         that they're spammed across multiple groups.  The figure 10 is an
  320.         arbitrary but hard-coded for now into NEWS.
  321.  
  322.       - any message cross-posted to another group defined earlier in NEWS.RC,
  323.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  324.         will skip messages on comp.games.adventure which were cross-posted to
  325.         comp.games.
  326.  
  327.       - any message which originated from your system as indicated by the
  328.         "Organization:" field appended during export.
  329.  
  330.     - NEWS now allows you to hit <space> to skip to the next group defined in
  331. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  332. simply writes the current message pointer to NEWS.RC for your next run.  If
  333. there's reason for a "catch-up" key, let's discuss it.
  334.  
  335. There are probably others, but you'll find them as you go.
  336.  
  337. Frank
  338.  
  339.