OSDN Git Service

When YSS was not rated on the wdoor mode, wrong rate24 scores
[shogi-server/shogi-server.git] / changelog
1 2008-04-22 Daigo Moriwaki <daigo at debian dot org>
2
3         * [mk_html]
4           - When YSS was not rated on the wdoor mode, wrong rate24 scores
5             were displayed. This issue has been fixed. Now YSS absence 
6             results in "N/A".
7
8 2008-04-21 Daigo Moriwaki <daigo at debian dot org>
9
10         * [mk_rate]
11           - The half-life period is now configurable.
12             ex $ ./mk_rate --half-life 14 --half-life-ignore 7 <records>
13
14 2008-04-12 Daigo Moriwaki <daigo at debian dot org>
15
16         * [shogi-server]
17           - Renamed variables (@id) since they caused Ruby's warning.
18
19 2008-04-11 Daigo Moriwaki <daigo at debian dot org>
20
21         * [shogi-server]
22           - Improved a way to handle diferred moves (2008-03-24's change),
23             based on Tomoyuki Kaneko's patch.
24
25 2008-04-01 Daigo Moriwaki <daigo at debian dot org>
26
27         * [shogi-server]
28           - An incorrect LOGIN crashed the server. This issue has been
29             fixed.
30
31 2008-03-24 Daigo Moriwaki <daigo at debian dot org>
32
33         * [shogi-server]
34           - Converting characters for comments in moves caused an error. This 
35             issue has been fixed.
36           - If a player moves in the opponent's turn, it is illegal. But the
37             current CSA protocol does not clearly define a way to tell so to 
38             the players. This shogi-server internally keeps such a move in a
39             buffer and replay it when the player of the move gets his/her 
40             turn.
41
42 2008-03-16 Daigo Moriwaki <daigo at debian dot org>
43
44         * [shogi-server]
45           - Erroneously, Board#to_s's current player was always Black.
46             It caused wrong determination of sennichite since it did not
47             care about the current player of a state. This has been fixed.
48             Thanks Takada-san for reporting this bug.
49
50 2008-03-10 Daigo Moriwaki <daigo at debian dot org>
51
52         * [util/players-graph.rb]
53           - Applied Kaneko-san's patch, which also shows expected-rate24
54             rates.
55           - Small PNG gets smaller.
56
57 2008-03-08 Daigo Moriwaki <daigo at debian dot org>
58
59         * [mk_html]
60         - Added an option --wdoor. In this mode, a rate expected at Shogi
61           Club 24 is calculated from YSS's rating (he is 2400 now). 
62
63 2008-03-04 Daigo Moriwaki <daigo at debian dot org>
64
65         * [mk_rate]
66           - If the computed ratings do not stabilize, then mk_rate aborts.
67               $ ./mk_rate dir && ./mk_rate dir > players.yaml 
68             can avoid rewriting the invalid ratings to the file.
69
70 2008-02-23 Daigo Moriwaki <daigo at debian dot org>
71
72         * [shogi-server]
73           - A comment is converted to EUC-JP and then written in a log.
74             Note that this conversion guesses the input encoding. Clients
75             are recommended to send EUC-JP compatible strings to the
76             server.
77
78 2008-02-21 Daigo Moriwaki <daigo at debian dot org>
79
80         * [util/players-graph.rb]
81           - Released. Draw a chart for a player's rating score.
82
83 2008-02-17 Daigo Moriwaki <daigo at debian dot org>
84
85         * [shogi-server]
86           - An illegal teban specified for Floodgate login could crash the
87             server. This issue has been fixed.
88
89 2008-02-16 Daigo Moriwaki <daigo at debian dot org>
90
91         * [shogi-server]
92           - Thread.abort_on_exception is now false, meaning that 
93             a thread's abort does not affect the others. 
94           - The uchifuzume check did not generate promoting moves, which
95             could crash the server with illegal moves. This issue has
96             been fixed.
97
98 2008-02-14 Daigo Moriwaki <daigo at debian dot org>
99
100         * [shogi-server]
101           - Added a new pairing variation, Swiss-like style. Winners at the
102             previous games (his/her point of view, not the server's) are 
103             paired first, and then the others are matched. This is the 
104             default option now.
105           - Pairing classes are located in a separate source file,
106             pairing.rb. The file is 'load'ed each time to be used,
107             meaning that modifying the code will be applied to a running
108             server.
109           - You can specify a single player who will be out of pairing
110             when there are odd players waiting for Floodgate.
111
112 2008-02-13 Daigo Moriwaki <daigo at debian dot org>
113
114         * [shogi-server]
115           - When there are odd players wating for Floodgate, the random
116             pairing deletes the player who has ever played the most games.
117
118 2008-02-08 Daigo Moriwaki <daigo at debian dot org>
119
120         * [ml_html]
121           - For the Not-Yet-Rated group, those who have not connected
122             recently are not listed.
123         * [shogi-server]
124           - Floodgate's thread checks the current time each 10 secs.
125
126 2008-02-05 Daigo Moriwaki <daigo at debian dot org>
127
128         * [mk_rate] [mk_html]
129           - Display not-yet-rated players as well.
130         * [mk_html]
131           - Use Yahoo! UI Library.
132
133 2008-02-04 Daigo Moriwaki <daigo at debian dot org>
134
135         * [shogi-server] [webserver]
136           - In the daemon mode, if the specified directory was a relative
137             path, the server could fail to start with a permission denied
138             error. This issue has been fixed. The path is interpreted as 
139             an absolute path before switching to daemon. 
140           - In the daemon mode, a wrong process id was written in 
141             '--pid-file'. This issue has been fixed. Also, the pid file
142             will be removed when the server shuts down.
143
144 2008-02-03 Daigo Moriwaki <daigo at debian dot org>
145
146         * [shogi-server]
147           - Game names that are recognized as the floodgate mode are now 
148             /^floodgate-\d+-\d+$/.
149           - Floodgate could not schedule the next time when it was the next
150             day. This issue has been fixed.
151
152 2008-02-02 Daigo Moriwaki <daigo at debian dot org>
153
154         * [shogi-server]
155           - Implemented a new feature, Floodgate mode, for covenience with
156             public rating games. Now there is a special game "wdoor-900-0".
157             Matching players for that game is scheduled each 30 minitues.
158
159 2007-11-03 Daigo Moriwaki <daigo at debian dot org>
160
161         * [mk_rate]
162          - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
163            It may not work with lower verions. 
164
165 2007-09-06 Daigo Moriwaki <daigo at debian dot org>
166
167         * [shogi-server]
168           - The logic to detect Oute-Sennichite was not complete. Both players
169             (checking side and escaping side) may cause Oute-Sennichite. The old
170             logic only cared for the checking player. This issue has been fixed.
171
172 2007-06-16  Daigo Moriwaki <daigo at debian dot org>
173
174         * [webserver]
175           - Initial version. This web server is an interface between HTTP and
176             shogi-server. Shogi-server commands will be available over HTTP. As
177             of now %%LIST and %%WHO commands are supported.
178         * [mk_rate]
179           - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
180             rates sometimes went wrong (infinite values).
181
182 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
183
184         * [shogi-server]
185           - Implemented `CHALLENGE' command, and the server will respond with
186             `CHALLENGE ACCEPTED'. Note that this command is dummy for this server
187             because it is only available for CSA's official testing server and does
188             not belong to the CSA standard protocol.  Therefor, when clients receive
189             `CHALLENGE ACCEPTED' from this server, they must ignore it.
190           - Show revision in a start up message.
191
192 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
193
194         * [shogi-server]
195           - Implemented one of the keepalive protocol in CSA protocol; If clients
196             send LF, the server sends back LF.
197           - More care for socket errors.
198
199 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
200
201         * [mk_rate] When there were too few games to rate players (i.e. no
202           player to rate), mk_rate caused an error. Now it no longer shows
203           the error.
204
205 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
206
207         * [mk_html] Popup shows additional information.
208
209 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
210
211         * [shogi-server]
212           - Use WEBrick for server framework.
213           - Daemon mode is available.
214
215 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
216
217         * [shogi-server]
218           - Failed to show usage. This issue has been fixed. 
219           - Initial start of the server failed beacause of empty players.yaml.
220             This issues has been fixed.
221
222 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
223
224         * [mk_html]
225           - Show groups in the order specified in players.html.
226           - Players who gamed recently have a background color.
227         * [mk_rate]
228           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
229
230 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
231
232         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
233           That move should be illegal. This issue has been fixed.
234
235 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
236
237         * [mk_rate] Skip "abnormal" games, which were finished because of
238           network failure or communication error.  Recently some programs seem
239           to have a lot of tries to connect to the Shogi Server at wdoor for
240           debugging. We should ignore such games for a while to get a meaningful
241           ratings.
242
243 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
244
245         * [mk_rate][mk_html]
246           - Put players into "connected" groups in order to
247             show a correct, meaningful rating. In the group, each player has at
248             least a game with other players.
249           - The format of players.yaml was updated.
250         * [shogi-server] Followed the new format of players.yaml.
251
252 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
253
254         * [mk_rate] Corrected making win_loss_matrix.
255
256 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
257
258         * [mk_rate] players who never win or lose are not rated in order
259           the calculation to complete.
260
261 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
262
263         * [shogi-server] The CSA mode supports the trip in a password.
264
265 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
266
267         * [shogi-server] Refactored the login procedures.
268
269 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
270
271         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
272         * [mk_html] Add CSS to look better.
273
274 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
275
276         * [shogi-server]
277           - Remove the trip in a password. Now the password is hashed.
278         * [mk_rate]
279           - Support @NORATE syntax in a name, which avoids the player is
280             rated.
281
282 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
283
284         * [shogi-server]
285           - Support a new command, %%VERSION. It shows the server's revision#.
286
287 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
288
289         * [shogi-server]
290           - Re-design: trip is now a suffix of the password, not name.
291           - Simplified the output of %%RATING.
292         * [mk_rate]
293           - Support "@" indentificaton in a name; players with same
294             before-@-names are mapped to one.
295
296 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
297
298         * [mk_rate] Fix a bug. It solves the correct rate.
299
300 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
301
302         * [mk_rate] Re-design. 
303           - Correct the equations.
304           - Apply deaccelerated Newton method.
305
306 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
307
308         * [mk_rate]
309           - Fix a bug. Now it can see black/white players in a csa file.
310         * [shogi-server]
311           - Add a space in the output of %%RATING.
312
313 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
314
315         * [mk_rate] Record numbers of win/loss games.
316         * Add mk_html, which generates html from players.yaml
317         * Fix test/test_board.rb. Now it works. 
318         * Add test/TC_ALL.rb to run all test cases.
319         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
320           rated player.
321
322 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
323         
324         * Add mk_rate, which calculate rating scores.
325
326 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
327
328         * Change the style of a comment line on the rated game.
329
330 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
331
332         * Change the player id, which is now <name>+<hash_of_the_trip>.
333         * Fix the max length of the login name with a trip.
334         * Add a comment line about the rated game status in the CSA file.
335         * Remove the rating system, which will be calculated by another
336           program.
337
338 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
339
340         * Add a command, %%RATING, to show a ranking sorted by rates.
341
342 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
343
344         * Add a simple rating system.
345
346 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
347
348         * Add a @move_counter in Board class, which is used by Shogi Viewer
349           CGI.
350
351 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
352
353         * Jishogi kachi declaration did not work. This bug has been fixed.
354           Add debug lines to show a jishogi state.
355
356 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
357
358         * Support CSA Protocol Version 1.1.
359         * Change the declaration of Jishogi 1.1.
360
361 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
362
363         * Kifu logs are always written in separate files.
364         * Add a test case, test/TC_functional.rb
365         * Some refactorings.
366