home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / KSPFTP26.ZIP / WHATSNEW.DOC < prev   
Encoding:
Text File  |  1995-12-31  |  14.7 KB  |  351 lines

  1.  
  2.  
  3.  
  4.                            WHAT'S NEW IN KSP FTP
  5.  
  6.  
  7.      2.6:  Bug  Fix:  When  an external protocol was invoked, the port
  8.            number   was   always   passed   to  the  driver  as  zero;
  9.            corrected.  
  10.  
  11.            Bug  Fix:  With  external  protocols,  no check for carrier
  12.            loss  or  timeout  occurred until after the tcp/ip transfer
  13.            was complete; corrected.  
  14.  
  15.      2.5:  Clean  Up:  Improved  handling  of  "ksp-ftp.ophours" .  If
  16.            start  time  is after the stop time, the hours of operation
  17.            will  be  interpreted  as  all  but  those  in  the  window
  18.            specified.   I.e.,  setting  ophours  to  03:20-03:00  will
  19.            allow operation anytime except 03:00-03:20.  
  20.  
  21.      2.4:  New  Feature:  Added  a option (ksp-ftp.blocked_ip_list) to
  22.            specify  the name of a file containing a list of blocked IP
  23.            addresses.   Users will not be allowed to connect to any IP
  24.            address  on  this list.  This required adding a new message
  25.            to the end of KSP-FTP.TXT.  
  26.  
  27.      2.3:  Bug   Fix:   If  you  entered  the  command  "PUT"  without
  28.            specifying  a  filename,  external  batch  protocols  would
  29.            upload  the  file(s) to the BBS, but not transfer them over
  30.            the Internet to the remote ftp host.  Corrected.  
  31.  
  32.            Bug  Fix:  External protocol batch files are supposed to be
  33.            located  in  the  same  directory  as  the  executable file
  34.            (KSP-FTP.EXE)  so  that  one  set can be shared by multiple
  35.            nodes.   The code contained a bug that required these files
  36.            to  be placed in the directory that was the current default
  37.            directory   at   the  moment  that  KSP-FTP  was  executed.
  38.            Corrected;  external protocol batch files (KSPFTPR?.BAT and
  39.            KSPFTPS?.BAT)  should  now be located in the directory that
  40.            holds  KSP-FTP.EXE,  and  the  batch files should be marked
  41.            "read-only".  
  42.  
  43.            Bug  Fix: If the minutes remaining passed to KSP-FTP in the
  44.            DOOR.SYS  file was zero, the user would get unlimited time;
  45.            corrected.   Note: This required adding a new message (#96)
  46.            to KSP-FTP.TXT.  
  47.  
  48.      2.2:  Work  Around:  Discovered  that the ARNET driver in Egberto
  49.            Willies'  COMM-DRV  (used  by  Clark Development's PCBoard)
  50.            does  not  adhere  100% to the fossil spec in that function
  51.            04h  (Initialize)  does  not  return 1954h when called with
  52.            DX=00FFh.   I  was  using  this to detect the presence of a
  53.            fossil  driver as recommended in the fossil spec! Corrected
  54.            by  modifying  the  presence  test  to  add  two additional
  55.            presence tests if the first one (04h) fails.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                            WHAT'S NEW IN KSP FTP
  63.  
  64.  
  65.  
  66.            Clean  Up:  Wow!  No one ever noticed before (including me)
  67.            that  there  was  no  explanation  in the docs about how to
  68.            implement external protocols!  Corrected.  
  69.  
  70.      2.1:  Bug   Fix:  Fossil  drivers  do  not  typically  detect  an
  71.            incoming  serial  "break"  signal.   Thus  when used with a
  72.            fossil   driver,   the   configuration   parameter   called
  73.            "serialport"  is  used to enable additional code to provide
  74.            this  feature.   Although this code worked fine when tested
  75.            with  the  X00  fossil  driver,  it  prevented both the BNU
  76.            fossil  driver  and  PCBoard's  COMMDRV  program from doing
  77.            serial output properly.  Corrected.  
  78.  
  79.            Bug  Fix:  Was  not  detecting  carrier  loss (user hangup)
  80.            properly.  Corrected.  
  81.  
  82.            New    Feature:    Added    a    command   line   parameter
  83.            "/SCRIPT=<filespec>"  to  specify a text file to be used as
  84.            command line input.  
  85.  
  86.            Enhancement:  A caller could abort an attempt to connect to
  87.            a  remote site by pressing any key while the dots are being
  88.            painted  back  and  forth  on  the  screen.   However, this
  89.            caused  a  rather obvious problem if the caller had a noisy
  90.            modem  connection  to  the  BBS.   Now  only three specific
  91.            keystrokes  are  recognized  as  a  request  to  abort  the
  92.            connection attempt: Esc, Ctrl-C, and Ctrl-X.  
  93.  
  94.            Enhancements:  When  run  from  the  local BBS console, the
  95.            door  no  longer  announces  to  the  SysOp  that  Shift-F1
  96.            toggles  the  local  BBS  screen and the key has no effect;
  97.            when  a  remote  caller invokes the door, however, Shift-F1
  98.            is  fully  functional in the normal manner.  When used with
  99.            a   remote  caller  to  enable/disable  the  local  console
  100.            screen,  Shift-F1  now informs (only) the SysOp whether the
  101.            screen has been enabled or disabled.  
  102.  
  103.            Clean  Up:  When  opening  the  door, the number of minutes
  104.            remaining  is  announced  properly to the caller.  However,
  105.            the  minutes  remaining  was  not displayed properly in the
  106.            prompt  when  it was a very large number (like 1440 minutes
  107.            = 24 hours).  Corrected.  
  108.  
  109.      2.0:  Bug  Fix:  Wasn't  working  with Digiboard when used with a
  110.            fossil driver.  Corrected.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                            WHAT'S NEW IN KSP FTP
  121.  
  122.  
  123.            Bug  Fix:  The  COM  port number in DOOR.SYS was limited to
  124.            COM1  through  COM4 since this is all that can be supported
  125.            by  the  async  library;  however,  there should be no such
  126.            limit if a fossil driver is used.  Corrected.  
  127.  
  128.            Bug  Fix:  The  special  break detect code used with fossil
  129.            drivers  was  interfering  with  normal  fossil  operation;
  130.            corrected.  
  131.  
  132.            New  Feature:  Added  support  for  an environment variable
  133.            (ksp-ip)  to  set  the IP address.  Since the IP address is
  134.            often  the  only  parameter in WATTCP.CFG that changes from
  135.            one  BBS  node  to another, this allows using a single copy
  136.            of that file for all nodes.  
  137.  
  138.            New  Feature:  While user is in the door, pressing Shift-F1
  139.            on  the local console of the BBS will toggle whether or not
  140.            output also appears on the BBS's local console screen.  
  141.  
  142.            Clarification:  Some  Internet  access  providers configure
  143.            their  dial-up  slip  and  ppp  accounts  with a very small
  144.            segment  size.   You  may  need to set mss as low as 212 if
  145.            your Internet connection is through such a connection.  
  146.  
  147.      1.9:  Oops!   When  I  fixed  the  search  algorithm  in  1.8,  I
  148.            accidentally  broke  the "include" directive in WATTCP.CFG.
  149.            Corrected.  
  150.  
  151.      1.8:  Bug  Fix:  Dynamic  parameters  did  not function properly;
  152.            corrected.  
  153.  
  154.            Change:  Changed  the  search  order  for  WATTCP.CFG to be
  155.            downward  compatible  with  earlier  versions  of  KSP-FTP.
  156.            First,   it  checks  for  an  environment  variable  called
  157.            WATTCP.CFG  that specifies the directory.  Second, it looks
  158.            in  the  current  (default) directory.  Third, if still not
  159.            found,   it  looks  in  the  directory  that  contains  the
  160.            executable (KSP-FTP.EXE).   
  161.  
  162.      1.7:  Oops! 'Forgot to include KSP-FTP.TXT in KSPFTP16.ZIP! 
  163.  
  164.            Enhancement:  KSP  FTP  now  looks  in three directories to
  165.            locate   the  WATTCP.CFG  configuration  file.   First,  it
  166.            checks  for  an environment variable called WATTCP.CFG that
  167.            specifies   the   directory.    Second,  it  looks  in  the
  168.            directory   that  contains  the  executable  (KSP-FTP.EXE).
  169.            Third,  if  still  not  found,  it  looks  in  the  current
  170.            (default) directory.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                            WHAT'S NEW IN KSP FTP
  179.  
  180.  
  181.            Enhancement:     Added     a     command     line    option
  182.            (/CONFIG=<number>,  where  "<number>" is a non-zero integer
  183.            such  as  "1") to facilitate dynamic configuration options.
  184.            If  used, then any WATTCP.CFG configuration file parameters
  185.            of the form: 
  186.  
  187.                    ksp-ftp[<number>].<parameter>=<value> 
  188.  
  189.            are  ignored  unless  the integer number enclosed in square
  190.            brackets   matches  that  specified  in  the  command  line
  191.            option.   This  also  works  for global parameters, such as
  192.            "ksp[<number>].<parameter>".  
  193.  
  194.      1.6:  New   Feature:   Added   a   command   line  option  (e.g.,
  195.            /MAX_MINS=60)  to limit the time a caller is allowed in the
  196.            door.   If  used,  time  in the door will be the minimum of
  197.            that  specified  by  the option and their time remaining on
  198.            the BBS.  
  199.  
  200.            New   feature:  Added  support  for  foreign  languages  by
  201.            putting   all   the   program   text   in   a  file  called
  202.            KSP-FTP.TXT.   This  file  can be modified using any normal
  203.            text   editor.   The  file  MUST  be  placed  in  the  same
  204.            directory as KSP-FP.EXE and marked read-only.  
  205.  
  206.      1.5:  Bug  Fix:  When  a  user  dropped  carrier, KSP FTP did not
  207.            necessarily  properly  unhook  the  serial  port  interrupt
  208.            routine.   Most  users  would  never  experience  a problem
  209.            since  it  required  an improbable combination of events to
  210.            cause it to occur.  Corrected.  
  211.  
  212.            New  Feature:  All  of  our  software  is now available via
  213.            anonymous   ftp   at   "scizzl.scu.edu",  directory  "ksp".
  214.            Please note that there is no "e" at the end of "scizzl".  
  215.  
  216.      1.4:  Bug  Fix:  When  remote  host refused a connection, KSP FTP
  217.            would  try  to close that connection even though it had not
  218.            been opened, thus causing a long delay.  Corrected.  
  219.  
  220.            Enhancement:   Added   the  ability  to  override  Waterloo
  221.            TCP/IP's  automatic  search for the packet vector interrupt
  222.            by using an environment variable, as in: 
  223.  
  224.                    set ksp-pv=<number> 
  225.  
  226.            where  "<number>"  may  be  in decimal (e.g., "96"), in hex
  227.            preceded  by  "0x"  (e.g., "0x60"), or in octal preceded by
  228.            "0" (e.g., "0140").  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                            WHAT'S NEW IN KSP FTP
  237.  
  238.  
  239.            Enhancement:  Added  information in the documentation about
  240.            a  packet  driver  shim  for  Novell with a Token-Ring_SNAP
  241.            network.  
  242.  
  243.            Enhancement:   Performance   problem   when  running  under
  244.            DESQview  with PKTMUX solved by creation of KSP-DVMX packet
  245.            multiplexer.   Available  as file KSPMUX*.ZIP, where "*" is
  246.            the version number.  
  247.  
  248.            Bug  Fix: Users who hung up abruptly in the middle of a FTP
  249.            session could cause the software to hang; corrected.  
  250.  
  251.      1.3:  New   Feature:  Now  DESQview  "aware"  to  provide  better
  252.            performance in a multitasking environment.  
  253.  
  254.            New      Feature:      Added      configuration      option
  255.            "ksp-ftp.local_bell"  which  can  be  set  to "disabled" to
  256.            silence the bell on the BBS console.  
  257.  
  258.            New      Feature:      Added      configuration      option
  259.            "ksp-ftp.local_screen"  which  can  be set to "disabled" to
  260.            improve screen painting speed for the caller.  
  261.  
  262.            Enhancement:  Added Waterloo TCP/IP configuration parameter
  263.            "dns_search_mode" to accelerate nameserver lookups.  
  264.  
  265.      1.2:  Enhancement:  KSP-FTP  did  not  send  the file size to the
  266.            receiver  at  the  start  of a Zmodem download because some
  267.            ftp  hosts  do  not provide that information.  That's not a
  268.            problem   if   Zmodem   is   implemented  properly  in  the
  269.            receiver's  communications  program,  since the Zmodem spec
  270.            regards  this  information  as optional.  KSP-FTP now tries
  271.            two  techniques  (that suffice for 90% of the ftp hosts) to
  272.            obtain  the  file size; if available, it is now provided to
  273.            the internal Zmodem protocol driver.  
  274.  
  275.            Enhancement:  Documented the "include" directive that helps
  276.            when you have multiple nodes.  
  277.  
  278.            CleanUp:  Clarified  the description of the batch file used
  279.            to invoke the door.  
  280.  
  281.            CleanUp:  Discovered  that  only the newest versions of the
  282.            Novell  packet  driver  shim  (ODIPKT)  allow  command line
  283.            parameters  to  be specified in hex; older versions require
  284.            that   they   be  specified  only  in  decimal.   Our  docs
  285.            describing  how to install ODIPKT have now been modified to
  286.            show  decimal  parameters  since  they  will  work  in  all
  287.            versions of ODIPKT.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.                            WHAT'S NEW IN KSP FTP
  295.  
  296.  
  297.  
  298.            BugFix:  Translation  of filenames like "BBSes.on.Internet"
  299.            on   remote   (Unix)   ftp  host  yielded  a  DOS  name  of
  300.            "BBSES.ON."  where  the second period was clearly improper.
  301.            Corrected.  
  302.  
  303.            BugFix:  If  no  WATTCP.CFG  environment variable was used,
  304.            there   was   a   chance  that  part  of  memory  might  be
  305.            corrupted.  Corrected.  
  306.  
  307.            BugFix:  The  configuration parameter "ksp-ftp.mb_external"
  308.            unfortunately   affected   internal  as  well  as  external
  309.            protocols.   Corrected;  it  now  only  applies to external
  310.            protocols.  
  311.  
  312.      1.1:  Enhancement:       Configuration       parameters      such
  313.            "ksp-ftp.serial_port"  that are common to more that one KSP
  314.            product   may   now   be   enterred   in   the   WATTCP.CFG
  315.            configuration file once, as in "ksp.serial_port".  
  316.  
  317.            Enhancement:  Added  "more"  command  to toggle the "More?"
  318.            prompt at the end of a page of text." 
  319.  
  320.            Bug  Fix: Downloading using Zmodem in QmodemPro with 32-bit
  321.            CRC  enabled  caused "Long packet received during protocol"
  322.            errors.  Corrected.  
  323.  
  324.            CleanUp:  If  username  or  password commands failed during
  325.            login  to remote ftp host, connection is closed but command
  326.            line   prompt   looked  like  connection  was  still  open.
  327.            Corrected.  
  328.  
  329.            CleanUp:  When  presenting  remote  text  to  the user, the
  330.            count  of lines that controls the "More?" prompt was off by
  331.            one.  Corrected.  
  332.  
  333.      1.0:  Initial release.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.