OSDN Git Service

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