OSDN Git Service

463b650aaaa88fb8eb40a59b2685ac489ac92af2
[shogi-server/shogi-server.git] / changelog
1 2008-02-03 Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server]
4           - Game names that are recognized as the floodgate mode are now 
5             /^floodgate-\d+-\d+$/.
6
7 2008-02-02 Daigo Moriwaki <daigo at debian dot org>
8
9         * [shogi-server]
10           - Implemented a new feature, Floodgate mode, for covenience with
11             public rating games. Now there is a special game "wdoor-900-0".
12             Matching players for that game is scheduled each 30 minitues.
13
14 2007-11-03 Daigo Moriwaki <daigo at debian dot org>
15
16         * [mk_rate]
17          - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
18            It may not work with lower verions. 
19
20 2007-09-06 Daigo Moriwaki <daigo at debian dot org>
21
22         * [shogi-server]
23           - The logic to detect Oute-Sennichite was not complete. Both players
24             (checking side and escaping side) may cause Oute-Sennichite. The old
25             logic only cared for the checking player. This issue has been fixed.
26
27 2007-06-16  Daigo Moriwaki <daigo at debian dot org>
28
29         * [webserver]
30           - Initial version. This web server is an interface between HTTP and
31             shogi-server. Shogi-server commands will be available over HTTP. As
32             of now %%LIST and %%WHO commands are supported.
33         * [mk_rate]
34           - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
35             rates sometimes went wrong (infinite values).
36
37 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
38
39         * [shogi-server]
40           - Implemented `CHALLENGE' command, and the server will respond with
41             `CHALLENGE ACCEPTED'. Note that this command is dummy for this server
42             because it is only available for CSA's official testing server and does
43             not belong to the CSA standard protocol.  Therefor, when clients receive
44             `CHALLENGE ACCEPTED' from this server, they must ignore it.
45           - Show revision in a start up message.
46
47 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
48
49         * [shogi-server]
50           - Implemented one of the keepalive protocol in CSA protocol; If clients
51             send LF, the server sends back LF.
52           - More care for socket errors.
53
54 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
55
56         * [mk_rate] When there were too few games to rate players (i.e. no
57           player to rate), mk_rate caused an error. Now it no longer shows
58           the error.
59
60 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
61
62         * [mk_html] Popup shows additional information.
63
64 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
65
66         * [shogi-server]
67           - Use WEBrick for server framework.
68           - Daemon mode is available.
69
70 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
71
72         * [shogi-server]
73           - Failed to show usage. This issue has been fixed. 
74           - Initial start of the server failed beacause of empty players.yaml.
75             This issues has been fixed.
76
77 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
78
79         * [mk_html]
80           - Show groups in the order specified in players.html.
81           - Players who gamed recently have a background color.
82         * [mk_rate]
83           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
84
85 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
86
87         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
88           That move should be illegal. This issue has been fixed.
89
90 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
91
92         * [mk_rate] Skip "abnormal" games, which were finished because of
93           network failure or communication error.  Recently some programs seem
94           to have a lot of tries to connect to the Shogi Server at wdoor for
95           debugging. We should ignore such games for a while to get a meaningful
96           ratings.
97
98 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
99
100         * [mk_rate][mk_html]
101           - Put players into "connected" groups in order to
102             show a correct, meaningful rating. In the group, each player has at
103             least a game with other players.
104           - The format of players.yaml was updated.
105         * [shogi-server] Followed the new format of players.yaml.
106
107 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
108
109         * [mk_rate] Corrected making win_loss_matrix.
110
111 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
112
113         * [mk_rate] players who never win or lose are not rated in order
114           the calculation to complete.
115
116 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
117
118         * [shogi-server] The CSA mode supports the trip in a password.
119
120 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
121
122         * [shogi-server] Refactored the login procedures.
123
124 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
125
126         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
127         * [mk_html] Add CSS to look better.
128
129 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
130
131         * [shogi-server]
132           - Remove the trip in a password. Now the password is hashed.
133         * [mk_rate]
134           - Support @NORATE syntax in a name, which avoids the player is
135             rated.
136
137 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
138
139         * [shogi-server]
140           - Support a new command, %%VERSION. It shows the server's revision#.
141
142 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
143
144         * [shogi-server]
145           - Re-design: trip is now a suffix of the password, not name.
146           - Simplified the output of %%RATING.
147         * [mk_rate]
148           - Support "@" indentificaton in a name; players with same
149             before-@-names are mapped to one.
150
151 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
152
153         * [mk_rate] Fix a bug. It solves the correct rate.
154
155 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
156
157         * [mk_rate] Re-design. 
158           - Correct the equations.
159           - Apply deaccelerated Newton method.
160
161 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
162
163         * [mk_rate]
164           - Fix a bug. Now it can see black/white players in a csa file.
165         * [shogi-server]
166           - Add a space in the output of %%RATING.
167
168 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
169
170         * [mk_rate] Record numbers of win/loss games.
171         * Add mk_html, which generates html from players.yaml
172         * Fix test/test_board.rb. Now it works. 
173         * Add test/TC_ALL.rb to run all test cases.
174         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
175           rated player.
176
177 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
178         
179         * Add mk_rate, which calculate rating scores.
180
181 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
182
183         * Change the style of a comment line on the rated game.
184
185 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
186
187         * Change the player id, which is now <name>+<hash_of_the_trip>.
188         * Fix the max length of the login name with a trip.
189         * Add a comment line about the rated game status in the CSA file.
190         * Remove the rating system, which will be calculated by another
191           program.
192
193 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
194
195         * Add a command, %%RATING, to show a ranking sorted by rates.
196
197 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
198
199         * Add a simple rating system.
200
201 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
202
203         * Add a @move_counter in Board class, which is used by Shogi Viewer
204           CGI.
205
206 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
207
208         * Jishogi kachi declaration did not work. This bug has been fixed.
209           Add debug lines to show a jishogi state.
210
211 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
212
213         * Support CSA Protocol Version 1.1.
214         * Change the declaration of Jishogi 1.1.
215
216 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
217
218         * Kifu logs are always written in separate files.
219         * Add a test case, test/TC_functional.rb
220         * Some refactorings.
221