home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / k2ne603c.zip / CITGUIDE.ZIP / INCREM.008 < prev    next >
Text File  |  1990-02-11  |  6KB  |  88 lines

  1. 89Dec10  Modified code used to read the table-of-contents ("TOC") of
  2.          archived files so that the ".RC" command will now handle files
  3.          of type LZH, ARC, PAK and ZIP.  Beginning with distribution of
  4.          this version (5.06), sysops MUST use the new "TOC_READ.COM"
  5.          utility which accompanies this release.  It must be in the same
  6.          directory where "IFL.COM" formerly resided.  In keeping with this
  7.          change, the command sequence ".RHD", which formerly handled the
  8.          special case of LZH file content reading, is gone.  (VAQ)
  9. 89Dec21  Unlogged caller is now assumed to be using an 80 column terminal.
  10.          While it may have once been valid to allow for 40 column users
  11.          prior to login, most folks are gravitating toward machines that
  12.          use 80 column displays - and besides, once they are logged in
  13.          they can customize this!  SYSOPS TAKE NOTE - you should remove
  14.          the "unlog=xx" parameter from your CTDL batch files.  If you
  15.          don't, then you will get a false "crash message" in your Aide
  16.          room every time you boot Citadel.  (VAQ)
  17. 89Dec27  Cleaned up and debugged code for LOCK parameter.  See notes in
  18.          INCREM.007 for complete description of the LOCK parameter.  (VAQ)
  19. 89Dec27  Added PRIVATE parameter.  This has all the attributes of the LOCK
  20.          parameter plus if used, when a user presses ENTER to attempt
  21.          to apply for a new account, the system will type
  22.          PRIVATE.BLB (if present) and then drop carrier.  This is for
  23.          those sysops whose circumstance dictates the "ultimate
  24.          siege mode" Citadel.  (VAQ)
  25. 89Dec31  Added code to support "Pause/Enter" while reading messages in
  26.          all rooms except Mail>.  If a user pauses the display, then
  27.          presses E to resume, at the end of the current message the user
  28.          will be brought to the message editor.  After either saving or
  29.          holding the message, the user will then resume by re-reading the
  30.          message from which he interrupted the sequence.  During this
  31.          sequence of events, the user's hold-message buffer acts in a
  32.          cumulative way, so that the user can "build up" his replies to
  33.          messages as he goes through the room, "holding" each reply (which
  34.          will be appended to previously held replies) until he is at the
  35.          end of the room, or until he saves the message he has been building.
  36.          In a netted room, the new message will default as a NON-NET message,
  37.          but the user will get the "Save as networked message <Y/N>?"
  38.          prompt which will give him the chance to net the message if he
  39.          so desires.  (VAQ)
  40. 89Dec31  Modified Pause/Enter to break current message immediately
  41.          rather than waiting until end.  Also, added code for Pause/REVERSE
  42.          to change direction of message flow while reading.  (VAQ)
  43. <><><><><><> "Official" release of V5.06 at this point <><><><><><><>
  44. 90Jan06  Removed ".RC" command and replaced it with "V" (View contents...)
  45.          for reading archived file directories.  Saves keystrokes!  (VAQ)
  46. 90Jan06  Tweaked networker for BinkleyTerm compatibility.  (VAQ)
  47. 90Jan08  System will check for WARNING.BLB immediately after sending the
  48.          hard-coded message which warns a user that a timed-event will
  49.          occur in five minutes.  If the user is still online when the
  50.          pre-emptive event is scheduled to happen, the system will
  51.          check for SCHEDULE.BLB prior to sending the hard-coded
  52.          disconnect message.  (VAQ)
  53. 90Jan11  Total cleanup of code handling LOCK and PRIVATE parameters.
  54.          This should work without problems (finally!).  Also, the
  55.          use of LOCK or PRIVATE parameters OVER-RIDES the setting
  56.          of the LOGINOK switch in CTDLCNFG.SYS.  However, if you
  57.          have LOGINOK set to 1, a user who logs in WILL be able to
  58.          create a new account by using .Terminate-Stay and then
  59.          logging in as a "new" user.  This could also be done by a
  60.          valid user upon his return from a Door.  If this creates problems
  61.          down the line, it will be changed to force ".TS" (and the
  62.          door-handling functions) to cycle to the secure-login code
  63.          rather than what is presently done.  (VAQ)
  64. 90Jan15  Added parameter NETONLY which allows running the BBS in
  65.          network-only mode.  Incoming and outgoing net calls will be
  66.          processed in the usual manner.  Normal callers will be
  67.          disconnected - system will type-out ONLYNET.BLB if it exists.  (VAQ)
  68. 90Jan15  New command: ".AN" [.Aide Network-trigger].  Only active for
  69.          Aide-user who knows (and has accessed) the Remote Sysop password.
  70.          Once invoked, Citadel will attempt an "anytime-net" out-dial
  71.          session (if work is pending) as soon as the system has "cycled
  72.          around" after current call termination.  (VAQ)
  73. 90Jan17  Code added to support selective downloading from within ZOO archives.
  74.          Command sequence is ".RpC[var]" (.read {protocol} compressed/ZOOfile-
  75.          [files]" which is similar in every way to selective downloading from
  76.          ARC, PAK, ZIP or LHARC file-archives.  Please note:  selective
  77.          downloading using a protocol is restricted to BATCH protocols, which
  78.          is rather dependent on your choice of transfer drivers.  DSZ, for
  79.          example, only handles this cleanly with YmodemBATCH and Zmodem.  This
  80.          is not seen as a tremendous handicap since anyone with the
  81.          sophistication to handle ZOO archives undoubtedly can handle a
  82.          batch protocol!  In order to activate this facility for your
  83.          installation, create a file called UNZOO.SYS containing ONE LINE
  84.          ONLY, and on this line put the name of your "unzoo" utility.  I am
  85.          using OOZ.EXE, which works just fine for me.  Naturally, UNZOO.SYS
  86.          goes in the same directory containing DEARC.SYS, UNZIP.SYS and
  87.          UNLHARC.SYS.  (VAQ)
  88. <><><><><><> "Official" release of V5.07 at this point <><><><><><><>