X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=cc0a3345b3fbc163f274556ada6915edcda3a5ef;hp=1f596f486fe9fa0589028047e75c9209b37c0c6a;hb=26a484b1c5fc49017833f509fdb5154b64174516;hpb=3f009a5ec519ab0cb5f27de8aca96d1ad2e88ed6 diff --git a/changelog b/changelog index 1f596f4..cc0a334 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,54 @@ +2010-08-03 Daigo Moriwaki + + * [shogi-server] + - sample/{check_file.rb,check_time.rb,check_time2.rb,test_time.rb}: + Added new files to test an issue where mtime of log files was + earlier than system time. + - shogi_server/league/floodgate_thread.rb: SetupFloodgate#start + now returns an instance correctly. + - ../shogi_server.rb, ../shogi_server/util.rb: Refactored + mkdir_for to Mkdir.mkdir_for. + +2010-07-25 Daigo Moriwaki + + * [shogi-server] + - shogi_server/command.rb: + + For an unknown error command log, an empty line is no longer logged. + + Commands specific to 81Dojo, starting with '%%%', are just + ignored instead of unknown command errors. + - shogi_server.rb: + + Refactoring. Added test/TC_logger.rb to test + ShogiServer::Logger class. + + Fixed race condition: creating a new directory to archive + logs may have caused race condition, which ended up with + making the server unavailable. This issue has been fixed. + - shogi-server: + + Improved fault tolerance of the server. + +2010-07-23 Daigo Moriwaki + + * [shogi-server] + - shogi_server/league/floodgate_thread.rb: When the server run + with DEBUG mode, it ended up with an undefined variable error. + This issue has been fixed. + +2010-07-17 Daigo Moriwaki + + * [shogi-server] + - shogi_server.rb, shogi_server/board.rb, shogi_server/move.rb + - Refactoring: Board can now move_to() and move_back() a move + instread of deep_copy(). + +2010-07-11 Daigo Moriwaki + + * [shogi-server] + - shogi_server/player.rb: Set initial values to BasicPlayer's + instance variables. + - shogi_server/league.rb: Improved performance of + Persistant#get_players. It took about 20 seconds for a large + size of players (5,300 lines in players.yaml). Now it completes in an + instance. + 2010-06-22 Daigo Moriwaki * [shogi-server]