OSDN Git Service

Support @NORATE syntax in the name.
[shogi-server/shogi-server.git] / changelog
1 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server]
4           - Remove the trip in a password. Now the password is hashed.
5         * [mk_rate]
6           - Support @NORATE syntax in a name, which avoids the player is
7             rated.
8
9 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
10
11         * [shogi-server]
12           - Support a new command, %%VERSION. It shows the server's revision#.
13
14 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
15
16         * [shogi-server]
17           - Re-design: trip is now a suffix of the password, not name.
18           - Sipmlyfiled the output of %%RATING.
19         * [mk_rate]
20           - Support "@" indentificaton in a name; players with same
21             before-@-names are mapped to one.
22
23 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
24
25         * [mk_rate] Fix a bug. It solves the correct rate.
26
27 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
28
29         * [mk_rate] Re-design. 
30           - Correct the equations.
31           - Apply deaccelerated Newton method.
32
33 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
34
35         * [mk_rate]
36           - Fix a bug. Now it can see black/white players in a csa file.
37         * [shogi-server]
38           - Add a space in the output of %%RATING.
39
40 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
41
42         * [mk_rate] Record numbers of win/loss games.
43         * Add mk_html, which generates html from players.yaml
44         * Fix test/test_board.rb. Now it works. 
45         * Add test/TC_ALL.rb to run all test cases.
46         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
47           rated player.
48
49 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
50         
51         * Add mk_rate, which calculate rating scores.
52
53 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
54
55         * Change the style of a comment line on the rated game.
56
57 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
58
59         * Change the player id, which is now <name>+<hash_of_the_trip>.
60         * Fix the max length of the login name with a trip.
61         * Add a comment line about the rated game status in the CSA file.
62         * Remove the rating system, which will be calculated by another
63           program.
64
65 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
66
67         * Add a command, %%RATING, to show a ranking sorted by rates.
68
69 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
70
71         * Add a simple rating system.
72
73 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
74
75         * Add a @move_counter in Board class, which is used by Shogi Viewer
76           CGI.
77
78 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
79
80         * Jishogi kachi declaration did not work. This bug has been fixed.
81           Add debug lines to show a jishogi state.
82
83 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
84
85         * Support CSA Protocol Version 1.1.
86         * Change the declaration of Jishogi 1.1.
87
88 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
89
90         * Kifu logs are always written in separate files.
91         * Add a test case, test/TC_functional.rb
92         * Some refactorings.
93