OSDN Git Service

Provided a test case for Logger.logdev.mkdir_for()
[shogi-server/shogi-server.git] / changelog
1 2010-07-25  Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server]
4           - shogi_server/command.rb: 
5             + For an unknown error command log, an empty line is no longer logged.
6             + Commands specific to 81Dojo, starting with '%%%', are just
7               ignored instead of unknown command errors.
8           - shogi_server.rb: 
9             + Refactoring. Added test/TC_logger.rb to test
10               ShogiServer::Logger class.
11             + Fixed race condition: creating a new directory to archive
12               logs may have caused race condition, which ended up with
13               making the server unavailable. This issue has been fixed. 
14           - shogi-server:
15             + Improved fault tolerance of the server.
16
17 2010-07-23  Daigo Moriwaki <daigo at debian dot org>
18
19         * [shogi-server]
20           - shogi_server/league/floodgate_thread.rb: When the server run
21             with DEBUG mode, it ended up with an undefined variable error. 
22             This issue has been fixed.
23
24 2010-07-17  Daigo Moriwaki <daigo at debian dot org>
25
26         * [shogi-server]
27           - shogi_server.rb, shogi_server/board.rb, shogi_server/move.rb
28             - Refactoring: Board can now move_to() and move_back() a move
29               instread of deep_copy().
30
31 2010-07-11  Daigo Moriwaki <daigo at debian dot org>
32
33         * [shogi-server]
34           - shogi_server/player.rb: Set initial values to BasicPlayer's
35             instance variables.
36           - shogi_server/league.rb: Improved performance of
37             Persistant#get_players. It took about 20 seconds for a large
38             size of players (5,300 lines in players.yaml). Now it completes in an
39             instance.
40
41 2010-06-22  Daigo Moriwaki <daigo at debian dot org>
42
43         * [shogi-server]
44           - A new command line option: 
45               --floodgate-names GameStringA[,GameStringB[,...]]
46             where a game string should be a valid game name such as
47             floodgate-900-0.  
48             .
49             Note: Without this option, no floodgate games are started. If
50             you want floodgate-900-0 to run, which was default enabled in
51             previous versions, you need to spefify the game name in this new
52             option.
53           - Floodgate time configuration file:
54             You need to set starting times of floodgate groups in
55             configuration files under the top directory. Each floodgat
56             e group requires a correspoding configuration file named
57             "<game_name>.conf". The file will be re-read once just after a
58             game starts. 
59             .
60             For example, a floodgate-3600-30 game group requires
61             floodgate-3600-30.conf.  However, for floodgate-900-0 and
62             floodgate-3600-0, which were default enabled in previous
63             versions, configuration files are optional if you are happy with
64             defualt time settings.
65             File format is:
66               Line format: 
67                 # This is a comment line
68                 DoW Time
69                 ...
70               where
71                 DoW := "Sun" | "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" |
72                        "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" |
73                        "Friday" | "Saturday" 
74                 Time := HH:MM
75              
76               For example,
77                 Sat 13:00
78                 Sat 22:00
79                 Sun 13:00
80
81 2010-06-01  Daigo Moriwaki <daigo at debian dot org>
82
83         * [shogi-server]
84           - shogi_server/command.rb: Fixed an issue that MONITOR2OFF did not
85             work. Thanks to HIDECHI and koudayu.
86
87 2010-05-10  Daigo Moriwaki <daigo at debian dot org>
88
89         * [shogi-server]
90           - test/*.rb: Improved performance and stability of tests
91           - shogi_server/player.rb: Help the write_thread to terminate
92
93 2010-05-06  Daigo Moriwaki <daigo at debian dot org>
94
95         * [mk_rate]
96           - Previously mk_rate did not count in draw games. Now a draw game
97             is considered to weight 0.5 win and 0.5 loss. Respect
98             Inaniwa-shogi which strategically aims to draw.
99           - a new command line option, --skip-draw-games. In this mode, draw
100             games are just ignored as mk_rate previously did.
101
102 2010-04-25  Daigo Moriwaki <daigo at debian dot org>
103
104         * [shogi-server]
105           - shogi_server/player.rb:
106             Log a warning message in a case that a player closes a
107             connection suddenly.
108
109 2010-04-13  Daigo Moriwaki <daigo at debian dot org>
110
111         * [shogi-server]
112           - shogi_server/command.rb:
113             Equality of MonitorHandler class was wrong. %%MONITOROFF and
114             %%MONITOR2OFF may cause unexpected behavior. This issue has been
115             fixed. Thanks to Kota Fujiwara for reporting.
116
117 2010-03-07  Daigo Moriwaki <daigo at debian dot org>
118
119         * [shogi-server]
120           - If two sequential moves from a player are identical, the last
121             one will be ignored and a game is in play. This situation might
122             happen with human players, especially on slow network,
123             impatiently sending a move twice. 
124
125 2010-02-27  Daigo Moriwaki <daigo at debian dot org>
126
127         * [shogi-server]
128           - The server now provides more accurate time control. Previouslly,
129             a player's thinking time included a time waiting to get the giant
130             lock. This may have caused games to time up, especially, during
131             byo-yomi etc.
132
133 2010-01-22  Daigo Moriwaki <daigo at debian dot org>
134
135         * [shogi-server]
136           - Experimental feature: support handicapped games.
137             Game names that have the following prefixes are recognized as
138             handicapped games. Turn symbols "+" and "-" mean Uwate (expert)
139             and Shitate (beginner) respectively (i.e. Uwate players first).
140             "*" is not available. 
141             - hclance_
142             - hcbishop_
143             - hcrook_
144             - hcrooklance_
145             - hc2p_
146             - hc4p_
147             - hc6p_
148             - hc10p_
149
150 2010-01-16  Daigo Moriwaki <daigo at debian dot org>
151
152         * [shogi-server]
153           - shogi_server/command.rb, test/TC_command.rb
154             Proposal implementation of a new command called MONITOR2{ON,OFF}.
155             When the MONITOR2ON command is issued by a player, the server
156             immediately sends the player the entire contents of a record
157             file of the game, i.e. history of moves and so on, at that time.
158             Then, the server will forward subsequent moves like they are
159             appended to the record file.
160           - Behavior changed: A player monitoring a game with MONITORON will
161             not receive Game#show again when a gaming player resigns (:toryo).
162
163 2010-01-10  Daigo Moriwaki <daigo at debian dot org>
164
165         * Converted the repository from Subversion to Git.
166
167 2009-12-26 Daigo Moriwaki <daigo at debian dot org> 
168
169         * [shogi-server]
170           - The server can now provide multiple floodgate modes such as
171             floodgate-900-0 and floodgate-3600-0.
172
173 2009-12-25 Daigo Moriwaki <daigo at debian dot org>
174
175         * [shogi-server]
176           - shogi-server: The command line option --floodgate-history has
177             been deprectated. The server will decide history file names such
178             as 'floodgate_history_900_0.yaml' and
179             'floodgate_history_3600_0.yaml', and then put them in the top
180             directory.
181
182 2009-12-20 Daigo Moriwaki <daigo at debian dot org>
183
184         * [shogi-server]
185           - shogi_server/player.rb: Added new methods: is_human? and
186             is_computer?. 
187             A human player is recommened to use a name ending with '_human'.  
188             ex. 'hoge_human', 'hoge_human@p1'
189           - shogi_server/pairing.rb: Added a new class:
190             StartGameWithoutHumans, which tries to make pairs trying to
191             avoid a human-human match. This is now enabled instread of the
192             previous class: StartGame.
193           - shogi-server, shogi_server/league/floodgate.rb:
194             Changed the argument of Floodgate.new.
195
196 2009-12-04 Daigo Moriwaki <daigo at debian dot org>
197
198         * [shogi-server]
199           - The HUP signal is not supported by Ruby on Windows.
200
201 2009-11-11 Daigo Moriwaki <daigo at debian dot org>
202
203         * [mk_rate]
204           - Added a new command line option: --base-date. You can specify a
205             base date to calculate rating scores. Games in the `future' are
206             ignored for the calculation.
207
208 2009-11-10 Daigo Moriwaki <daigo at debian dot org>
209
210         * [shogi-server]
211           - The server logs a result of each game to a file named '00LIST',
212             which will be used to generate players.yaml. If the file does
213             not exist, the server will create one automatically.
214             Instruction to use the game result list file:
215             1. Make a list of game results from exisiting CSA files with
216                mk_game_results
217                % ./mk_game_results dir_of_csa_files > 00LIST
218             2. Run the server. It appends a result of each game to
219                '00LIST' when the game finishes.
220             3. From the list of game results, calculate rating scores of
221                players.
222                % ./mk_rate 00LIST > players.yaml
223
224 2009-11-08 Daigo Moriwaki <daigo at debian dot org>
225
226         * [mk_rate]
227           - Split a pre-process collecting game results from csa files into
228             a new command, mk_game_results. Now, Generating players.yaml
229             requires two steps as follows:
230               % ./mk_game_results dir_of_csa_files > 00LIST
231               % ./mk_rate 00LIST > players.yaml
232               or
233               % ./mk_game_results dir_of_csa_files | ./mk_rate > players.yaml 
234             (Closes: #19454)
235
236 2009-08-06 Daigo Moriwaki <daigo at debian dot org>
237
238         * [shogi-server]
239           - A experimental new feature, codenamed Buoy: it allows players to
240             play a game starting with a specified position. First, a player
241             sets a buoy game with moves to a specific position. Then, two
242             players can play a new game with the game name.
243             New commands:
244             + %%SETBUOY <game_name> <moves> [count]
245               Set a new buoy game.
246               ex. %%SETBUOYGAME buoy_foo-900-0 +7776FU 10
247               ex. %%SETBUOYGAME buoy_foo-1500-0 +7776FU-3334FU
248               - game_name is a valid game name with a prefix "buoy_".
249               ex. buoy_foo-900-0
250               - moves are initial moves from the Hirate position to a
251               spcific position that you want to start with.
252               ex. +7776FU-3334FU+8786FU
253               - count is an optional attribute to tell how many times the
254               game can be played (default 1). The count is decremented
255               when the game finishes. If the count reaches zero, the buoy
256               game is removed automatically by the server.
257               ex. 10
258             + %%DELETEBUOY <game_name>
259               Delete a buoy game. The only owner who set up the game is
260               allowed to delete it.
261               ex. %%DELETEBUOY buoy_foo-900-0
262               - game_name is the buoy game name that was created.
263             + %%GETBUOYCOUNT <game_name>
264               Show a current count of the buoy game or -1 for non-existing
265               games.
266
267
268 2009-07-11 Daigo Moriwaki <daigo at debian dot org>
269
270         * [shogi-server]
271           - shogi_server/command.rb: refactored commands out of player.rb.
272
273 2009-06-18 Daigo Moriwaki <daigo at debian dot org>
274
275         * [shogi-server]
276           - An emtpy floodgate_history.yaml caused a server error. This
277             issue has been fixed. 
278             (Closes: #15124)
279
280 2009-06-17 Daigo Moriwaki <daigo at debian dot org>
281
282         * [shogi-server]
283           - If a new game matched between two players is not started within
284             a certain time (default 120 seconds) (i.e. the agree_waiting or
285             start_waiting state lasts too long), the Server REJECTs the game.
286             (Closes: #14425)
287
288 2009-06-15 Daigo Moriwaki <daigo at debian dot org>
289
290         * [shogi-server]
291           - When a Gote player AGREEd a new game and then a Sente player
292             logged out (LOGOUT), the Gote incorrectly received a LOGOUT message 
293             from the server. Since Gote's state was not AGREEd or STARTed yet,
294             the Gote should be REJECTed. This issue has been fixed. 
295             (Closes: #17335)
296
297 2009-06-14 Daigo Moriwaki <daigo at debian dot org>
298
299         * [shogi-server]
300           - The Board could not recognize a certain pattern of
301             Oute-Sennichite. This issue has been fixed.
302             (Closes: #13966)
303
304 2009-03-22 Daigo Moriwaki <daigo at debian dot org>
305
306         * [utils/correct-bug14635.rb]
307           - Added a new file. This program corrects illegal lines introduced
308             by the #14635 bug.
309
310 2009-03-07 Daigo Moriwaki <daigo at debian dot org>
311
312         * [csa-file-filter]
313           - Improved performance.
314
315 2009-02-15 Daigo Moriwaki <daigo at debian dot org>
316
317         * [shogi-server]
318           - A duplicated comment that is the one of the previous (or older)
319             move might be erroneously recorded in a csa file. This issue has 
320             been fixed. (Closes: #15080)
321
322 2009-02-11 Daigo Moriwaki <daigo at debian dot org>
323
324         * [utils/csa-filter.rb]
325           - Added a new file. This program filters CSA files.
326
327 2009-02-01 Daigo Moriwaki <daigo at debian dot org>
328
329         * [shogi-server]
330           - The shogi-server records csa files of games in an illegal
331             format. This issue has been fixed. (Closes: #14635)
332           - A ##[MONITOR] command for showing a game result such as %TORYO
333             was not correct. This issue has been fixed.  
334
335 2009-01-13 Daigo Moriwaki <daigo at debian dot org>
336
337         * [shogi-server]
338           - It failed to proccess a game result, OuteKaihiMoreWin where a
339             checked king does not escape. This issue has been fixed.
340
341 2009-01-02 Daigo Moriwaki <daigo at debian dot org>
342
343         * [shogi-server]
344           - shogi_server/timeout_queue.rb: the timeout parameter of the
345             constructor was not respected erroneously. This issue
346             has been fixed.
347           - shogi_server/players.rb: When a player was finishing with its
348             write socket broken, there was a chance that the thread of the
349             player in the giant lock had to wait for a long time (about 20
350             seconds), which might cause threads of other players stop and 
351             time out. (Closes: #14469)
352
353 2008-12-30 Daigo Moriwaki <daigo at debian dot org>
354
355         * [mk_html]
356           - Added a new option: --footer filename, which inserts contents of 
357             the filename at the bottom of a genrated page. A text specific to 
358             wdoor should be written by using this option. 
359             (Closes: #14470)
360           - It does no more depend on RDoc. RDoc::usage does not work well
361             (due to RDoc).
362
363 2008-12-28 Daigo Moriwaki <daigo at debian dot org>
364
365         * [mk_rate]
366           - Check kifu files more carefully so that files that contain
367             incomplete records are skipped.
368           - mk_rate might have failed to alloc due to out of memory. Now it
369             consumes less memory (about 200MB instead of 2GB).
370           - File names can be put into STDIN instead of specifying directory
371             names in command line arguments.
372         * [csa-file-filter]
373           - New file. It filters kifu files and is of use for a pre-filter
374             of mk_rate.
375
376 2008-12-13 Daigo Moriwaki <daigo at debian dot org>
377
378         * [shogi-server]
379           - Improved an existance check and etc. of directories specified
380             by command line options, expecially in case of the daemon mode. 
381             (Closes: #14244)
382           - A lotated log file is moved to $topdir/YYYY/MM/DD.
383             (Closes: #14245)
384
385 2008-11-27 Daigo Moriwaki <daigo at debian dot org>
386
387         * [shogi-server]
388           - Added sample/*.sh for command line samples.
389
390 2008-11-24 Daigo Moriwaki <daigo at debian dot org>
391
392         * [shogi-server]
393           - Added a new option --floodgate-history, which allows users to
394             specify a file name that stores the records of games. The
395             records are taken care of when games are matched.
396
397 2008-10-18 Daigo Moriwaki <daigo at debian dot org>
398
399         * [utils/eval_graph.rb]
400           - Display time control graphs as well.
401             Thanks to Nishimura-san for this idea.
402             (Closes: #13678)
403
404 2008-10-08 Daigo Moriwaki <daigo at debian dot org>
405
406         * [shogi-server]
407           - Ruby 1.8.7 (or later) must be used. Ruby 1.8.6 is not supported.
408           - Daemon mode is available.
409           - shogi_server/piece_ky.rb is again merged with
410             shogi_server/piece.rb, then has been removed.  
411           - Added a test case, TC_usi.rb.
412
413 2008-06-30 Daigo Moriwaki <daigo at debian dot org>
414
415         * [shogi-server]
416           - Added a new option --player-log-dir, which allows users to log
417             messages that are received or sent to the wire.
418
419 2008-06-28 Daigo Moriwaki <daigo at debian dot org>
420
421         * [shogi-server]
422           - A rating comment line is now written before the first move in a
423             record file instead of after the last move, which allows other
424             applications watching a game to recognize players in the middle 
425             of the game. (Closes #12821)
426           - If a player, including a monitor, stuck at the time of sending
427             messages to the wire, which means that the giant lock was locked,
428             it might have prevented other players from processing until
429             timeout occurred. This issue has been fixed. (Closes #12555)
430
431 2008-06-27 Daigo Moriwaki <daigo at debian dot org>
432
433         * [shogi-server]
434           -  Pairing players might not have shuffled players because of
435              poor shuffling algorithm. This issue has been fixed.
436              (Closes: #12661)
437
438 2008-06-25 Daigo Moriwaki <daigo at debian dot org>
439
440         * [players_graph.rb]
441           - Check invalid arguments. (Closes: #12856)
442
443 2008-06-23 Daigo Moriwaki <daigo at debian dot org>
444
445         * [mk_rate]
446           - Added a new option: --fixed-rate and --fixed-rate-player
447             whose rate always results in that rate. (Closes: #12800)
448
449 2008-06-06 Daigo Moriwaki <daigo at debian dot org>
450
451         * [shogi-server]
452           - The source has been splited to multiple sub files.
453           - The program now depends on rubygems and activesupport.
454           - The program can reload the source files on the flight, by
455             sending a HUP signal to the server.
456           - The server log will be rotated daily.
457
458 2008-05-18 Daigo Moriwaki <daigo at debian dot org>
459
460         * [shogi-server]
461           - Last game results (win or lose) of x1 players were not
462             available on the next game. This issue has been fixed.
463             Thanks to Tomoyuki Kaneko for debugging.
464           - For draw games, "'rating" line in a .csa file was 
465             wrong (meaningless). This issue has been fixed.
466
467 2008-05-16 Daigo Moriwaki <daigo at debian dot org>
468
469         * [news]
470           - The repository has been converted from CVS to Subversion.
471
472 2008-05-13 Daigo Moriwaki <daigo at debian dot org>
473
474         * [shogi-server]
475           - Floodgate's thread could cause an error when players.yaml was
476             cleared by another program (mk_rate). This issue has been 
477             fixed.
478           - Give default values to BasicPlayer, which fixed undefined 
479             method error in Pairing.
480
481 2008-05-10 Daigo Moriwaki <daigo at debian dot org>
482
483         * [shogi-server]
484           - The server could not recognize uchifuzume as an illegal move.
485             This bug has been fixed.
486           - The server crashed by an undefined method error.
487             This issue has been fixed.
488
489 2008-05-05 Daigo Moriwaki <daigo at debian dot org>
490
491         * [shogi-server]
492           - .csa files will be located in a sub directory such as
493             "2008/05/05/*.csa". Thease days, we have many games in a day. 
494             This change will help users browse a file list.
495
496 2008-05-03 Daigo Moriwaki <daigo at debian dot org>
497
498         * [mk_html]
499           - Show players who have accessed in the last 30 minutes with 
500             different colors.
501
502 2008-04-22 Daigo Moriwaki <daigo at debian dot org>
503
504         * [mk_html]
505           - When YSS was not rated on the wdoor mode, wrong rate24 scores
506             were displayed. This issue has been fixed. Now YSS absence 
507             results in "N/A".
508
509 2008-04-21 Daigo Moriwaki <daigo at debian dot org>
510
511         * [mk_rate]
512           - The half-life period is now configurable.
513             ex $ ./mk_rate --half-life 14 --half-life-ignore 7 <records>
514
515 2008-04-12 Daigo Moriwaki <daigo at debian dot org>
516
517         * [shogi-server]
518           - Renamed variables (@id) since they caused Ruby's warning.
519
520 2008-04-11 Daigo Moriwaki <daigo at debian dot org>
521
522         * [shogi-server]
523           - Improved a way to handle diferred moves (2008-03-24's change),
524             based on Tomoyuki Kaneko's patch.
525
526 2008-04-01 Daigo Moriwaki <daigo at debian dot org>
527
528         * [shogi-server]
529           - An incorrect LOGIN crashed the server. This issue has been
530             fixed.
531
532 2008-03-24 Daigo Moriwaki <daigo at debian dot org>
533
534         * [shogi-server]
535           - Converting characters for comments in moves caused an error. This 
536             issue has been fixed.
537           - If a player moves in the opponent's turn, it is illegal. But the
538             current CSA protocol does not clearly define a way to tell so to 
539             the players. This shogi-server internally keeps such a move in a
540             buffer and replay it when the player of the move gets his/her 
541             turn.
542
543 2008-03-16 Daigo Moriwaki <daigo at debian dot org>
544
545         * [shogi-server]
546           - Erroneously, Board#to_s's current player was always Black.
547             It caused wrong determination of sennichite since it did not
548             care about the current player of a state. This has been fixed.
549             Thanks Takada-san for reporting this bug.
550
551 2008-03-10 Daigo Moriwaki <daigo at debian dot org>
552
553         * [util/players-graph.rb]
554           - Applied Kaneko-san's patch, which also shows expected-rate24
555             rates.
556           - Small PNG gets smaller.
557
558 2008-03-08 Daigo Moriwaki <daigo at debian dot org>
559
560         * [mk_html]
561         - Added an option --wdoor. In this mode, a rate expected at Shogi
562           Club 24 is calculated from YSS's rating (he is 2400 now). 
563
564 2008-03-04 Daigo Moriwaki <daigo at debian dot org>
565
566         * [mk_rate]
567           - If the computed ratings do not stabilize, then mk_rate aborts.
568               $ ./mk_rate dir && ./mk_rate dir > players.yaml 
569             can avoid rewriting the invalid ratings to the file.
570
571 2008-02-23 Daigo Moriwaki <daigo at debian dot org>
572
573         * [shogi-server]
574           - A comment is converted to EUC-JP and then written in a log.
575             Note that this conversion guesses the input encoding. Clients
576             are recommended to send EUC-JP compatible strings to the
577             server.
578
579 2008-02-21 Daigo Moriwaki <daigo at debian dot org>
580
581         * [util/players-graph.rb]
582           - Released. Draw a chart for a player's rating score.
583
584 2008-02-17 Daigo Moriwaki <daigo at debian dot org>
585
586         * [shogi-server]
587           - An illegal teban specified for Floodgate login could crash the
588             server. This issue has been fixed.
589
590 2008-02-16 Daigo Moriwaki <daigo at debian dot org>
591
592         * [shogi-server]
593           - Thread.abort_on_exception is now false, meaning that 
594             a thread's abort does not affect the others. 
595           - The uchifuzume check did not generate promoting moves, which
596             could crash the server with illegal moves. This issue has
597             been fixed.
598
599 2008-02-14 Daigo Moriwaki <daigo at debian dot org>
600
601         * [shogi-server]
602           - Added a new pairing variation, Swiss-like style. Winners at the
603             previous games (his/her point of view, not the server's) are 
604             paired first, and then the others are matched. This is the 
605             default option now.
606           - Pairing classes are located in a separate source file,
607             pairing.rb. The file is 'load'ed each time to be used,
608             meaning that modifying the code will be applied to a running
609             server.
610           - You can specify a single player who will be out of pairing
611             when there are odd players waiting for Floodgate.
612
613 2008-02-13 Daigo Moriwaki <daigo at debian dot org>
614
615         * [shogi-server]
616           - When there are odd players wating for Floodgate, the random
617             pairing deletes the player who has ever played the most games.
618
619 2008-02-08 Daigo Moriwaki <daigo at debian dot org>
620
621         * [ml_html]
622           - For the Not-Yet-Rated group, those who have not connected
623             recently are not listed.
624         * [shogi-server]
625           - Floodgate's thread checks the current time each 10 secs.
626
627 2008-02-05 Daigo Moriwaki <daigo at debian dot org>
628
629         * [mk_rate] [mk_html]
630           - Display not-yet-rated players as well.
631         * [mk_html]
632           - Use Yahoo! UI Library.
633
634 2008-02-04 Daigo Moriwaki <daigo at debian dot org>
635
636         * [shogi-server] [webserver]
637           - In the daemon mode, if the specified directory was a relative
638             path, the server could fail to start with a permission denied
639             error. This issue has been fixed. The path is interpreted as 
640             an absolute path before switching to daemon. 
641           - In the daemon mode, a wrong process id was written in 
642             '--pid-file'. This issue has been fixed. Also, the pid file
643             will be removed when the server shuts down.
644
645 2008-02-03 Daigo Moriwaki <daigo at debian dot org>
646
647         * [shogi-server]
648           - Game names that are recognized as the floodgate mode are now 
649             /^floodgate-\d+-\d+$/.
650           - Floodgate could not schedule the next time when it was the next
651             day. This issue has been fixed.
652
653 2008-02-02 Daigo Moriwaki <daigo at debian dot org>
654
655         * [shogi-server]
656           - Implemented a new feature, Floodgate mode, for covenience with
657             public rating games. Now there is a special game "wdoor-900-0".
658             Matching players for that game is scheduled each 30 minitues.
659
660 2007-11-03 Daigo Moriwaki <daigo at debian dot org>
661
662         * [mk_rate]
663          - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
664            It may not work with lower verions. 
665
666 2007-09-06 Daigo Moriwaki <daigo at debian dot org>
667
668         * [shogi-server]
669           - The logic to detect Oute-Sennichite was not complete. Both players
670             (checking side and escaping side) may cause Oute-Sennichite. The old
671             logic only cared for the checking player. This issue has been fixed.
672
673 2007-06-16  Daigo Moriwaki <daigo at debian dot org>
674
675         * [webserver]
676           - Initial version. This web server is an interface between HTTP and
677             shogi-server. Shogi-server commands will be available over HTTP. As
678             of now %%LIST and %%WHO commands are supported.
679         * [mk_rate]
680           - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
681             rates sometimes went wrong (infinite values).
682
683 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
684
685         * [shogi-server]
686           - Implemented `CHALLENGE' command, and the server will respond with
687             `CHALLENGE ACCEPTED'. Note that this command is dummy for this server
688             because it is only available for CSA's official testing server and does
689             not belong to the CSA standard protocol.  Therefor, when clients receive
690             `CHALLENGE ACCEPTED' from this server, they must ignore it.
691           - Show revision in a start up message.
692
693 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
694
695         * [shogi-server]
696           - Implemented one of the keepalive protocol in CSA protocol; If clients
697             send LF, the server sends back LF.
698           - More care for socket errors.
699
700 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
701
702         * [mk_rate] When there were too few games to rate players (i.e. no
703           player to rate), mk_rate caused an error. Now it no longer shows
704           the error.
705
706 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
707
708         * [mk_html] Popup shows additional information.
709
710 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
711
712         * [shogi-server]
713           - Use WEBrick for server framework.
714           - Daemon mode is available.
715
716 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
717
718         * [shogi-server]
719           - Failed to show usage. This issue has been fixed. 
720           - Initial start of the server failed beacause of empty players.yaml.
721             This issues has been fixed.
722
723 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
724
725         * [mk_html]
726           - Show groups in the order specified in players.html.
727           - Players who gamed recently have a background color.
728         * [mk_rate]
729           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
730
731 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
732
733         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
734           That move should be illegal. This issue has been fixed.
735
736 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
737
738         * [mk_rate] Skip "abnormal" games, which were finished because of
739           network failure or communication error.  Recently some programs seem
740           to have a lot of tries to connect to the Shogi Server at wdoor for
741           debugging. We should ignore such games for a while to get a meaningful
742           ratings.
743
744 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
745
746         * [mk_rate][mk_html]
747           - Put players into "connected" groups in order to
748             show a correct, meaningful rating. In the group, each player has at
749             least a game with other players.
750           - The format of players.yaml was updated.
751         * [shogi-server] Followed the new format of players.yaml.
752
753 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
754
755         * [mk_rate] Corrected making win_loss_matrix.
756
757 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
758
759         * [mk_rate] players who never win or lose are not rated in order
760           the calculation to complete.
761
762 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
763
764         * [shogi-server] The CSA mode supports the trip in a password.
765
766 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
767
768         * [shogi-server] Refactored the login procedures.
769
770 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
771
772         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
773         * [mk_html] Add CSS to look better.
774
775 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
776
777         * [shogi-server]
778           - Remove the trip in a password. Now the password is hashed.
779         * [mk_rate]
780           - Support @NORATE syntax in a name, which avoids the player is
781             rated.
782
783 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
784
785         * [shogi-server]
786           - Support a new command, %%VERSION. It shows the server's revision#.
787
788 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
789
790         * [shogi-server]
791           - Re-design: trip is now a suffix of the password, not name.
792           - Simplified the output of %%RATING.
793         * [mk_rate]
794           - Support "@" indentificaton in a name; players with same
795             before-@-names are mapped to one.
796
797 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
798
799         * [mk_rate] Fix a bug. It solves the correct rate.
800
801 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
802
803         * [mk_rate] Re-design. 
804           - Correct the equations.
805           - Apply deaccelerated Newton method.
806
807 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
808
809         * [mk_rate]
810           - Fix a bug. Now it can see black/white players in a csa file.
811         * [shogi-server]
812           - Add a space in the output of %%RATING.
813
814 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
815
816         * [mk_rate] Record numbers of win/loss games.
817         * Add mk_html, which generates html from players.yaml
818         * Fix test/test_board.rb. Now it works. 
819         * Add test/TC_ALL.rb to run all test cases.
820         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
821           rated player.
822
823 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
824         
825         * Add mk_rate, which calculate rating scores.
826
827 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
828
829         * Change the style of a comment line on the rated game.
830
831 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
832
833         * Change the player id, which is now <name>+<hash_of_the_trip>.
834         * Fix the max length of the login name with a trip.
835         * Add a comment line about the rated game status in the CSA file.
836         * Remove the rating system, which will be calculated by another
837           program.
838
839 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
840
841         * Add a command, %%RATING, to show a ranking sorted by rates.
842
843 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
844
845         * Add a simple rating system.
846
847 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
848
849         * Add a @move_counter in Board class, which is used by Shogi Viewer
850           CGI.
851
852 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
853
854         * Jishogi kachi declaration did not work. This bug has been fixed.
855           Add debug lines to show a jishogi state.
856
857 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
858
859         * Support CSA Protocol Version 1.1.
860         * Change the declaration of Jishogi 1.1.
861
862 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
863
864         * Kifu logs are always written in separate files.
865         * Add a test case, test/TC_functional.rb
866         * Some refactorings.
867