home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B34.ZIP / CHANGES.DOC next >
Text File  |  1997-08-02  |  21KB  |  494 lines

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