home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / HC200.ZIP / FIXES.HC < prev    next >
Text File  |  1994-02-15  |  5KB  |  120 lines

  1. This text lists the fixes/addtions to HyperChat
  2. There may be some things left out of this documentation, so if you see
  3. something you haven't seen, and it's not in here, then it's probably
  4. something I forgot to add to the list.
  5.  
  6. NOTE:  Cosmetical changes are in EVERY version.  I saw no need to note that
  7.        for every version.
  8.  
  9. -- Release Version 1.02 --
  10. 01-05-94
  11.      Fixed problem with the way messages word wraps are handled
  12. 01-07-94
  13.      Removed permanent MUTE/CONFINED flags
  14.      Added temporary MUTE/CONFINED.  Now accessable using .# and .@
  15. 01-08-94
  16.      Added DESQview time slice give up routine -- GREATLY improves speed of
  17.       other windows!
  18.      Fixed keyboard timeout problem.  Always timed out at 240 seconds no
  19.       matter what was put in the config.
  20.  
  21. -- Release Version 1.03 --
  22. 01-12-94
  23.      Fixed problem of HC always loading Port #1 configuration
  24.       (Thanks Michael Smith!!)
  25.  
  26. -- Release Version 1.04 --
  27. 01-13-94
  28.      Added ABORT command ('\')
  29.      Fixed left justification of messages problem.  Locked when only spaces
  30.       were entered.
  31. 01-16-94
  32.      Added max time per visit capability (/T<minutes>)
  33.      Added two more function keys.  UP arrow and DOWN arrow for adjusting
  34.       users time limit.
  35.      Changed way in which system passed messages to users.  (Mute, Confined,
  36.       etc.. )  Improved speed of HyperChat and reduced necessary disk size
  37.       for semaphore files since blank files are no longer needed.
  38.      DISKTEST.EXE and related materials removed from archive.
  39.       Reason:  Unreliable.
  40. 01-17-94
  41.      Added invisiblity mode for moderators.
  42.      Added 'Mute', 'Conf', and 'Inv' to status bar for Mute, Confined, 
  43.       and invisible users.
  44.      Removed need for yet more semaphore files.
  45.      Added mute command to command line (/M)
  46.  
  47. -- Release Version 1.05 --
  48. 01-18-94
  49.      Added capability of having 999 comm configurations.  This was an error
  50.       on my part by allowing only 8 in the original COMMCFG.EXE program.
  51.       Problem is now fixed.
  52.      Fixed problem of users being able to do certain moderator functions.
  53.       (.#, .@, .K)
  54.      Added Add time to users account function (.!)
  55. 01-23-94
  56.      Fixed message length problem.  If a message's total length after
  57.       conversion was greater than 512 bytes, the results were unpredictable.
  58.       Result was USUALLY a lockup of the window it was in.  Fixed by
  59.       increasing buffer length to 1024 bytes but still limiting maximum
  60.       length at 512.
  61.  
  62. -- Release Version 1.06 --
  63. 01-29-94
  64.      Tracked down & fixed a particularily nasty little bug that resulted in
  65.       displaying of wrong names during certain Moderator functions and 
  66.       APPEARED to have caused some other side affects.  More testing needed.
  67.      Fixed a bug involving invisibility.  If a user did certain things,
  68.       they could tell that there was a UE in the room if it was JUST the UE
  69.       and the user.
  70.      Fixed problem with 'Secret' actions NOT actually being secret.
  71.      Fixed invisibility problem where if a user performed an action on a
  72.       UE that wasn't in the room but was in HC, then HC would display
  73.       'Sorry, that user is in another room!' instead of 'That user
  74.       is not in the teleconference.' message.
  75. 01-30-94     
  76.      Fixed problem with users 'disappearing' from the conference when another
  77.       user exited the conference.  Was caused by an incorrect comparison in
  78.       the code.
  79. 01-31-94
  80.      Fixed help file transfer display.  Wasn't displaying the filename
  81.       correctly.
  82. 02-04-94
  83.      Fixed problem with users account data being overwritten.
  84.  
  85. -- Release Version 1.07 --
  86. 02-06-94
  87.      Fixed problem with users account data being overwritten.  I thought
  88.       I had fixed this in release 1.06, but it wasn't.  This has proved
  89.       to be a very elusive bug.  Hopefully it is fixed this time around.
  90.      Removed 'dead code' that was just taking up memory.
  91. 02-08-94
  92.      Fixed problem of HC just plain NOT WORKING.  This problem was due
  93.       to my .EXE compression program.  The .EXE's are no longer in
  94.       compressed format.
  95.  
  96. ************************************************
  97. Versions 1.08 and 1.09 were skipped because of the fix on 02-08-94.
  98. **************** RELEASE 2.00 ******************
  99.  
  100. Thanks to Van Hoyle, the documentation and various other things were 
  101. improved upon DRASTICALLY.  
  102.  
  103. NOTE:  As of this version, HyperChat will use SHARE.EXE if loaded for
  104. file sharing of *.HYP files.  It is NOT required for operation since
  105. HyperChat itself does not modify these files and only reads them.
  106.  
  107. 02-13-94
  108.      Added in various text file displays.  All end in .HYP
  109.        INTRO.HYP          SCRLINES.HYP
  110.        SCRWIDTH.HYP       GENDER.HYP
  111.        COMMANDS.HYP       MODERATE.HYP
  112.       *HYPER.HYP 
  113.        
  114.        * ONLY REGISTERED USERS
  115.  
  116.      Various cosmetic changes
  117. 02-15-94
  118.      Added stop and pause to display file commands.  (*.HYP)
  119.      Hyper386.EXE was born!!
  120.