home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / lstat081.zip / LOGSTAT.HIS < prev    next >
Text File  |  1993-06-17  |  6KB  |  153 lines

  1. LogStat RA Log Analyzer
  2. by Jason Duke
  3.  
  4. -=> Notes <=-
  5.    Please send ANY questions, comments, suggestions, bugs, etc., to Jason
  6.    Duke, FidoNet 1:381/102 netmail.  I can also be reached via CircuitNet
  7.    mail at node 915505 in the Universal Conference.  If you do not have
  8.    access to CircuitNet or FidoNet netmail, I can be reached in the Fido-
  9.    Net Remote Access Support echoes, RA_UTIL and RA_SUPPORT.  Thanks!
  10.  
  11. -=> Plans - Please give me your opinion on these! <=-
  12.    And we will be fixing the bit with log file dates (see v0.30α)
  13.    And also we MAY add an option in the config file for LogStat to write
  14.       that it has processed a log into the log after it reads it.  What do
  15.       you think of that one?
  16.    Some features don't support monochrome monitors... Need to work on that.
  17.    Logstat will keep a datafile on log statistics so you can delete the logs
  18.       right away after processing and still keep an ongoing tally of them!
  19.  
  20. -=> Program History <=-
  21.  
  22. 0.81, 06-16-93
  23. Whoops!  I thought I had made allowances for expanded log formats.  My
  24.    beta-tester and I both use compact so we didn't catch a bug with some
  25.    date tracking until a local sysop sent me his output file.  WHOOPS!
  26.    Well, it is fixed now. (I am almost sure after some rigid testing.)
  27. Corrected a couple grammatical errors...
  28. I guess EMS support will have to wait until the next version.  I HAD to
  29.    get this bug-fix out though.
  30.  
  31. 0.70, 06-03-93
  32. Removed some unnecessary ANSI code from the ANSI output file; it's display
  33.    is shorter and faster now.
  34. Moved tons of code to an overlay file to speed things up (maybe)
  35. Expanded Memory support IS READY, but it is deactivated in this version since
  36.    I haven't added command-line parameters to turn it off (for people who
  37.    have problems with LogStat in EMS.)  It WILL be functioning by the next
  38.    version.
  39. Got rid of cursor in all output during operation
  40. First PUBLIC release.  This one was hatched into SDS and RADIST!
  41.  
  42. 0.60, 04-27-93
  43. COMPLETELY re-worked the way the program runs and displays information (while
  44.    running).
  45. Changed the output format of some dates in the bulletins.  This added a
  46.    LITTLE extra code and made room for future work I plan to do with dates.
  47. Got rid of some unnecessary code that I forgot about.  :-)
  48.  
  49. 0.55ß, 04-11-93
  50. Fixed one of our first unchecked bugs which added some garbled junk into the
  51.    output files.  (Thanks Curtiss)
  52. Small change in output file (hardly noticeable)
  53. Made a few changes in the registration file
  54.  
  55. 0.54ß, 04-11-93
  56. COMPLETELY re-worked the output files to have a nice picture in them.  It
  57.    wasn't easy, so if you find any bugs with it please notify me.
  58. I shortened some code, but since I added some stuff it isn't noticeable. :(
  59.  
  60. 0.50ß, 04-09-93
  61. Added some MAJOR code changes I've been putting off for a few versions!
  62. New registration form...  Please send this in to register LogStat!
  63. Changed configuration options. Now 0 = NEVER DISPLAY, 1 = ALWAYS DISPLAY,
  64.    2 = DISPLAY ONLY IF FOUND AT LEAST ONCE.  Sound good?  Your old config.
  65.    file will work fine, but you may wish to update it if you don't like
  66.    seeing zeros in your LogStat reports!
  67.  
  68. 0.47ß, 04-07-93
  69. Added tally for Users Removed.  You will need to alter your configuration
  70.    file.
  71. LogStat now supports standard the internal RA file transfers as well us
  72.    standard Filedoor transfers!
  73.  
  74. 0.46ß, 03-28-93
  75. Corrected small bug in one of the scanning routines.
  76. Fixed the right-column "READING" window to correct for expanded log format.
  77. Made a few minor cosmetic changes.
  78.  
  79. 0.45ß, 03-27-93
  80. Completely revamped the registration codes.  Make sure to copy the NEW
  81.    configuration file and edit it to suit your needs.
  82. Finally wrote some (rough draft) documentation.  Let me know what you think.
  83.  
  84. 0.40ß, 03-20-93
  85. Added right column display of logfile as it read!
  86. Now displays number of lines in logfile after processing.
  87. Added Registration Capabilities.  Beta Testers get FREE keys!
  88.  
  89. 0.32ß, 03-07-93
  90. Completely changed the way LogStat tests for existence of files
  91. Added capitalization and paths to all filenames
  92. Remove filesharing support - It was causing some problems.  I will put it
  93.    back in with a future version!
  94. Small change made to opening; added a pause and also changed the code a bit.
  95.  
  96. 0.30α, 03-02-93
  97. Changed a part of the title screen display that was still ANSI to direct 
  98.    BIOS calls (so monochrome monitors don't look all scrambled with ANSI
  99.    codes...)
  100. Finally we have limited log date support.  The bug is that it will give the
  101.    starting date of the FIRST LOG on the command-line and the last date of
  102.    the LAST LOG on the command-line.  With one log it is fine, but with more
  103.    it may be erroneous.  This will be fixed soon.
  104.  
  105. 0.20α, 02-28-93
  106. Changed the way version numbers are incremented
  107. Added filesharing support - must have SHARE.EXE loaded.
  108.    This means it will lock files it uses (like when it reads the log) to
  109.    prevent serious problems.
  110.  
  111. 0.19α, 02-27-93
  112. Made TONS of changes in how the code works, increasing efficiency
  113. Added REQUIRED configuration file support:
  114.    BBS Name
  115.    Sysop Name
  116.    ANSI/ASCII output filenames (and paths)
  117.    Now user can configure which log data he wants to tally and turn the rest
  118.       off!
  119.    Code at top of config file is used to tell LogStat that it is a config
  120.       file, so mistakes in command-line paramaters can be trapped!
  121.  
  122. v0.17α, 02-26-93
  123. Totally reworked opening screen display routines
  124. Changed opening screen text
  125. Added ANSI color (w/ BIOS calls, not direct screen writes) to status
  126.    messages displayed by program
  127.  
  128. v0.16α, 02-25-93
  129. Added ANSI output file!
  130. Added creation time and date to output files
  131. Fixed a new mistake with detecting Incorrect Passwords
  132. Removed small piece of code that was taking up 3k!
  133. Small changes to opening screen
  134.  
  135. v0.15α, 02-25-93
  136. Made many cosmetic changes
  137. Added leading spaces to counters
  138. Got rid of some un-needed code
  139.  
  140. v0.13α, 02-25-93
  141. Expanded to include more log activities
  142. Added ANSI opening
  143. Removed some needless text to speed up operation.
  144.  
  145. v0.11α, 02-25-93
  146. Changed output to file rather than screen
  147. Added error trapping to avoid run-time errors and catch mistakes in command-
  148.    line
  149. Nicer Display
  150.  
  151. v0.10α, 02-24-93
  152. LogStat created!
  153.