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

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