OSDN Git Service

* Change the player id, which is now <name>+<hash_of_the_trip>.
[shogi-server/shogi-server.git] / changelog
1 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
2
3         * Change the player id, which is now <name>+<hash_of_the_trip>.
4         * Fix the max length of the login name with a trip.
5         * Add a comment line about the rated game status in the CSA file.
6         * Remove the rating system, which will be calcurated by another
7           program.
8
9 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
10
11         * Add a command, %%RATING, to show a ranking sorted by rates.
12
13 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
14
15         * Add a simple rating system.
16
17 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
18
19         * Add a @move_counter in Board class, which is used by Shogi Viewer
20           CGI.
21
22 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
23
24         * Jishogi kachi declaration did not work. This bug has been fixed.
25           Add debug lines to show a jishogi state.
26
27 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
28
29         * Support CSA Protocol Version 1.1.
30         * Change the declaration of Jishogi 1.1.
31
32 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
33
34         * Kifu logs are always written in separate files.
35         * Add a test case, test/TC_functional.rb
36         * Some refactorings.
37