home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / citadel / k2ne603c.zip / CITGUIDE.ZIP / INCREM.002 < prev    next >
Text File  |  1988-10-09  |  7KB  |  104 lines

  1. 88Aug17: Force Citadel to spell-out "windowed" if user selects windowed
  2.          xmodem protocol for up/down-loading. (VAQ)
  3. 88Aug17: Completed hack using mini-Interpreter for ctdlcnfg.sys to send
  4.          AT[return] and then the modem init string at completion of
  5.          each call, including net calls.  Seems to work fine with the
  6.          Avatex 2400 external modem, and resets modem to 2400bps after
  7.          hangup of modem, even for net calls. (VAQ)
  8. 88Aug17: Completed additions/corrections to source code to clean up
  9.          problems in the auto-baudrate-detection routines.  This was
  10.          using Fountain PC/XT-Turbo with Multifunction card
  11.          and Avatex 2400 external.  Also tested at 1200bps using the
  12.          Columbia PC with its modem port and Avatex 1200HC external.
  13.          Also tested at 2400bps installed at "Outside the Asylum" node
  14.          running the Supra 2400bps external modem.  (AB and VAQ)
  15. 88Aug18: runHangup() function added to CTRL-L 'R' [in CTDL.C]
  16.          to force flush of modem input buffer when re-initializing
  17.          the modem.  Should be done whenever chatmode is used to
  18.          out-dial. (VAQ)
  19. 88Aug18: Modified the screen message and modem message for system
  20.          crashes - took out the "leave mail on Test Sys" to help
  21.          keep things straight!  Also, simulated DOS prompt to user
  22.          on crash exit. (VAQ)
  23. <><><><><><><><><> Beginning of Ver. 3.09.08:K2NE <><><><><><><><><><><><>
  24. 88Aug20: Changed report on Buffers to simply report number of characters
  25.          in the RS232 in_buffer at carrier detect. (VAQ)
  26. 88Aug21: Add "M" and ".M" to bring user directly to Mail>. (VAQ)
  27. 88Aug22: Phone library and dialing utility functions created and merged
  28.          with CTDL.EXE, with new files {ABPHONE.C, WIN.C, KEYS.H, WIN.H}
  29.      callable from the Sysop Options menu. (AB)
  30. 88Aug22: Phone library deactivated from main system unless "+phone" is
  31.          used as command-line parameter when running CTDL. (VAQ)
  32. 88Aug24: Display availability of Phone library at bootup and between
  33.          user calls. (VAQ)
  34. 88Aug24: Moved netReader() and logReader() into AB.C. (VAQ)
  35. 88Aug24: Created ".AB" command combining effects of ".ADS" and
  36.          ".ADN" which may eventually disappear. (VAQ)
  37. 88Aug25: Moved status bar to bottom of screen.  Also, added name of
  38.          last logged-in user as part of the ".RS" report.  Slightly
  39.          modified the format of the lead-in screen when no BANNER.BLB
  40.          is present - this was needed to keep AnytimeNet Receive
  41.          screwed on tightly. (VAQ and AB)
  42. 88Aug26: First draft of Doors conceived. (AAB and VAQ)
  43. <><><><><><><><><> Beginning of Ver. 4.01:K2NE <><><><><><><><><><><><><><>
  44. 88Aug26: Door Utility written as ABDOOR.C; Door batchfiles written;
  45.          TSR carrier-detect problem solved; Doors installed at
  46.          Jersey Devil for testing. (AAB and VAQ)
  47. 88Aug27: Doors installed at Alternative Reality for testing. (AAB)
  48. 88Aug27: Added "W" (Who ELSE is here?) to print userlist. (VAQ)
  49. 88Aug28: "W" command modified - only works if logged in. (VAQ)
  50. 88Aug28: New Doors interfacing code written, installed, debugged. (AAB)
  51. 88Aug29: Extra linefeed "problem" while in a door determined to be
  52.          dependent on the user terminal and not the door or Citadel. (VAQ)
  53. 88Sep01: Extensions to the ".k" command to permit displaying known
  54.          rooms by type (directory, private, anonymous, forgotten,
  55.          networked, and by user-provided match-string. (AAB)
  56. 88Sep02: ".k" code patched to show "knownopt.mnu" menu file to user
  57.          if user selects "?".  Also, cosmetic improvements to the
  58.          ".kr" option. (VAQ)
  59. 88Sep03: "QuickNet" code written and debugged (mostly!).  Sysop can
  60.          force Anytime-Net session from CTRL-L menu by selecting
  61.          option "Q" (QuickNet) -- only from local sysConsole, and
  62.          should NOT be logged-in.  If sysop is logged in, Citadel
  63.          will treat it as a ".TA" session since QuickNet will return
  64.          to MODEM/no-user mode after net is done.  This option only
  65.          polls nodes that are in your Anytime Net net# (and presumably
  66.          you should have only one such net type).  If no work needs to
  67.          be done, no net session occurs. (VAQ)
  68. 88Sep05  Removed a nasty bug in the QuickNet routines. (VAQ)
  69. 88Sep08  Some cosmetic modification done in order to reduce
  70.          executable code size. (BR)
  71. 88Sep09  SEEMAIL routines made optional to the compiler by #IFNDEF
  72.          directives. (BR)
  73. 88Sep10  Zenith-specific files and routines made optional via
  74.          #IFDEF directives.  Code can now be compiled for true PC
  75.          compatables without the CITZEN module. (BR)
  76. 88Sep10  Sysop can exit the networker in between net calls by
  77.          using ESC key.  Option "I" removed from Sysop menu. (BR)
  78. 88Sep11  Opening screen cleaned up so initial scroll-bar looks
  79.          more organized for Herc monographics systems. (VAQ)
  80. 88Sep14  #ifdef MSG_FINDER added to disable CTRL L "Y" feature
  81.          unless selected by compiler preprocessor or by defining
  82.          MSG_FINDER in the MAKEfile. (VAQ)
  83. 88Sep14  Added SPACEBAR as acceptable user input to <P>ause
  84.          system type-out. (VAQ)
  85. 88Sep17  #ifdef and #ifndef HUE_STYLE added (CTDL.C).  This makes the
  86.          new-style Video (inverse video status bar in place of
  87.          username above room-prompt etc.) the default when
  88.          compiling.  To do it Twin-Cities style, define HUE_STYLE
  89.          in the MAKEfile prior to compiling. (VAQ)
  90. 88Sep17  Replaced hardcoded message with file "holdbuff.blb" in
  91.          #HELPAREA directory to tell user there is a message in
  92.          his holding buffer at login. (VAQ)
  93. 88Sep19  Changed format of net roster to present "need to call" status
  94.          and "disabled" status in more readable format. (VAQ)
  95. 88Sep23  Fixed bug in AB.C that could crash system if user attempted
  96.          to view node list by pressing "?" after ".EN" in the
  97.          mail room.  We now check for existence of NETPATH.SYS
  98.          and if not present, return from function cleanly. (VAQ)
  99. 88Sep24  Optional compile of Debug switch in CTDL.C using
  100.          "#ifdef DEVELOP_VERSION" which also optionalizes other
  101.          code involving reporting Debug status to console/modem. (VAQ)
  102. 88Sep26  Modified code so that unlogged users can always read in
  103.          LOBBY (baseroom) regardless of setting of READOK. (VAQ)
  104. 88Oct03  Released Ver 4.01 (AB, VAQ, BR)