OSDN Git Service

* [shogi_server]
[shogi-server/shogi-server.git] / changelog
1 2009-01-13 Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi_server]
4           - It failed to proccess a game result, OuteKaihiMoreWin where a
5             checked king does not escape. This issue has been fixed.
6
7 2009-01-02 Daigo Moriwaki <daigo at debian dot org>
8
9         * [shogi-server]
10           - shogi_server/timeout_queue.rb: the timeout parameter of the
11             constructor was not respected erroneously. This issue
12             has been fixed.
13           - shogi_server/players.rb: When a player was finishing with its
14             write socket broken, there was a chance that the thread of the
15             player in the giant lock had to wait for a long time (about 20
16             seconds), which might cause threads of other players stop and 
17             time out. (Closes: #14469)
18
19 2008-12-30 Daigo Moriwaki <daigo at debian dot org>
20
21         * [mk_html]
22           - Added a new option: --footer filename, which inserts contents of 
23             the filename at the bottom of a genrated page. A text specific to 
24             wdoor should be written by using this option. 
25             (Closes: #14470)
26           - It does no more depend on RDoc. RDoc::usage does not work well
27             (due to RDoc).
28
29 2008-12-28 Daigo Moriwaki <daigo at debian dot org>
30
31         * [mk_rate]
32           - Check kifu files more carefully so that files that contain
33             incomplete records are skipped.
34           - mk_rate might have failed to alloc due to out of memory. Now it
35             consumes less memory (about 200MB instead of 2GB).
36           - File names can be put into STDIN instead of specifying directory
37             names in command line arguments.
38         * [csa-file-filter]
39           - New file. It filters kifu files and is of use for a pre-filter
40             of mk_rate.
41
42 2008-12-13 Daigo Moriwaki <daigo at debian dot org>
43
44         * [shogi-server]
45           - Improved an existance check and etc. of directories specified
46             by command line options, expecially in case of the daemon mode. 
47             (Closes: #14244)
48           - A lotated log file is moved to $topdir/YYYY/MM/DD.
49             (Closes: #14245)
50
51 2008-11-27 Daigo Moriwaki <daigo at debian dot org>
52
53         * [shogi-server]
54           - Added sample/*.sh for command line samples.
55
56 2008-11-24 Daigo Moriwaki <daigo at debian dot org>
57
58         * [shogi-server]
59           - Added a new option --floodgate-history, which allows users to
60             specify a file name that stores the records of games. The
61             records are taken care of when games are matched.
62
63 2008-10-18 Daigo Moriwaki <daigo at debian dot org>
64
65         * [utils/eval_graph.rb]
66           - Display time control graphs as well.
67             Thanks to Nishimura-san for this idea.
68             (Closes: #13678)
69
70 2008-10-08 Daigo Moriwaki <daigo at debian dot org>
71
72         * [shogi-server]
73           - Ruby 1.8.7 (or later) must be used. Ruby 1.8.6 is not supported.
74           - Daemon mode is available.
75           - shogi_server/piece_ky.rb is again merged with
76             shogi_server/piece.rb, then has been removed.  
77           - Added a test case, TC_usi.rb.
78
79 2008-06-30 Daigo Moriwaki <daigo at debian dot org>
80
81         * [shogi-server]
82           - Added a new option --player-log-dir, which allows users to log
83             messages that are received or sent to the wire.
84
85 2008-06-28 Daigo Moriwaki <daigo at debian dot org>
86
87         * [shogi-server]
88           - A rating comment line is now written before the first move in a
89             record file instead of after the last move, which allows other
90             applications watching a game to recognize players in the middle 
91             of the game. (Closes #12821)
92           - If a player, including a monitor, stuck at the time of sending
93             messages to the wire, which means that the giant lock was locked,
94             it might have prevented other players from processing until
95             timeout occurred. This issue has been fixed. (Closes #12555)
96
97 2008-06-27 Daigo Moriwaki <daigo at debian dot org>
98
99         * [shogi-server]
100           -  Pairing players might not have shuffled players because of
101              poor shuffling algorithm. This issue has been fixed.
102              (Closes: #12661)
103
104 2008-06-25 Daigo Moriwaki <daigo at debian dot org>
105
106         * [players_graph.rb]
107           - Check invalid arguments. (Closes: #12856)
108
109 2008-06-23 Daigo Moriwaki <daigo at debian dot org>
110
111         * [mk_rate]
112           - Added a new option: --fixed-rate and --fixed-rate-player
113             whose rate always results in that rate. (Closes: #12800)
114
115 2008-06-06 Daigo Moriwaki <daigo at debian dot org>
116
117         * [shogi-server]
118           - The source has been splited to multiple sub files.
119           - The program now depends on rubygems and activesupport.
120           - The program can reload the source files on the flight, by
121             sending a HUP signal to the server.
122           - The server log will be rotated daily.
123
124 2008-05-18 Daigo Moriwaki <daigo at debian dot org>
125
126         * [shogi-server]
127           - Last game results (win or lose) of x1 players were not
128             available on the next game. This issue has been fixed.
129             Thanks to Tomoyuki Kaneko for debugging.
130           - For draw games, "'rating" line in a .csa file was 
131             wrong (meaningless). This issue has been fixed.
132
133 2008-05-16 Daigo Moriwaki <daigo at debian dot org>
134
135         * [news]
136           - The repository has been converted from CVS to Subversion.
137
138 2008-05-13 Daigo Moriwaki <daigo at debian dot org>
139
140         * [shogi-server]
141           - Floodgate's thread could cause an error when players.yaml was
142             cleared by another program (mk_rate). This issue has been 
143             fixed.
144           - Give default values to BasicPlayer, which fixed undefined 
145             method error in Pairing.
146
147 2008-05-10 Daigo Moriwaki <daigo at debian dot org>
148
149         * [shogi-server]
150           - The server could not recognize uchifuzume as an illegal move.
151             This bug has been fixed.
152           - The server crashed by an undefined method error.
153             This issue has been fixed.
154
155 2008-05-05 Daigo Moriwaki <daigo at debian dot org>
156
157         * [shogi-server]
158           - .csa files will be located in a sub directory such as
159             "2008/05/05/*.csa". Thease days, we have many games in a day. 
160             This change will help users browse a file list.
161
162 2008-05-03 Daigo Moriwaki <daigo at debian dot org>
163
164         * [mk_html]
165           - Show players who have accessed in the last 30 minutes with 
166             different colors.
167
168 2008-04-22 Daigo Moriwaki <daigo at debian dot org>
169
170         * [mk_html]
171           - When YSS was not rated on the wdoor mode, wrong rate24 scores
172             were displayed. This issue has been fixed. Now YSS absence 
173             results in "N/A".
174
175 2008-04-21 Daigo Moriwaki <daigo at debian dot org>
176
177         * [mk_rate]
178           - The half-life period is now configurable.
179             ex $ ./mk_rate --half-life 14 --half-life-ignore 7 <records>
180
181 2008-04-12 Daigo Moriwaki <daigo at debian dot org>
182
183         * [shogi-server]
184           - Renamed variables (@id) since they caused Ruby's warning.
185
186 2008-04-11 Daigo Moriwaki <daigo at debian dot org>
187
188         * [shogi-server]
189           - Improved a way to handle diferred moves (2008-03-24's change),
190             based on Tomoyuki Kaneko's patch.
191
192 2008-04-01 Daigo Moriwaki <daigo at debian dot org>
193
194         * [shogi-server]
195           - An incorrect LOGIN crashed the server. This issue has been
196             fixed.
197
198 2008-03-24 Daigo Moriwaki <daigo at debian dot org>
199
200         * [shogi-server]
201           - Converting characters for comments in moves caused an error. This 
202             issue has been fixed.
203           - If a player moves in the opponent's turn, it is illegal. But the
204             current CSA protocol does not clearly define a way to tell so to 
205             the players. This shogi-server internally keeps such a move in a
206             buffer and replay it when the player of the move gets his/her 
207             turn.
208
209 2008-03-16 Daigo Moriwaki <daigo at debian dot org>
210
211         * [shogi-server]
212           - Erroneously, Board#to_s's current player was always Black.
213             It caused wrong determination of sennichite since it did not
214             care about the current player of a state. This has been fixed.
215             Thanks Takada-san for reporting this bug.
216
217 2008-03-10 Daigo Moriwaki <daigo at debian dot org>
218
219         * [util/players-graph.rb]
220           - Applied Kaneko-san's patch, which also shows expected-rate24
221             rates.
222           - Small PNG gets smaller.
223
224 2008-03-08 Daigo Moriwaki <daigo at debian dot org>
225
226         * [mk_html]
227         - Added an option --wdoor. In this mode, a rate expected at Shogi
228           Club 24 is calculated from YSS's rating (he is 2400 now). 
229
230 2008-03-04 Daigo Moriwaki <daigo at debian dot org>
231
232         * [mk_rate]
233           - If the computed ratings do not stabilize, then mk_rate aborts.
234               $ ./mk_rate dir && ./mk_rate dir > players.yaml 
235             can avoid rewriting the invalid ratings to the file.
236
237 2008-02-23 Daigo Moriwaki <daigo at debian dot org>
238
239         * [shogi-server]
240           - A comment is converted to EUC-JP and then written in a log.
241             Note that this conversion guesses the input encoding. Clients
242             are recommended to send EUC-JP compatible strings to the
243             server.
244
245 2008-02-21 Daigo Moriwaki <daigo at debian dot org>
246
247         * [util/players-graph.rb]
248           - Released. Draw a chart for a player's rating score.
249
250 2008-02-17 Daigo Moriwaki <daigo at debian dot org>
251
252         * [shogi-server]
253           - An illegal teban specified for Floodgate login could crash the
254             server. This issue has been fixed.
255
256 2008-02-16 Daigo Moriwaki <daigo at debian dot org>
257
258         * [shogi-server]
259           - Thread.abort_on_exception is now false, meaning that 
260             a thread's abort does not affect the others. 
261           - The uchifuzume check did not generate promoting moves, which
262             could crash the server with illegal moves. This issue has
263             been fixed.
264
265 2008-02-14 Daigo Moriwaki <daigo at debian dot org>
266
267         * [shogi-server]
268           - Added a new pairing variation, Swiss-like style. Winners at the
269             previous games (his/her point of view, not the server's) are 
270             paired first, and then the others are matched. This is the 
271             default option now.
272           - Pairing classes are located in a separate source file,
273             pairing.rb. The file is 'load'ed each time to be used,
274             meaning that modifying the code will be applied to a running
275             server.
276           - You can specify a single player who will be out of pairing
277             when there are odd players waiting for Floodgate.
278
279 2008-02-13 Daigo Moriwaki <daigo at debian dot org>
280
281         * [shogi-server]
282           - When there are odd players wating for Floodgate, the random
283             pairing deletes the player who has ever played the most games.
284
285 2008-02-08 Daigo Moriwaki <daigo at debian dot org>
286
287         * [ml_html]
288           - For the Not-Yet-Rated group, those who have not connected
289             recently are not listed.
290         * [shogi-server]
291           - Floodgate's thread checks the current time each 10 secs.
292
293 2008-02-05 Daigo Moriwaki <daigo at debian dot org>
294
295         * [mk_rate] [mk_html]
296           - Display not-yet-rated players as well.
297         * [mk_html]
298           - Use Yahoo! UI Library.
299
300 2008-02-04 Daigo Moriwaki <daigo at debian dot org>
301
302         * [shogi-server] [webserver]
303           - In the daemon mode, if the specified directory was a relative
304             path, the server could fail to start with a permission denied
305             error. This issue has been fixed. The path is interpreted as 
306             an absolute path before switching to daemon. 
307           - In the daemon mode, a wrong process id was written in 
308             '--pid-file'. This issue has been fixed. Also, the pid file
309             will be removed when the server shuts down.
310
311 2008-02-03 Daigo Moriwaki <daigo at debian dot org>
312
313         * [shogi-server]
314           - Game names that are recognized as the floodgate mode are now 
315             /^floodgate-\d+-\d+$/.
316           - Floodgate could not schedule the next time when it was the next
317             day. This issue has been fixed.
318
319 2008-02-02 Daigo Moriwaki <daigo at debian dot org>
320
321         * [shogi-server]
322           - Implemented a new feature, Floodgate mode, for covenience with
323             public rating games. Now there is a special game "wdoor-900-0".
324             Matching players for that game is scheduled each 30 minitues.
325
326 2007-11-03 Daigo Moriwaki <daigo at debian dot org>
327
328         * [mk_rate]
329          - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
330            It may not work with lower verions. 
331
332 2007-09-06 Daigo Moriwaki <daigo at debian dot org>
333
334         * [shogi-server]
335           - The logic to detect Oute-Sennichite was not complete. Both players
336             (checking side and escaping side) may cause Oute-Sennichite. The old
337             logic only cared for the checking player. This issue has been fixed.
338
339 2007-06-16  Daigo Moriwaki <daigo at debian dot org>
340
341         * [webserver]
342           - Initial version. This web server is an interface between HTTP and
343             shogi-server. Shogi-server commands will be available over HTTP. As
344             of now %%LIST and %%WHO commands are supported.
345         * [mk_rate]
346           - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
347             rates sometimes went wrong (infinite values).
348
349 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
350
351         * [shogi-server]
352           - Implemented `CHALLENGE' command, and the server will respond with
353             `CHALLENGE ACCEPTED'. Note that this command is dummy for this server
354             because it is only available for CSA's official testing server and does
355             not belong to the CSA standard protocol.  Therefor, when clients receive
356             `CHALLENGE ACCEPTED' from this server, they must ignore it.
357           - Show revision in a start up message.
358
359 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
360
361         * [shogi-server]
362           - Implemented one of the keepalive protocol in CSA protocol; If clients
363             send LF, the server sends back LF.
364           - More care for socket errors.
365
366 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
367
368         * [mk_rate] When there were too few games to rate players (i.e. no
369           player to rate), mk_rate caused an error. Now it no longer shows
370           the error.
371
372 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
373
374         * [mk_html] Popup shows additional information.
375
376 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
377
378         * [shogi-server]
379           - Use WEBrick for server framework.
380           - Daemon mode is available.
381
382 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
383
384         * [shogi-server]
385           - Failed to show usage. This issue has been fixed. 
386           - Initial start of the server failed beacause of empty players.yaml.
387             This issues has been fixed.
388
389 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
390
391         * [mk_html]
392           - Show groups in the order specified in players.html.
393           - Players who gamed recently have a background color.
394         * [mk_rate]
395           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
396
397 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
398
399         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
400           That move should be illegal. This issue has been fixed.
401
402 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
403
404         * [mk_rate] Skip "abnormal" games, which were finished because of
405           network failure or communication error.  Recently some programs seem
406           to have a lot of tries to connect to the Shogi Server at wdoor for
407           debugging. We should ignore such games for a while to get a meaningful
408           ratings.
409
410 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
411
412         * [mk_rate][mk_html]
413           - Put players into "connected" groups in order to
414             show a correct, meaningful rating. In the group, each player has at
415             least a game with other players.
416           - The format of players.yaml was updated.
417         * [shogi-server] Followed the new format of players.yaml.
418
419 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
420
421         * [mk_rate] Corrected making win_loss_matrix.
422
423 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
424
425         * [mk_rate] players who never win or lose are not rated in order
426           the calculation to complete.
427
428 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
429
430         * [shogi-server] The CSA mode supports the trip in a password.
431
432 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
433
434         * [shogi-server] Refactored the login procedures.
435
436 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
437
438         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
439         * [mk_html] Add CSS to look better.
440
441 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
442
443         * [shogi-server]
444           - Remove the trip in a password. Now the password is hashed.
445         * [mk_rate]
446           - Support @NORATE syntax in a name, which avoids the player is
447             rated.
448
449 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
450
451         * [shogi-server]
452           - Support a new command, %%VERSION. It shows the server's revision#.
453
454 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
455
456         * [shogi-server]
457           - Re-design: trip is now a suffix of the password, not name.
458           - Simplified the output of %%RATING.
459         * [mk_rate]
460           - Support "@" indentificaton in a name; players with same
461             before-@-names are mapped to one.
462
463 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
464
465         * [mk_rate] Fix a bug. It solves the correct rate.
466
467 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
468
469         * [mk_rate] Re-design. 
470           - Correct the equations.
471           - Apply deaccelerated Newton method.
472
473 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
474
475         * [mk_rate]
476           - Fix a bug. Now it can see black/white players in a csa file.
477         * [shogi-server]
478           - Add a space in the output of %%RATING.
479
480 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
481
482         * [mk_rate] Record numbers of win/loss games.
483         * Add mk_html, which generates html from players.yaml
484         * Fix test/test_board.rb. Now it works. 
485         * Add test/TC_ALL.rb to run all test cases.
486         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
487           rated player.
488
489 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
490         
491         * Add mk_rate, which calculate rating scores.
492
493 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
494
495         * Change the style of a comment line on the rated game.
496
497 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
498
499         * Change the player id, which is now <name>+<hash_of_the_trip>.
500         * Fix the max length of the login name with a trip.
501         * Add a comment line about the rated game status in the CSA file.
502         * Remove the rating system, which will be calculated by another
503           program.
504
505 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
506
507         * Add a command, %%RATING, to show a ranking sorted by rates.
508
509 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
510
511         * Add a simple rating system.
512
513 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
514
515         * Add a @move_counter in Board class, which is used by Shogi Viewer
516           CGI.
517
518 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
519
520         * Jishogi kachi declaration did not work. This bug has been fixed.
521           Add debug lines to show a jishogi state.
522
523 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
524
525         * Support CSA Protocol Version 1.1.
526         * Change the declaration of Jishogi 1.1.
527
528 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
529
530         * Kifu logs are always written in separate files.
531         * Add a test case, test/TC_functional.rb
532         * Some refactorings.
533