home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / k2ne603c.zip / CITGUIDE.ZIP / INCREM.006 < prev    next >
Text File  |  1989-10-26  |  10KB  |  154 lines

  1. 89Feb15  Door code changed.  Citadel now comes down with exitlevel
  2.          of FOUR (4) when user selects an active Door.  Main BBS
  3.          batch-file must contain "IF ERRORLEVEL 4 GOTO <label>"
  4.          to handle this.  The <label> section of the main batch
  5.          file should move to the \homeArea\DOOR directory and
  6.          then execute DOORNAME.BAT, which Citadel will create
  7.          in that directory prior to coming down.  Each Door
  8.          batch file must return to ROOTdir after finishing
  9.          the Door, then call the main BBS batch file with
  10.          a parameter of "+noinit".  This will cause Citadel
  11.          to come back up, skipping the modem initialization
  12.          section, and present the user with the BASEROOM
  13.          prompt and await a re-login.  Current UART baudrate
  14.          is passed via the file LASTUSER.SYS and is read by
  15.          Citadel during the NOINIT reboot.  The purpose of this
  16.          modification is to allow for more memory space during
  17.          Door operations. (VAQ)
  18. 89Feb17  Added command-line parameter "+olddoor" for those who
  19.          do not want to switch their door-handling methods to
  20.          the new wiz-bang method!  This is probably just a
  21.          temporary patch. (VAQ)
  22. 89Feb20  Added command-line parameter "+doors" which brings
  23.          Citadel back up with NOINIT and also sets flags
  24.          for kludgey reset at end of current online session. (VAQ)
  25. 89Feb22  Added command-line parameter "doormin=" to allow sysops
  26.          to set the per-use time limit for those doors and door
  27.          utilities controlled by DORINFO1.DEF instead of using
  28.          a hardcoded time parameter in Citadel itself. (VAQ)
  29. 89Mar10  Added support for reading ZIPfile directories. (VAQ)
  30. 89Mar12  Added support for selectively downloading members of
  31.          ZIPfiles using Ymodem or Zmodem.  Activating this
  32.          facility is done by placing a file called UNZIP.SYS
  33.          in the RoomArea directory (where DEARC.SYS already
  34.          should reside) and putting the name of the "unZip"
  35.          utility in that file.  Also, copy of Zip utility
  36.          and Arc utility must reside in ROOT as "zipper.exe"
  37.          and "archiver.exe" respectively.  Facilities have
  38.          been tested using PKZIP.EXE as "zipper.exe" and
  39.          PKARC.EXE as "archiver.exe."  Others *may work but
  40.          these two are *known to work.  (VAQ)
  41. 89Mar12  Removed internal code for reading ARC directories
  42.          and replaced it with a shell to "archiver.exe".
  43.          This adds no memory overhead and reduced executable
  44.          file size by about 1K in CTDL.EXE. (VAQ)
  45. 89Mar18  Disabled "General Maintenance" sysop command from the
  46.          public runtime code.  In view of the function-key
  47.          facilities supported, it was a superfluous command.  (VAQ)
  48. 89Mar19  Released Citadel:K2NE V4.06  (VAQ)
  49. 89Mar20  Time-slicing code written to make Citadel a bit easier
  50.          to run under "multi-tasking" shells such as DesqView
  51.          and DoubleDos.  (BBR)
  52. 89Mar21  Last caller to system, last caller's connect-speed and
  53.          current status of Mail> flag pulled into CtdlTabl.Sys
  54.          file.  LASTUSER.SYS no longer needed.  Code pulled.  (BBR)
  55. <><><><><><><><> Start MAJOR VERSION 5.0 at this point <><><><><><><><><>
  56. 89Mar24  Encryption routines disabled and utility UNCRYPT.EXE written to
  57.          decrypt files on an encrypted Citadel in order to convert
  58.          to the "cleartext" version.  To compile without encryption
  59.          use "-DNO_CRYPT" at compile-time.  (BBR)
  60. 89Mar27  Command ".RC" [read contents-of-packed-file] written to
  61.          replace .RAD and .RZD command sequences.  Requires the
  62.          use of public domain utility IFL.COM to read ZIP and
  63.          ARC file contents from shell.  (VAQ)
  64. 89Apr02  Minor bugs repaired!  (VAQ)
  65. 89Apr03  Net_Switch headers suppressed except during mail routing
  66.          functions, in accordance with the Joint Policy Statement
  67.          and Agreement between Citadel:K2NE and STadel development
  68.          groups.  (VAQ)
  69. 89Apr05  Citadel:K2NE Ver. 5.0 released.  (VAQ)
  70. 89Apr12  Minor bug-swatting!  Maintenance upgrade of Ver. 5.0
  71.          released.  Also, some cosmetic changes to the reporting
  72.          "style" in NETLOG file.  (VAQ)
  73. 89Apr22  Code added to show previous caller's name to current
  74.          caller at login.  (VAQ)
  75. 89May28  Code added to display FIDODAY.HLP at login if present.
  76.          Intent is to allow sysop to show the FIDOnet daily
  77.          message summaries for active FIDO conferences.   Note
  78.          that FIDOnet is NOT directly supported by Citadel, but
  79.          must be utilized as a Door.  (VAQ)
  80. 89May29  Aide callers are given a "user level" of 5 for purposes
  81.          of Doors such as SmlNet which support such things.  All
  82.          other logged-in callers have a "level" of 2.  (VAQ)
  83. 89Jun25  Version 5.01 released.  (VAQ)
  84. 89Jun25  COLOR= and STATUS= added as command-line options to set
  85.          screen (background/foreground) and statusline colors.
  86.          This replaces the usage of the DOS environment to handle
  87.          this stuff.  See any good DOS reference guide for color
  88.          code numbers (or just play with it until you find a
  89.          combination that you like).  Supports MDA, CGA, EGA
  90.          and VGA monitor/card combinations.  (VAQ)
  91. 89Jul01  Screen FOREground color can now be incrmentally selected
  92.          by use of F8.  Similary, screen BACKground color can be
  93.          selected by F7.  If Citadel is restarted it will take the
  94.          screen Fore/background colors from the settings of COLOR
  95.          and STATUS in the batchfile (if any), defaulting to (0,0).  (VAQ)
  96. 89Jul03  Added support for handling "*.LZH" files of the type created
  97.          by the Japanese file-archiving utility LHARC.EXE.  System
  98.          now handles these in the same manner as *.ARC or *.ZIP files.
  99.          Needed a new command, so ".RH" was utilized for "read LHARC..."
  100.          options.  (VAQ)
  101. 89Jul05  Version upgraded to Version 5.02 for internal purposes.  (VAQ)
  102. 89Jul09  Net stabilization during AnytimeNet Receive streamlined by
  103.          passing through the previously-determined baudrate of the
  104.          incoming call.  Increment Net Version to 1.11.05 reflecting
  105.          this enhancement.  Compatibility with older versions not
  106.          diminished in any way.  Change is in SYSDEP1.C.  (VAQ)
  107. 89Jul15  Added "+fast" command-line option.  This will speed up sending
  108.          command strings to the modem.  If the modem can handle these
  109.          speeds, it saves 5 to 10 seconds during system startup and at
  110.          networking time.  Works with Avatex-2400 series and probably
  111.          most non-Hayes "Hayes compatibles".  For some odd reason, not
  112.          all "real Hayes" modems can do this!  (VAQ)
  113. 89Jul22  Door-use privileges can now be linked to a user's possession
  114.          of network privileges.  If you need this on your system to
  115.          block a "door hog" you must compile the entire BBS using
  116.          "-DTWIT" to define the "TWIT" variable in your makefile for
  117.          CTDL.EXE.  When the code is compiled in this manner, a user
  118.          will not be permitted access to any doors unless the user
  119.          has network privs.  This has not been tested for "non-networking"
  120.          node option.  Don't know if it works if you set up your Citadel
  121.          as a non-networking system.  (VAQ)
  122. 89Jul24  Temporarily using the "`" key to display the network log from
  123.          the "waiting for call" mode.  This will soon change to a function
  124.          key.  (VAQ)
  125. 89Jul25  Linking of Door privs to Net privs is now done via command-line
  126.          parameter "linkprivs" rather than method noted on 89Jul22.  (VAQ)
  127. 89Jul26  Citadel will now track the number of messages created by a user
  128.          during a logged session and post it to the CALLLOG.SYS file at
  129.          logout.  (VAQ)
  130. 89Sep03  F9 key is now used to read the network log from the console
  131.          while system is waiting for incoming calls.  (VAQ)
  132. 89Sep03  RELEASE of Citadel:K2NE Version 5.03 for public use.  (VAQ)
  133. 89Sep12  System will now display SPECIAL.HLP at login if it exists.  (VAQ)
  134. 89Sep24  System will no longer look for DAYNOTES.BLB, FIDODAY.HLP or
  135.          SPECIAL.HLP at login.  Instead, system looks for up to five
  136.          ASCII files (named LOGTEXT.001 thru LOGTEXT.005) and displays
  137.          them at login if they exist (search/display is numerically
  138.          ordered by the file extension).  (VAQ)
  139. 89Oct19  System will no longer prompt for #Nulls at new user login.
  140.          Default set to 0 for nulls.  Leave it up to the user to
  141.          set it using ".ec".  (VAQ)
  142. 89Oct19  Added ".EL" (.enter local-only-message) command.  (VAQ)
  143. 89Oct21  Modified CHAT to ignore unlogged callers.  (VAQ)
  144. 89Oct24  Added "<L>ocal-only Save Message" at "Entry Cmd:" prompt.  (VAQ)
  145. 89Oct24  Added Door-privilege toggle to Sysop command set.  New users
  146.          default to HAVING door privs when new account is created.  (VAQ)
  147. 89Oct24  Started work on using "logBuf.lbflags.lflag3" to handle
  148.          flag for user's Door graphics level.  (VAQ)
  149. 89Oct25  Minor hack to show Door privs instead of linefeed status for
  150.          the ".aqu" command.  (VAQ)
  151. 89Oct26  Added command-line param "nodoors" for sysops who want new users
  152.          to default to NO door privs.  Leave this param out, and new
  153.          accounts will HAVE door privs.  (VAQ)
  154.