OSDN Git Service

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