OSDN Git Service

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