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

  1.  
  2.  
  3.  
  4.                           WHAT'S NEW IN KSP SLIP
  5.  
  6.  
  7.      3.2:  Clean  Up:  Redesigned as multi-threaded code using the MIX
  8.            Multi-C library.  
  9.  
  10.            Clean   Up:   The  inactivity  timer  was  being  restarted
  11.            everytime  a character was received on the serial line, and
  12.            thus  noise  could  sometimes  keep the timer from reaching
  13.            zero.   Now  the  timer is only restarted upon receipt of a
  14.            error-free inbound slip packet.  
  15.  
  16.      3.1:  Clean  Up:  Improved  handling  of "ksp-slip.ophours" .  If
  17.            start  time  is after the stop time, the hours of operation
  18.            will  be  interpreted  as  all  but  those  in  the  window
  19.            specified.   I.e.,  setting  ophours  to  03:20-03:00  will
  20.            allow operation anytime except 03:00-03:20.  
  21.  
  22.      3.0:  New  Feature:  Added a option (ksp-slip.blocked_ip_list) to
  23.            specify  the name of a file containing a list of blocked IP
  24.            addresses.   Users will not be allowed to connect to any IP
  25.            address  on  this  list,  and  a  TCP/IP  ICMP type 3 (host
  26.            unreachable),  code 10 (communication with destination host
  27.            is  administratively  forbidden)  error notification packet
  28.            is sent to the user's SLIP client.  
  29.  
  30.      2.9:  Bug  Fix:  If  the  minutes remaining passed to KSP-SLIP in
  31.            the  DOOR.SYS  file  was zero, the user would get unlimited
  32.            time; corrected.  
  33.  
  34.      2.8:  Work  Around:  Discovered  that the ARNET driver in Egberto
  35.            Willies'  COMM-DRV  (used  by  Clark Development's PCBoard)
  36.            does  not  adhere  100% to the fossil spec in that function
  37.            04h  (Initialize)  does  not  return 1954h when called with
  38.            DX=00FFh.   I  was  using  this to detect the presence of a
  39.            fossil  driver as recommended in the fossil spec! Corrected
  40.            by  modifying  the  presence  test  to  add  two additional
  41.            presence tests if the first one (04h) fails.  
  42.  
  43.      2.7:  Bug   Fix:  Fossil  drivers  do  not  typically  detect  an
  44.            incoming  serial  "break"  signal.   Thus  when used with a
  45.            fossil   driver,   the   configuration   parameter   called
  46.            "serialport"  is  used to enable additional code to provide
  47.            this  feature.   Although this code worked fine when tested
  48.            with  the  X00  fossil  driver,  it  prevented both the BNU
  49.            fossil  driver  and  PCBoard's  COMMDRV  program from doing
  50.            serial output properly.  Corrected.  
  51.  
  52.            Bug  Fix:  Was  not  detecting  carrier  loss (user hangup)
  53.            properly.  Corrected.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                           WHAT'S NEW IN KSP SLIP
  63.  
  64.  
  65.            Clean  Up:  When  opening  the  door, the number of minutes
  66.            remaining  is  displayed  properly to the caller.  However,
  67.            the  minutes  remaining  was  not  tracked  properly  while
  68.            running  the  door  when  it  was a very large number (like
  69.            1440 minutes = 24 hours).  Corrected.  
  70.  
  71.      2.6:  Bug  Fix:  Wasn't  working  with Digiboard when used with a
  72.            fossil driver.  Corrected.  
  73.  
  74.            Bug          Fix:          Configuration          parameter
  75.            ksp-slip.serialport=<adr>,<irq>  was  not working properly;
  76.            corrected.  
  77.  
  78.            Bug  Fix:  The  COM  port number in DOOR.SYS was limited to
  79.            COM1  through  COM4 since this is all that can be supported
  80.            by  the  async  library;  however,  there should be no such
  81.            limit if a fossil driver is used.  Corrected.  
  82.  
  83.            Bug  Fix:  The  special  break detect code used with fossil
  84.            drivers  was  interfering  with  normal  fossil  operation;
  85.            corrected.  
  86.  
  87.            New  Feature:  Added  support  for  an environment variable
  88.            (ksp-ip)  to  set  the IP address.  Since the IP address is
  89.            often  the  only  parameter in WATTCP.CFG that changes from
  90.            one  BBS  node  to another, this allows using a single copy
  91.            of that file for all nodes.  
  92.  
  93.            Clarification:  Some  Internet  access  providers configure
  94.            their  dial-up  slip  and  ppp  accounts  with a very small
  95.            segment  size.   You  may  need to set mss as low as 212 if
  96.            your Internet connection is through such a connection.  
  97.  
  98.      2.5:  Oops!   When  I  fixed  the  search  algorithm  in  2.5,  I
  99.            accidentally  broke  the "include" directive in WATTCP.CFG.
  100.            Corrected.  
  101.  
  102.      2.4:  Bug  Fix:  Dynamic  parameters  did  not function properly;
  103.            corrected.  
  104.  
  105.            Change:  Changed  the  search  order  for  WATTCP.CFG to be
  106.            downward  compatible  with  earlier  versions  of KSP-SLIP.
  107.            First,   it  checks  for  an  environment  variable  called
  108.            WATTCP.CFG  that specifies the directory.  Second, it looks
  109.            in  the  current  (default) directory.  Third, if still not
  110.            found,   it  looks  in  the  directory  that  contains  the
  111.            executable (KSP-SLIP.EXE).   
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                           WHAT'S NEW IN KSP SLIP
  121.  
  122.  
  123.      2.3:  New   Feature:   Added   a   command   line  option  (e.g.,
  124.            /MAX_MINS=60)  to limit the time a caller is allowed in the
  125.            door.   If  used,  time  in the door will be the minimum of
  126.            that  specified  by  the option and their time remaining on
  127.            the BBS.  
  128.  
  129.            Enhancement:  KSP  SLIP  now  looks in three directories to
  130.            locate   the  WATTCP.CFG  configuration  file.   First,  it
  131.            checks  for  an environment variable called WATTCP.CFG that
  132.            specifies   the   directory.    Second,  it  looks  in  the
  133.            directory  that  contains  the  executable  (KSP-SLIP.EXE).
  134.            Third,  if  still  not  found,  it  looks  in  the  current
  135.            (default) directory.  
  136.  
  137.            Enhancement:     Added     a     command     line    option
  138.            (/CONFIG=<number>,  where  "<number>" is a non-zero integer
  139.            such  as  "1") to facilitate dynamic configuration options.
  140.            If  used, then any WATTCP.CFG configuration file parameters
  141.            of the form: 
  142.  
  143.                    ksp-slip[<number>].<parameter>=<value> 
  144.  
  145.            are  ignored  unless  the integer number enclosed in square
  146.            brackets   matches  that  specified  in  the  command  line
  147.            option.   This  also  works  for global parameters, such as
  148.            "ksp[<number>].<parameter>".  
  149.  
  150.      2.2:  Bug  Fix: KSP SLIP was sometimes hanging on exit because it
  151.            had  not  unhooked the serial port interrupt routine before
  152.            exiting the program.  Corrected.  
  153.  
  154.            Bug  Fix:  There  is  a  special  end-of-frame  marker that
  155.            identifies  the end of each slip packet.  A common practice
  156.            is  to  also  send  one of these at the beginning of a data
  157.            packet  so  that  the  receiver  will  see  an empty packet
  158.            followed   by  the  (real)  data  packet;  this  helps  the
  159.            receiver  tolerate  line noise by effectively telling it to
  160.            flush  its  input  buffer  in  preparation for the arriving
  161.            data.   A  common  performance  enhancement is to eliminate
  162.            the  extra  empty  packet if it falls "on the heels" of the
  163.            previous  data  packet;  it  would  be  redundant since the
  164.            receiver  will  have  just flushed its input buffer anyway.
  165.            KSP-SLIP  was  making  the  decision  to  insert  the empty
  166.            packet  or  not  by reading the line status register of the
  167.            UART  to  see if it was still transmitting.  Unfortunately,
  168.            reading  the this register also resets it, and thus screwed
  169.            up  the  interrupt  driven  serial communications routines.
  170.            The  new  code checks the output queue instead of the UART;
  171.            this  seems  to  virtually  eliminate several problems that
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                           WHAT'S NEW IN KSP SLIP
  179.  
  180.  
  181.            have  been  reported, such as a suspiciously high number of
  182.            bad  slip  packets,  corrupted  remote  IP  addresses,  and
  183.            stalled transfers.  
  184.  
  185.            New  Feature:  All  of  our  software  is now available via
  186.            anonymous   ftp   at   "scizzl.scu.edu",  directory  "ksp".
  187.            Please note that there is no "e" at the end of "scizzl".  
  188.  
  189.      2.1:  Enhancement:  Now sends out a dummy IP packet at startup to
  190.            correctly  record  the  IP  address  of  the  BBS  node  in
  191.            KSP-DVMX  (in  case  it  is being used).  See discussion in
  192.            WHATSNEW.DOC of KSP-DVMX, version 1.1.  
  193.  
  194.            Cleanup:  Replaced  "Returning  to PCBoard..." message with
  195.            the more universal "Returning to BBS...".  
  196.  
  197.      2.0:  Bug  Fix:  Would  crash  at startup if no packet driver was
  198.            found.  Corrected.  
  199.  
  200.            Enhancement:   Added   the  ability  to  override  Waterloo
  201.            TCP/IP's  automatic  search for the packet vector interrupt
  202.            by using an environment variable, as in: 
  203.  
  204.                    set ksp-pv=<number> 
  205.  
  206.            where  "<number>"  may  be  in decimal (e.g., "96"), in hex
  207.            preceded  by  "0x"  (e.g., "0x60"), or in octal preceded by
  208.            "0" (e.g., "0140").  
  209.  
  210.            Enhancement:  Added  information in the documentation about
  211.            a  packet  driver  shim  for  Novell with a Token-Ring_SNAP
  212.            network.  
  213.  
  214.            Enhancement:   Performance   problem   when  running  under
  215.            DESQview  with PKTMUX solved by creation of KSP-DVMX packet
  216.            multiplexer.   Available  as file KSPMUX*.ZIP, where "*" is
  217.            the version number.  
  218.  
  219.            Cleanup:  Edited documentation to remind user to make *.MSG
  220.            display  files read-only to avoid file sharing conflicts in
  221.            a multi-node system.  
  222.  
  223.      1.9:  New   Feature:  Now  DESQview  "aware"  to  provide  better
  224.            performance  in  a multitasking environment. (NOTE: Two KSP
  225.            SLIP  doors  running  simultaneously  on  one  machine will
  226.            experience  severe  performance degradation due to problems
  227.            in   PKTMUX;  we're  working  on  a  replacement  for  this
  228.            package.) 
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                           WHAT'S NEW IN KSP SLIP
  237.  
  238.  
  239.            New      Feature:      Added      configuration      option
  240.            "ksp-slip.local_bell"  which  can  be  set to "disabled" to
  241.            silence the bell on the BBS console.  
  242.  
  243.            New      Feature:      Added      configuration      option
  244.            "ksp-slip.local_screen"  which  can be set to "disabled" to
  245.            improve  screen  painting  speed  for the caller. (Does not
  246.            affect status displays.) 
  247.  
  248.            Enhancement:  Added  more  information to local BBS console
  249.            status  display,  including user name, location, total time
  250.            remaining,  idle  time  remaining, and IP address of remote
  251.            connection.  
  252.  
  253.            Enhancement:   Added  a  sample  script  file  for  Trumpet
  254.            Winsock  that  dials  the BBS, logs in, runs the SLIP door,
  255.            and  grabs  the IP address from the screen when STARTUP.MSG
  256.            is  displayed.   This  solves  the  caller's problem of not
  257.            knowing  which node (and thus which IP address) he will get
  258.            when calling in through a rotary.  
  259.  
  260.      1.8:  CleanUp:  Discovered  that  only the newest versions of the
  261.            Novell  packet  driver  shim  (ODIPKT)  allow  command line
  262.            parameters  to  be specified in hex; older versions require
  263.            that   they   be  specified  only  in  decimal.   Our  docs
  264.            describing  how to install ODIPKT have now been modified to
  265.            show  decimal  parameters  since  they  will  work  in  all
  266.            versions of ODIPKT.  
  267.  
  268.            CleanUp:  Moved  the  copyright  notice  so that it appears
  269.            before the startup message rather than after it.  
  270.  
  271.      1.7:  CleanUp:  Whoops!  The bug fix introduced in version 1.6 to
  272.            correct   the  status  display  bug  was  unfortunately  an
  273.            incomplete  fix.   If  the  "ksp-slip.status" configuration
  274.            parameter  was  not  used at all, the screen would still be
  275.            erased  and the packet counters displayed, but without ever
  276.            changing their values from zero.  Corrected.  
  277.  
  278.            Enhancement:  Documented the "include" directive that helps
  279.            when you have multiple nodes.  
  280.  
  281.            CleanUp:  Clarified  the description of the batch file used
  282.            to invoke the door.  
  283.  
  284.            BugFix:  If  no  WATTCP.CFG  environment variable was used,
  285.            there   was   a   chance  that  part  of  memory  might  be
  286.            corrupted.  Corrected.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.                           WHAT'S NEW IN KSP SLIP
  295.  
  296.  
  297.      1.6:  Bug  Fix: The status display packet counters were not being
  298.            updated  properly (all counts were output to the bad packet
  299.            count  field).   Monochrome  versus color monitor detection
  300.            was not working. Corrected.  
  301.  
  302.      1.5:  Enhancement:  Added a "ksp-slip.reserve_mins" configuration
  303.            parameter  so  that  the  user  has some BBS time remaining
  304.            even if time expires while in the door.  
  305.  
  306.      1.4:  Enhancement:   Fossil   drivers   do   not   support  break
  307.            detection.   Added  code  to  add that break detection when
  308.            used  with  fossil driver provided WATTCP.CFG file contains
  309.            a ksp-slip.serial_port configuration option.  
  310.  
  311.            Bug  Fix:  When  a  user  dropped carrier, KSP SLIP did not
  312.            necessarily  properly  unhook  the  serial  port  interrupt
  313.            routine.  Corrected.  
  314.  
  315.      1.3:  Bug  Fix:  Discovered  that Fossil support was not working.
  316.            Corrected.  
  317.  
  318.            Enhancement:   Users   may  now  send  a  break  signal  to
  319.            terminate the SLIP connection and return to the BBS.  
  320.  
  321.            Enhancement: Now checks for and requires 8N1 operation.  
  322.  
  323.            Enhancement:  Added ksp-slip.countdown configuration option
  324.            to  eliminate  the "press any key to begin" and nine-second
  325.            countdown at startup.  
  326.  
  327.      1.2:  Enhancement:  Replaced  local  console  "Whirly Gig" with a
  328.            continuously  updated  count  of  SLIP  packets.   Added  a
  329.            configuration  parameter  "ksp-slip.stats" to select output
  330.            method: ansi, bios, or direct.  
  331.  
  332.            New      Feature:     Added     configuration     parameter
  333.            "ksp-slip.serial_port".   If used, it overrides serial port
  334.            address  and  IRQ  values implied by "COMx" in DOOR.SYS and
  335.            is  provided  to  support  non-standard configurations that
  336.            don't use a fossil driver.  
  337.  
  338.      1.1:  Enhancement:  Added  a "Whirly Gig" on the local console to
  339.            indicate SLIP packet activity in progress.  
  340.  
  341.      1.0:  Initial release.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.