home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B31.ZIP / CHANGES.DOC next >
Text File  |  1997-07-04  |  19KB  |  434 lines

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