OSDN Git Service

Skip 'abnormal' games.
[shogi-server/shogi-server.git] / changelog
1 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
2
3         * [mk_rate] Skip "abnormal" games, which were finished because of
4           network failure or communication error.  Recently some programs seem
5           to have a lot of tries to connect to the Shogi Server at wdoor for
6           debugging. We should ignore such games for a while to get a meaningful
7           ratings.
8
9 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
10
11         * [mk_rate][mk_html]
12           - Put players into "connected" groups in order to
13             show a correct, meaningful rating. In the group, each player has at
14             least a game with other players.
15           - The format of players.yaml was updated.
16         * [shogi-server] Followed the new format of players.yaml.
17
18 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
19
20         * [mk_rate] Corrected making win_loss_matrix.
21
22 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
23
24         * [mk_rate] players who never win or lose are not rated in order
25           the calculation to complete.
26
27 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
28
29         * [shogi-server] The CSA mode supports the trip in a password.
30
31 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
32
33         * [shogi-server] Refactored the login procedures.
34
35 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
36
37         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
38         * [mk_html] Add CSS to look better.
39
40 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
41
42         * [shogi-server]
43           - Remove the trip in a password. Now the password is hashed.
44         * [mk_rate]
45           - Support @NORATE syntax in a name, which avoids the player is
46             rated.
47
48 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
49
50         * [shogi-server]
51           - Support a new command, %%VERSION. It shows the server's revision#.
52
53 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
54
55         * [shogi-server]
56           - Re-design: trip is now a suffix of the password, not name.
57           - Simplified the output of %%RATING.
58         * [mk_rate]
59           - Support "@" indentificaton in a name; players with same
60             before-@-names are mapped to one.
61
62 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
63
64         * [mk_rate] Fix a bug. It solves the correct rate.
65
66 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
67
68         * [mk_rate] Re-design. 
69           - Correct the equations.
70           - Apply deaccelerated Newton method.
71
72 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
73
74         * [mk_rate]
75           - Fix a bug. Now it can see black/white players in a csa file.
76         * [shogi-server]
77           - Add a space in the output of %%RATING.
78
79 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
80
81         * [mk_rate] Record numbers of win/loss games.
82         * Add mk_html, which generates html from players.yaml
83         * Fix test/test_board.rb. Now it works. 
84         * Add test/TC_ALL.rb to run all test cases.
85         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
86           rated player.
87
88 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
89         
90         * Add mk_rate, which calculate rating scores.
91
92 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
93
94         * Change the style of a comment line on the rated game.
95
96 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
97
98         * Change the player id, which is now <name>+<hash_of_the_trip>.
99         * Fix the max length of the login name with a trip.
100         * Add a comment line about the rated game status in the CSA file.
101         * Remove the rating system, which will be calculated by another
102           program.
103
104 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
105
106         * Add a command, %%RATING, to show a ranking sorted by rates.
107
108 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
109
110         * Add a simple rating system.
111
112 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
113
114         * Add a @move_counter in Board class, which is used by Shogi Viewer
115           CGI.
116
117 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
118
119         * Jishogi kachi declaration did not work. This bug has been fixed.
120           Add debug lines to show a jishogi state.
121
122 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
123
124         * Support CSA Protocol Version 1.1.
125         * Change the declaration of Jishogi 1.1.
126
127 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
128
129         * Kifu logs are always written in separate files.
130         * Add a test case, test/TC_functional.rb
131         * Some refactorings.
132