OSDN Git Service

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