OSDN Git Service

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