OSDN Git Service

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