OSDN Git Service

Game names for the Floodgate mode are enhanced.
[shogi-server/shogi-server.git] / changelog
index a5fe63a..463b650 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,39 @@
+2008-02-03 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Game names that are recognized as the floodgate mode are now 
+           /^floodgate-\d+-\d+$/.
+
+2008-02-02 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Implemented a new feature, Floodgate mode, for covenience with
+           public rating games. Now there is a special game "wdoor-900-0".
+           Matching players for that game is scheduled each 30 minitues.
+
+2007-11-03 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+        - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
+          It may not work with lower verions. 
+
+2007-09-06 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - The logic to detect Oute-Sennichite was not complete. Both players
+           (checking side and escaping side) may cause Oute-Sennichite. The old
+           logic only cared for the checking player. This issue has been fixed.
+
+2007-06-16  Daigo Moriwaki <daigo at debian dot org>
+
+       * [webserver]
+         - Initial version. This web server is an interface between HTTP and
+           shogi-server. Shogi-server commands will be available over HTTP. As
+           of now %%LIST and %%WHO commands are supported.
+       * [mk_rate]
+         - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
+           rates sometimes went wrong (infinite values).
+
 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
@@ -6,7 +42,7 @@
            because it is only available for CSA's official testing server and does
            not belong to the CSA standard protocol.  Therefor, when clients receive
            `CHALLENGE ACCEPTED' from this server, they must ignore it.
-         - Show revision in a start up messeage.
+         - Show revision in a start up message.
 
 2007-04-01  Daigo Moriwaki <daigo at debian dot org>