home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / network / kali / revision.lst < prev    next >
File List  |  1995-08-24  |  7KB  |  181 lines

  1. REVISION HISTORY
  2. ----------------
  3.  
  4. Kali 1.1 (revision f)
  5.  
  6. 1. Serial numbers have changed.  If you are registered, you
  7.    will get a new serial number soon.  Please don't ask for 
  8.    this new serial number until Kali Central has been converted 
  9.    to 1.1.
  10.  
  11.  
  12. Kali 1.1
  13.  
  14. 1. First non-beta version.  It works.  If you have trouble,
  15.    chances are it's not Kali's fault ;-)
  16.  
  17. 2. Removed the NOWELCOME option.  Kali now acts differently
  18.    when used with a server.  If you attempt to attach to a 
  19.    node other than the server, that node will report the
  20.    address of the server and Kali will try to attach there
  21.    instead.  When used without the server, it will work like 
  22.    it used to (connect to the VSN by typing the ip# of any 
  23.    node).  This new system is faster and more reliable than 
  24.    the old system.
  25.  
  26. 3. Added option to set the number of attempts when trying
  27.    to find the other nodes.  Kali will report that it has 
  28.    found the host and that it is now looking for other nodes.
  29.    Setting "helloattempts = 1" will cause Kali to act like
  30.    version 1.0.9h (where it doesn't wait for all nodes to
  31.    report).  Setting "helloattempts = 10" will cause Kali to
  32.    behave like versions prior to 1.09h.  It will wait for 10
  33.    seconds for other nodes to report (if all report in less
  34.    than 10 seconds it won't wait).
  35.  
  36. 4. Pressing a key will no longer automatically cause Kali to
  37.    stop searching for nodes.  You must now press alt-x to abort
  38.    the search.
  39.  
  40. 5. Kali /s now reports the average ping time to each node.
  41.  
  42. 6. Kali Chat 1.8 can now use a configuration file.  Edit
  43.    kchat.cfg to set your defaults.  New options include macros
  44.    and the ability to change some of the default switches.
  45.  
  46. 7. Kali is no longer picky about extra spaces in the kali.cfg
  47.    file.  Is used to concider the extra spaces as part of the
  48.    serial number or key (registered users).
  49.  
  50. 8. Kali.exe, kali.cfg, wattcp.cfg, and kali.motd can all be placed
  51.    in a directory in your path and Kali will find all the related
  52.    files properly.
  53.  
  54. 9. Compression temporarily removed.  Further tests indicate that 
  55.    the overall compression wasn't worth the time spent compressing 
  56.    the data.  It might go back in as an option later...maybe :)
  57.  
  58. 10. Fixed a bug that would have caused problems with two people 
  59.     playing in the same game while using the same SLiRP host.
  60.  
  61. 11. Reduced the EXE file size down to 82K.
  62.  
  63. 12. Added "flash".  The ability to send a signal to another user
  64.     who might be in the middle of a game to get their attention.
  65.     Since this could be very annoying, there is also a NOFLASH
  66.     option for kali.cfg which causes your node to ignore these
  67.     signals.  The flashed computer will emit a sound from the PC
  68.     speaker upon getting the flash signal.
  69.  
  70. 13. An unsuccessful bootp attempt will no longer kill the packet
  71.     driver (causing that 0xAA error).
  72.  
  73. 14. Hopefully fixed the memory error in Kali Chat (1.8).
  74.  
  75.  
  76. Kali 1.0.9 (revision h)...
  77.  
  78. 1. Changed function of ppp = 1 option for wattcp.cfg.  If you
  79.    had trouble with it before, try it again now.  When using
  80.    this option, Kali won't try the resolve ethernet addresses.
  81.  
  82. 2. Added NOWELCOME option to kali.cfg.  Put the word NOWELCOME
  83.    on a blank line in kali.cfg and Kali will stop answering
  84.    Hello packets.  As a result, you will not be able to host
  85.    a VSN, but your PC won't slow down when new people join the
  86.    VSN (the welcome packet is quite large).  It is recommended
  87.    that you do NOT use the ALERT option (kali.cfg) with this
  88.    option.  If you do, you will here about 10 beeps each time
  89.    someone tried to join the VSN (and your PC will slow down
  90.    anyway).
  91.  
  92. 3. etherppp users who were having trouble locking up before 
  93.    should find this version much more stable.  Silly etherppp
  94.    doesn't clear the direction flag before doing a string
  95.    move when sending Kali packets.  As a result, it was writing
  96.    backwards at times.  To help this problem, Kali now clears
  97.    the CPU direction flag before all calls (or returns) to
  98.    the ppp.exe driver.  It helps a lot.
  99.  
  100.  
  101. Kali 1.0.9 (revision e)...
  102.  
  103. 1. Arp requests for ethernet users were being delayed.  Fixed.
  104.  
  105.  
  106. Kali 1.0.9 (revision d)...
  107.  
  108. 1. Added a new option for wattcp.cfg.  Add "ppp = 1" if you are
  109.    using the etherppp driver.
  110.  
  111. 2. Removed usetimerirq option.
  112.  
  113. 3. Various little changes that are *supposed* to help etherppp
  114.    users.   Let me know.
  115.  
  116.  
  117. Kali 1.0.9...
  118.  
  119. Fixed serious bug in 1.0.8 that prevented unregistered users from
  120. playing each other.
  121.  
  122. Kali 1.0.8...
  123.  
  124. 1. Kali /s shows which players are registered and how long they
  125.    have been connected to your PC (not how long they have been
  126.    running Kali overall).
  127. 2. Two new options for wattcp.cfg:
  128.    a. sendretries = X   --the default for X is 5.  Try lowering 
  129.               this number and see if it plays faster.
  130.    b. usetimerirq = 1    --if this key word exists, Kali will use
  131.               a slightly slower method of scanning
  132.               incoming packets.  Might help some PCs
  133.               that lockup.
  134. 3. New feature called MOTD (Message of the day).  Edit the file
  135.    called kali.mtd.  This message is only used if you host the VSN
  136.    (by just typing Kali).  When connecting to another host, you will
  137.    see their MOTD.
  138. 4. MAXNODES has been removed.
  139.  
  140.  
  141. Kali 1.0.7...
  142.  
  143. More bug fixes...added the ability to see what programs the other
  144. players are running when you connect.  Removed support for a few
  145. undocumented features...
  146.  
  147.  
  148. Kali 1.0.6...
  149.  
  150. Fixes a bug in the compression routine used by 1.0.5.  This caused
  151. some packet corruption that was rare, but did cause problems like
  152. ships being left behind when people quit Descent. 
  153.  
  154. Adds a new option for kali.cfg called MAXNODES.  Don't use this
  155. unless you understand it.  MAXNODES will allow a person who just
  156. types "kali" to limit the number of people in his VSN.  Anyone
  157. connecting to his node or to nodes that are connected to him will
  158. have this same limit (until they quit and join a different host). 
  159. An entry like: MAXNODES = 4 will allow only 4 people in this VSN. 
  160. The default value for MAXNODES is 100.  You cannot use a value
  161. higher than this in 1.06.  The purpose of this option is to limit
  162. the number of players who can join a VSN at any given time.  Some
  163. modem users have requested this option to prevent too many people
  164. from joining their game.  I think it's silly myself.  Oh well.
  165.  
  166. Adds another option to kali.cfg called ALERT.  By putting the
  167. keyword ALERT on a line in your kali.cfg file, you will hear
  168. connections being attempted by other machines.  This might help
  169. when trying to debug problems.
  170.  
  171.  
  172. Kali 1.0.5...
  173.  
  174. New features include support for shell accounts using a pseudo SLIP
  175. driver called SLiRP.  Note: you must use version 0.9k...just
  176. released a few days ago.  Older versions will not redirect UDP
  177. ports properly.  Also, this version adds packet compression.  The
  178. average packet is now 50% smaller than in previous versions.  This
  179. should allow more players in games like Descent when played over
  180. modems.
  181.