OSDN Git Service

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