home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / CNAV_320.ZIP / CNAV.HST < prev    next >
Encoding:
Text File  |  1994-07-11  |  14.2 KB  |  283 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ [CNAV]                Custom Node Activity Viewer PPE                [CNAV] │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.         Custom Node Activity Viewer PPE (c) 1993-94 by Midnight Slasher
  5.                         Version: 3.20 Modified / Freeware
  6.                                    - 07/11/94 -
  7. ───────────────────────────────────────────────────────────────────────────────
  8. ───────────────────────────────────────────────────────────────────────────────
  9.                                                               <mslasher@io.org>
  10.  
  11. ───────────────────────────────────────────────────────────────────────────────
  12. [ VERSION HISTORY ] ···························································
  13. ───────────────────────────────────────────────────────────────────────────────
  14.  
  15. ┌─┐────────────────────────────────────────────────────────────────────────────
  16. │-│ Version 3.20 ······························································
  17. │-│────────────────────────────────────────────────────────────────────────────
  18. │-│
  19. │-│ Changed:  Output speed was really getting to everyone.  Advantage has
  20. │-│           been taken over ANSI routines mixed with PCBoard's internal
  21. │-│           color codes!
  22. │-│
  23. │-│ Changed:  Time was being reported incorrectly!  Now fixed.
  24. │-│
  25. └─┘────────────────────────────────────────────────────────────────────────────
  26.  
  27. ┌─┐────────────────────────────────────────────────────────────────────────────
  28. │-│ Version 3.10 ···[ Modified by Liquid Plumber ]·····························
  29. │-│────────────────────────────────────────────────────────────────────────────
  30. │-│
  31. │-│ Added:    PCBoard Internal Protocol Support!  Now it will show what's 
  32. │-│           already been transfered even if it's built in, like Ymodem,
  33. │-│           Ymodem-G, Xmodem, etc.
  34. │-│
  35. └─┘────────────────────────────────────────────────────────────────────────────
  36.  
  37. ┌─┐────────────────────────────────────────────────────────────────────────────
  38. │-│ Version 3.00 ······························································
  39. │-│────────────────────────────────────────────────────────────────────────────
  40. │-│
  41. │-│ Added:    Active Mode!  This mode is an auto-updating interactive mode.
  42. │-│           If the user chooses Active Mode (or you set it up as the default)
  43. │-│           this program will display all active nodes as you have configured
  44. │-│           them and then allow the user to input a Node Number so they can
  45. │-│           view the extended information for that node only.  This includes
  46. │-│           all the file transfer information of a 'Verbose View' if the
  47. │-│           node is transferring files, as well as a short status screen
  48. │-│           (fully configurable if so desired = CNAV.STA) that will allow the
  49. │-│           user to view the user account stats of other online users.
  50. │-│
  51. │-│           During this process, the nodes are constantly being monitored.
  52. │-│           If a node changes activity, the display will be real-time
  53. │-│           auto-updated.
  54. │-│
  55. │-│           You can not have more than 18 nodes if you wish to make use
  56. │-│           of this mode (can't fit more than that on a screen!).
  57. │-│
  58. │-│           I've been playing with this mode since version 2.00, but never
  59. │-│           got around to implimenting it in the standard code.
  60. │-│
  61. │-│ Added:    Two command line parameters to accomodate Active Mode:
  62. │-│
  63. │-│           /ACTIVE = Force Active Mode
  64. │-│           /DEF=A  = Ask user which mode to view / default to Active Mode
  65. │-│
  66. │-│ Added:    CNAV.ACT File.  Allows you to configure the activity line for
  67. │-│           most of the supported node activities.  Color codes supported.
  68. │-│           Maximum of 38 uncolorized characters for each line. Delete
  69. │-│           this file if you want to use the defaults (faster loading).
  70. │-│
  71. │-│ Changed:  Since the overall display speed of the transferring files
  72. │-│           display was increased in v2.95, I decided to speed up the
  73. │-│           reading of Queued files.  It is now noticably MUCH faster.
  74. │-│
  75. │-│ Changed:  If you do not specify a forced mode (via a /??? command line
  76. │-│           parameter) or force a /DEF=? parameter, the mode question asked
  77. │-│           of the user is now hotkey activated and only accepts input
  78. │-│           for available modes.
  79. │-│
  80. │-│ Added:    An online help file (CNAV.HLP) to explain the available modes
  81. │-│           to the user, providing you allow the user to choose the view
  82. │-│           mode (ie: do not force a certain mode with a command line
  83. │-│           parameter).
  84. │-│
  85. │-│ Added:    Node view support for all nodes.  For example, if you are on
  86. │-│           node 3, and the user on node 1 is viewing nodes with CNAV, the
  87. │-│           activity line for node 1 will indicate the usage of CNAV.
  88. │-│
  89. │-│           * Please refer to the DOCs for complete information, setup *
  90. │-│           * instructions and configurable options.  Much has changed *
  91. │-│           * or been added,  so it would be in  your best interest to *
  92. │-│           * take a gander at them!                                   *
  93. │-│
  94. └─┘────────────────────────────────────────────────────────────────────────────
  95.  
  96. ┌─┐────────────────────────────────────────────────────────────────────────────
  97. │-│ Version 2.95 ······························································
  98. │-│────────────────────────────────────────────────────────────────────────────
  99. │-│
  100. │-│ Changed:  Tweaked the procedure that reads/outputs the transferring files.
  101. │-│           CNAV was originally a combination of 3 old PPEs I wrote when PPL
  102. │-│           first came out.  Revamping this procedure has resulted in an
  103. │-│           approximate 60% increase in speed when reading/outputting
  104. │-│           transferring files in CNAV Verbose Mode.  (Something I've wanted
  105. │-│           to do for a while now :) )
  106. │-│
  107. │-│ Added:    Ability to customize the 'Activity String' for <Open Node>'s.
  108. │-│           This allows you to insert node telephone numbers/modem types, etc
  109. │-│           into this line so people can view them when doing a node display
  110. │-│           and <Open Node>'s are available.  This is configurable in the
  111. │-│           CNAV.DAT file.
  112. │-│
  113. │-│ Added:    An optional CNAV.OPT file.  This option file allows you to toggle
  114. │-│           the display of <Open Nodes> and <Closed Nodes> with a Y/N toggle.
  115. │-│           More options will be added to this file in the future.
  116. │-│
  117. │-│ Added:    An optional CNAV.EXC file.  This file allows you to insert
  118. │-│           user names (one to a line) that will be excluded from the node
  119. │-│           display.
  120. │-│
  121. │-│ Added:    Connect Speed now includes an "E" if the user has established
  122. │-│           an error correcting session.
  123. │-│
  124. │-│ Changed:  Lowered the memory requirement by atleast 6k. Wow. Bet it will
  125. │-│           go back up in the next version. :)
  126. │-│
  127. └─┘────────────────────────────────────────────────────────────────────────────
  128.  
  129. ┌─┐────────────────────────────────────────────────────────────────────────────
  130. │-│ Version 2.90 ······························································
  131. │-│────────────────────────────────────────────────────────────────────────────
  132. │-│
  133. │-│ Squashed: Mode Question using the wrong color for the default answer.
  134. │-│
  135. │-│ Squashed: Mode Question allowing more than one character input answers.
  136. │-│
  137. │-│ Added:    Stripping of the "@" character from the User City field to
  138. │-│           prevent the usage/display of PCBoard Macro codes.
  139. │-│
  140. │-│ Added:    Tiny Mode. Will display only one line of information for each
  141. │-│           node.  Useful for people who want the minimal amount of info,
  142. │-│           or for systems that have large amounts of nodes (10+)
  143. │-│
  144. │-│           Command Line Parameters:
  145. │-│           /TINY    = Will force Tiny Mode
  146. │-│           /DEF=T   = Will ask the user which mode he wants to see, and will
  147. │-│                      default to Tiny Mode.
  148. │-│
  149. │-│ Changed:  Question now includes 'Tiny Option'
  150. │-│
  151. │-│           example: [T]iny, [B]rief or [V]erbose Node Display? (v)
  152. │-│
  153. │-│ Added:    CNAV.COL is now the file that allows color configurability to
  154. │-│           the program while CNAV.DAT stays as the main configuration file
  155. │-│           for the nodes and path setup.
  156. │-│
  157. │-│           The T/B/V question is now seperatly color configurable.
  158. │-│
  159. │-│           The Border/Outline is now one standard color and is configurable.
  160. │-│
  161. └─┘────────────────────────────────────────────────────────────────────────────
  162.  
  163. ┌─┐────────────────────────────────────────────────────────────────────────────
  164. │-│ Version 2.80 ······························································
  165. │-│────────────────────────────────────────────────────────────────────────────
  166. │-│
  167. │-│ Added:    A brief mode to only show who is online and their activity, and
  168. │-│           not any file transfer information (Files being transferred).
  169. │-│
  170. │-│           (Some boards have many nodes, and if all are transferring large
  171. │-│           batches of files,  the display could  become too  large  for  a
  172. │-│           person who generally just wanted to see who is online)
  173. │-│
  174. │-│ Added:    Command Line Parameters:
  175. │-│           /BRIEF   = Force Brief Mode (Do not display transferring files)
  176. │-│           /VERBOSE = Force Verbose Mode  (Same display as past versions)
  177. │-│           /DEF=B   = Ask user which mode he wants. Defaults to BRIEF mode.
  178. │-│           /DEF=V   = Ask user which mode he wants. Defaults to VERBOSE.
  179. │-│
  180. │-│           (the default is now a /DEF=V)
  181. │-│
  182. │-│           example: [B]rief or [V]erbose Node Display? (v)
  183. │-│
  184. │-│           (Node ## and Node Bracket colors are the colors used to display
  185. │-│            this prompt)
  186. │-│
  187. │-│ Added:    Open Nodes now display the time at which they went idle (ie:
  188. │-│           the time the last caller on that node logged off)
  189. │-│
  190. └─┘────────────────────────────────────────────────────────────────────────────
  191.  
  192. ┌─┐────────────────────────────────────────────────────────────────────────────
  193. │-│ Version 2.70 ······························································
  194. │-│────────────────────────────────────────────────────────────────────────────
  195. │-│
  196. │-│ Removed:  Any and all previous command line parameters.
  197. │-│
  198. │-│ Added:    File Size information of Queue'd and Transferring Files (instead
  199. │-│           of '[Hold]'.
  200. │-│
  201. │-│ Added:    More frequent checks to see if the user aborts the display.
  202. │-│           Program termination upon abort is immediate.
  203. │-│
  204. └─┘────────────────────────────────────────────────────────────────────────────
  205.  
  206. ┌─┐────────────────────────────────────────────────────────────────────────────
  207. │-│ Version 2.60 ······························································
  208. │-│────────────────────────────────────────────────────────────────────────────
  209. │-│
  210. │-│ Added:    Time display at end of program.  Allows users to  compare login
  211. │-│           times  of other  online users  with  the  current  system  time
  212. │-│           (helpful for callers from other time zones)
  213. │-│
  214. │-│ Added:    3 Digit Security Level Display for any online users
  215. │-│
  216. │-│ Removed:  CPS and ERROR reporting on file transfers. Since connect speeds
  217. │-│           are already reported,  and  large  transfers could take a while
  218. │-│           to display, I've  removed  these two pieces  of information  to
  219. │-│           benefit overall file reading and display speed.
  220. │-│
  221. │-│ Added:    Numbering of transferred / transferring files.  Added 1 line to
  222. │-│           the configuration file to allow for color configuration of file
  223. │-│           numbers.
  224. │-│
  225. │-│ Changed:  File size is now reported in KiloBytes with proper commas to
  226. │-│           increase human readability.
  227. │-│
  228. └─┘────────────────────────────────────────────────────────────────────────────
  229.  
  230. ┌─┐────────────────────────────────────────────────────────────────────────────
  231. │-│ Version 2.50 ······························································
  232. │-│────────────────────────────────────────────────────────────────────────────
  233. │-│
  234. │-│ Added:    Modifications from v2.10-v2.40
  235. │-│
  236. │-│ Added:    Reporting of Modem Connect Speed & Locked Port Speed
  237. │-│
  238. │-│ Added:    Reporting of Modem Connect Time (User Login Time)
  239. │-│
  240. │-│ Changed:  Procedure that reads the DSZ.LOG file  and  the  download batch
  241. │-│           queue to reduce the possibility of share violations
  242. │-│
  243. │-│ Changed:  Display output to allow for Modem Connect Information
  244. │-│
  245. │-│ Changed:  CNAV.DAT file color configuration had to be  updated to reflect
  246. │-│           the design changes
  247. │-│
  248. └─┘────────────────────────────────────────────────────────────────────────────
  249.  
  250. ┌─┐────────────────────────────────────────────────────────────────────────────
  251. │-│ Version 2.00 ······························································
  252. │-│────────────────────────────────────────────────────────────────────────────
  253. │-│
  254. │-│ Changed:  Compiled with PPLC v2.0 to allow for following functions
  255. │-│
  256. │-│ Added:    Support for displaying a user's download queue, this includes:
  257. │-│            o D/L files currently being transferred with HSLink
  258. │-│            o D/L files currently being transferred with DSZ/GSZ
  259. │-│            o D/L files *to be* transferred with HSLink
  260. │-│            o D/L files in a user's batch with ZModem
  261. │-│            o D/L files in a user's batch with an internal protocol
  262. │-│
  263. │-│ Added:    Support for VERIFY log entries
  264. │-│
  265. │-│ Squashed: Bug that did not handle paths with "/" instead of "\"
  266. │-│
  267. │-│ Squashed: Bug that would report [Error!] on ZModem Transfers
  268. │-│
  269. │-│ Changed:  Transfer Direction display is displayed on the far left of
  270. │-│           the screen beside the Filename information.
  271. │-│
  272. │-│ Squashed: Incorrect handling of ZMSend/ZMRecv log files
  273. │-│
  274. └─┘────────────────────────────────────────────────────────────────────────────
  275.  
  276. ┌─┐────────────────────────────────────────────────────────────────────────────
  277. │-│ Version 1.00 ······························································
  278. │-│────────────────────────────────────────────────────────────────────────────
  279. │-│
  280. │-│ Initial Release (Compiled with PPLC v1.0)
  281. │-│
  282. └─┘────────────────────────────────────────────────────────────────────────────
  283.