home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / games / metaserver / Changelog < prev    next >
Encoding:
Text File  |  1993-03-04  |  5.8 KB  |  130 lines

  1. Thu Mar  4 18:29:39 1993  William M. Perry  (wmperry@indiana.edu)
  2. * General bug fixes
  3. * Support for lucid emacs.  Pull down menus, pop-up menus, dialog
  4.   boxes.  (Ok, so I was bored)
  5.  
  6. Tue Mar  2 08:02:21 1993  William M. Perry  (wmperry@indiana.edu)
  7. * Added automatic bug submission form.
  8.  
  9. Mon Mar  1 10:45:37 1993  William M. Perry  (wmperry@indiana.edu)
  10. * New function metaserver-open-stream that is either homegrown for
  11.   telnet or fset to open-network-stream depending on the value of
  12.   metaserver-use-telnet.
  13. * Added variable for whether to use telnet or native open-network
  14.   stream.  For people who can't resolve host names very well.
  15.  
  16. Sat Feb 27 17:07:51 1993  William M. Perry  (wmperry@indiana.edu)
  17. * Added auto-detect of an rsa server.  If you aren't in RSA mode, it
  18.   will ask if you want to use the rsa client instead of the normal
  19.   one. 
  20. * Added error handling to the open-network-stream call.  If the
  21.   connection to the metaserver is timed out, will automatically try to
  22.   use the metaserver-save-file.
  23.  
  24. Thu Feb 25 08:16:08 1993  William M. Perry  (wmperry@indiana.edu)
  25. * Tweaked makefile
  26. * Can now call metaserver-restore-from-file instead of
  27.   metaserver-refresh to start the metaserver.  Suggested by Alec
  28.   Habig.  (ahabig@riscgs1.lngs.infn.it)
  29. * Fixed metaserver-restore-from-file so that it would redisplay
  30.   information correctly.  Thanks to Alec Habig
  31.   (ahabig@riscgs1.lngs.infn.it) for pointing out it didn't work.
  32. * Fixed info-grabbing function so it doesn't infinite loop on occasion
  33.  
  34. Fri Feb 19 11:58:37 1993  William M. Perry  (wmperry@indiana.edu)
  35. * Fixed makefile so it will create a .emacs file.
  36.  
  37. Thu Feb 18 12:06:52 1993  William M. Perry  (wmperry@indiana.edu)
  38. * Release V2.25
  39. * Added a Makefile - no support for creating .emacs file yet.
  40.  
  41. Sat Feb  6 15:57:44 1993  William M. Perry  (wmperry@indiana.edu)
  42. * Added auto-documentation functions.  Takes a list of functions to
  43.   find in a specified keymap, and a list of variables.  Spits out a
  44.   buffer containing the keystrokes to get to the functions, along with
  45.   the functions' doc strings.  Followed by a list of the variables and
  46.   their doc strings.
  47.  
  48. Thu Feb  4 10:14:50 1993  William M. Perry  (wmperry@indiana.edu)
  49. * Fixed yet another stupid bug in the player checking code when it
  50.   falls back to the metaserver.
  51.  
  52. Tue Feb  2 08:21:57 1993  William M. Perry  (wmperry@indiana.edu)
  53. * Fixed metaserver-suspend so that it actually works now.
  54. * Fixed stupid bug in player checking code.  If falling back, would
  55.   give you an error.  (Forgot the (substring 0 before a function call.)
  56. * Added support to save the current metaserver information, in case
  57.   the metaserver goes down.  This way you can still use the pinging,
  58.   get information, etc.  Suggested by: Alec Habig
  59.   (ahabig@riscgs1.lngs.infn.it)
  60.  
  61. Thu Jan 28 16:48:16 1993  William M. Perry  (wmperry@indiana.edu)
  62. * Added metaserver-suspend - bury buffer on keypress.
  63.  
  64. Tue Jan 26 08:41:25 1993  William M. Perry  (wmperry@indiana.edu)
  65. * Added code to try the metaserver port 3522 if auto-fallback is true
  66.   and the check players code did not work.
  67.  
  68. Mon Jan 25 10:49:38 1993  William M. Perry  (wmperry@indiana.edu)
  69. * Added metaserver-tally-players to show the # of people playing/queued.
  70.  
  71. Fri Jan 22 17:58:40 1993  William M. Perry  (wmperry@indiana.edu)
  72. * Fixed weird buffer-selection after info was fetched and before
  73.   metaserver-mode was entered.
  74. * Reworked parts of the server information (mostly cosmetic)
  75. * Release v2.0
  76.  
  77. Thu Jan 21 07:07:37 1993  William M. Perry  (wmperry@indiana.edu)
  78. * Added metaserver-rsa-binary, and RSA mode.
  79. * Reworked lots of functions to use rsa-binary if RSA is active.
  80. * Changed metaserver-binary-alist to include an rsa-binary.
  81.  
  82. Tue Jan 19 18:32:27 1993  William M. Perry  (wmperry@indiana.edu)
  83.  
  84. * Added code to display the server information that is gathered from
  85.   port 3524 on the metaserver.
  86. * Added metaserver-auto-fallback variable.  If true, try to use the
  87.   ck_players program to get a player list when a server is not responding
  88.   to the port -1 query.
  89.  
  90. Jan 11 17:40:06 1993  William M. Perry  (wmperry@indiana.edu)
  91. * Added code to automatically kill the network stream when the
  92.   trailing lines are received.  (Thanks to peyote@umiacs.UMD.EDU for
  93.   calling this to my attention and a way to patch it)
  94.  
  95. Jan 9 09:23:05 1993  William M. Perry  (wmperry@indiana.edu)
  96. * Added metaserver-binary-alist to allow diff. binaries for diff. servers
  97. * Had to change run-netrek function to check the alist, use defaults
  98.   if not found, etc.
  99. * Revised documentation file, and doc strings in elisp file.
  100. * Fixed bug in the check players code that would insert the first
  101.   keystroke after a failed query into a different buffer.
  102. * Wrote a shell script to help installation to help byte compile/etc the
  103.   file for people new to emacs.
  104.  
  105. Jan  1 12:09:05 1993  William M. Perry  (wmperry@indiana.edu)
  106. * Added metaserver-site-order to allow ascending or descending sort
  107.   for servers.
  108. * Can now check player list via the port -1 query.
  109.  
  110. November 30 23:00:12 1992  William M. Perry  (wmperry@indiana.edu)
  111. * Changed ping to include min/avg/max round-trip packet time.
  112. * Changed run-netrek to use either background or spawn its own process.
  113.  
  114. November  1 10:05:22 1992  William M. Perry  (wmperry@indiana.edu)
  115. * Complete rewrite.
  116. * Doesn't kill its buffers anymore when refreshing, process-filters work
  117. * Doesn't need to re-query the server when listing all servers, now
  118.   keep 2 lists, one of empty servers, one of open.
  119. * Updated the filters/sentinels so could now support MS-I output with
  120.   some regular expression hacking.  
  121. * No longer timestamps the buffer.
  122. * Doesn't use background.el package.
  123. * Fine tuning just about everywhere else.
  124. * Pinging works, but not round-trip figures yet.  Just packet loss.
  125.  
  126. September 11 05:35:12 1992  William M. Perry  (wmperry@indiana.edu)
  127. * No longer needs an external program to connect to the metaserver.
  128. * First public release
  129.  
  130.