OSDN Git Service

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