home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / k2ne603c.zip / CITGUIDE.ZIP / INCREM_6.001 next >
Text File  |  1991-10-20  |  5KB  |  81 lines

  1. 91Aug16  Released Version 5.20.  (VAQ)
  2. 91Aug25  Removed built-in terminal code and manual-dialer options.
  3.          This was done because this feature was suffering from
  4.          general disuse - if folks need a terminal they certainly
  5.          can do better than to use Citadel - plus it saves space!  (VAQ)
  6. 91Sep03  Abbreviated display for the ".RS" command.  Removed some
  7.          information that is really superfluous.  (VAQ)
  8. 91Oct12  Began work on adding FOSSIL compatibility for all Citadel
  9.          modem I/O routines.  Each Citadel:K2NE sysop will have to
  10.          obtain his/her FOSSIL independently.  According to all
  11.          available documentation, "all FOSSILs are created (essentially)
  12.          equally" so it **shouldn't** matter which one is used.  However,
  13.          this stuff was all tested using X00.SYS (Gwinn FOSSIL driver),
  14.          so I can only "vouch" for that one!  (VAQ)
  15. 91Oct17  Work completed on all FOSSIL routines.  Module LIBFOSSL.C
  16.          added to the CN library for CTDL.EXE and CONFG.EXE.
  17.          Function "interpret()" has been removed from Citadel since
  18.          it is now completely superfluous.  The FOSSIL now handles
  19.          ALL modem control and I/O functions.  (VAQ)
  20. 91Oct17  Modified Configurator to take #modemSetup and write it out
  21.          to INITLINE.SYS, and modified Citadel to look for INITLINE.SYS
  22.          at boot-time and grab the modem initialization string from it.
  23.          Configurator version bumped to 11.  Citadel:K2NE version
  24.          major-release series bumped to 6.  Beginning with Version 6.01,
  25.          the new (Version 11.1) configurator will be REQUIRED.
  26.          All "mini-interpreter" routines in CTDLCNFG.SYS should be
  27.          either removed or disabled (by indenting a space) except for
  28.          the "#alldone" line.  Configurator (V11.1) will check for
  29.          existence of an active FOSSIL driver and will NOT permit
  30.          Citadel to be configured until a FOSSIL is properly installed.
  31.  
  32.          NOTE:  The presence of a "#modemSetup" line in CTDLCNFG.SYS is
  33.                 absolutely essential.  If it is not there, you still will
  34.                 get a "Must have either #modemSetup or #INIT_PORT" note,
  35.                 and the configurator will bomb.  DO NOT USE #INIT_PORT.
  36.                 Citadel:K2NE now ignores it, will not look for it, and you
  37.                 will (subsequently) NOT generate an INITLINE.SYS file
  38.                 unless you have a "#modemSetup" specified.  The FOSSIL
  39.                 will be properly pointed at the COMport you specify with
  40.                 your #COM setting, and your modem will reset between
  41.                 calls (and between net calls and net sessions) at the
  42.                 baud-rate you specify in #SYSBAUD.  DO NOT ATTEMPT TO
  43.                 MANUALLY EDIT "INITLINE.SYS" - let the Configurator
  44.                 do it for you!
  45.  
  46.          NOTE:  The stand-alone CITANET.EXE (tm) networker has not yet been
  47.                 updated for FOSSIL compliance.  DO NOT attempt to use
  48.                 any Version 5.xx CITANET (tm) utility.  The CtdlTabl.Sys
  49.                 file used by a V5.xx CitaNet (tm) is NOT compatible with
  50.                 the Citadel:K2NE V6.xx CtdlTabl.Sys and hence, older
  51.                 CITANET.EXE programs will NOT RUN!  A new CitaNet (tm)
  52.                 utility will be released in the near future.  (VAQ)
  53.  
  54.                 ("CitaNet" and "CITANET.EXE" are registered trademarks
  55.                   of Vince Quaresima t/a K2NE Software.  All rights are
  56.                   reserved!)
  57. 91Oct20  Added optional configuration variable "#modemReset" for those who
  58.          need a bit more than "AT" sent to the modem as a "prod" after each
  59.          online session.  Syntax (in CTDLCNFG.SYS) is:
  60.  
  61.          #modemReset "AT etc etc etc etc"
  62.  
  63.          Assuming a Hayes command-set compatible modem, the string should
  64.          start off with "AT".  What follows can be anything you determine
  65.          that your modem should be "told" in order to reset it.  If this
  66.          parameter is not used in CTDLCNFG.SYS, then Citadel will assume
  67.          a reset-string of "AT" and will send this to your modem immediately
  68.          after dropping DTR at the end of each online session.  This should
  69.          hopefully make sure that your modem resets to your SysBaud value
  70.          in between each use.  (VAQ)
  71. 91Oct20  Added optional configuration variable "#DTR-DELAY" for those who
  72.          have modems which need a bit extra time to drop carrier when
  73.          DTR is pulled down.  If your modem seems to be having problems
  74.          resetting at the end of a call or between nodes during networking,
  75.          try adding "#DTR-DELAY n" to your CTDLCNFG.SYS file
  76.          (where n is any integer).  For example, "#DTR-DELAY 1" will add
  77.          about 20 milliseconds to the time the system will wait after pulling
  78.          DTR.  "2" would add about 40 milliseconds, "3" about 60 milliseconds,
  79.          and so forth. (VAQ)
  80.  
  81.