OSDN Git Service

Support @NORATE syntax in the name.
[shogi-server/shogi-server.git] / changelog
index 07b02af..f0fea8c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,9 +1,50 @@
+2006-09-15  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Remove the trip in a password. Now the password is hashed.
+       * [mk_rate]
+         - Support @NORATE syntax in a name, which avoids the player is
+           rated.
+
+2006-09-09  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Support a new command, %%VERSION. It shows the server's revision#.
+
+2006-09-07  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Re-design: trip is now a suffix of the password, not name.
+         - Sipmlyfiled the output of %%RATING.
+       * [mk_rate]
+         - Support "@" indentificaton in a name; players with same
+           before-@-names are mapped to one.
+
+2006-09-05  Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate] Fix a bug. It solves the correct rate.
+
+2006-08-18  Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate] Re-design. 
+         - Correct the equations.
+         - Apply deaccelerated Newton method.
+
+2006-08-16  Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - Fix a bug. Now it can see black/white players in a csa file.
+       * [shogi-server]
+         - Add a space in the output of %%RATING.
+
 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
 
        * [mk_rate] Record numbers of win/loss games.
-       * Add mk_html, which genrates html from players.haml
+       * Add mk_html, which generates html from players.yaml
        * Fix test/test_board.rb. Now it works. 
        * Add test/TC_ALL.rb to run all test cases.
+       * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
+         rated player.
 
 2006-08-11  Daigo Moriwaki <daigo at debian dot org>