OSDN Git Service

* [shogi-server]
[shogi-server/shogi-server.git] / changelog
1 2009-02-01 Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server]
4           - The shogi-server records csa files of games in an illegal
5             format. This issue has been fixed. (Closes: #14635)
6           - A ##[MONITOR] command for showing a game result such as %TORYO
7             was not correct. This issue has been fixed.  
8
9 2009-01-13 Daigo Moriwaki <daigo at debian dot org>
10
11         * [shogi-server]
12           - It failed to proccess a game result, OuteKaihiMoreWin where a
13             checked king does not escape. This issue has been fixed.
14
15 2009-01-02 Daigo Moriwaki <daigo at debian dot org>
16
17         * [shogi-server]
18           - shogi_server/timeout_queue.rb: the timeout parameter of the
19             constructor was not respected erroneously. This issue
20             has been fixed.
21           - shogi_server/players.rb: When a player was finishing with its
22             write socket broken, there was a chance that the thread of the
23             player in the giant lock had to wait for a long time (about 20
24             seconds), which might cause threads of other players stop and 
25             time out. (Closes: #14469)
26
27 2008-12-30 Daigo Moriwaki <daigo at debian dot org>
28
29         * [mk_html]
30           - Added a new option: --footer filename, which inserts contents of 
31             the filename at the bottom of a genrated page. A text specific to 
32             wdoor should be written by using this option. 
33             (Closes: #14470)
34           - It does no more depend on RDoc. RDoc::usage does not work well
35             (due to RDoc).
36
37 2008-12-28 Daigo Moriwaki <daigo at debian dot org>
38
39         * [mk_rate]
40           - Check kifu files more carefully so that files that contain
41             incomplete records are skipped.
42           - mk_rate might have failed to alloc due to out of memory. Now it
43             consumes less memory (about 200MB instead of 2GB).
44           - File names can be put into STDIN instead of specifying directory
45             names in command line arguments.
46         * [csa-file-filter]
47           - New file. It filters kifu files and is of use for a pre-filter
48             of mk_rate.
49
50 2008-12-13 Daigo Moriwaki <daigo at debian dot org>
51
52         * [shogi-server]
53           - Improved an existance check and etc. of directories specified
54             by command line options, expecially in case of the daemon mode. 
55             (Closes: #14244)
56           - A lotated log file is moved to $topdir/YYYY/MM/DD.
57             (Closes: #14245)
58
59 2008-11-27 Daigo Moriwaki <daigo at debian dot org>
60
61         * [shogi-server]
62           - Added sample/*.sh for command line samples.
63
64 2008-11-24 Daigo Moriwaki <daigo at debian dot org>
65
66         * [shogi-server]
67           - Added a new option --floodgate-history, which allows users to
68             specify a file name that stores the records of games. The
69             records are taken care of when games are matched.
70
71 2008-10-18 Daigo Moriwaki <daigo at debian dot org>
72
73         * [utils/eval_graph.rb]
74           - Display time control graphs as well.
75             Thanks to Nishimura-san for this idea.
76             (Closes: #13678)
77
78 2008-10-08 Daigo Moriwaki <daigo at debian dot org>
79
80         * [shogi-server]
81           - Ruby 1.8.7 (or later) must be used. Ruby 1.8.6 is not supported.
82           - Daemon mode is available.
83           - shogi_server/piece_ky.rb is again merged with
84             shogi_server/piece.rb, then has been removed.  
85           - Added a test case, TC_usi.rb.
86
87 2008-06-30 Daigo Moriwaki <daigo at debian dot org>
88
89         * [shogi-server]
90           - Added a new option --player-log-dir, which allows users to log
91             messages that are received or sent to the wire.
92
93 2008-06-28 Daigo Moriwaki <daigo at debian dot org>
94
95         * [shogi-server]
96           - A rating comment line is now written before the first move in a
97             record file instead of after the last move, which allows other
98             applications watching a game to recognize players in the middle 
99             of the game. (Closes #12821)
100           - If a player, including a monitor, stuck at the time of sending
101             messages to the wire, which means that the giant lock was locked,
102             it might have prevented other players from processing until
103             timeout occurred. This issue has been fixed. (Closes #12555)
104
105 2008-06-27 Daigo Moriwaki <daigo at debian dot org>
106
107         * [shogi-server]
108           -  Pairing players might not have shuffled players because of
109              poor shuffling algorithm. This issue has been fixed.
110              (Closes: #12661)
111
112 2008-06-25 Daigo Moriwaki <daigo at debian dot org>
113
114         * [players_graph.rb]
115           - Check invalid arguments. (Closes: #12856)
116
117 2008-06-23 Daigo Moriwaki <daigo at debian dot org>
118
119         * [mk_rate]
120           - Added a new option: --fixed-rate and --fixed-rate-player
121             whose rate always results in that rate. (Closes: #12800)
122
123 2008-06-06 Daigo Moriwaki <daigo at debian dot org>
124
125         * [shogi-server]
126           - The source has been splited to multiple sub files.
127           - The program now depends on rubygems and activesupport.
128           - The program can reload the source files on the flight, by
129             sending a HUP signal to the server.
130           - The server log will be rotated daily.
131
132 2008-05-18 Daigo Moriwaki <daigo at debian dot org>
133
134         * [shogi-server]
135           - Last game results (win or lose) of x1 players were not
136             available on the next game. This issue has been fixed.
137             Thanks to Tomoyuki Kaneko for debugging.
138           - For draw games, "'rating" line in a .csa file was 
139             wrong (meaningless). This issue has been fixed.
140
141 2008-05-16 Daigo Moriwaki <daigo at debian dot org>
142
143         * [news]
144           - The repository has been converted from CVS to Subversion.
145
146 2008-05-13 Daigo Moriwaki <daigo at debian dot org>
147
148         * [shogi-server]
149           - Floodgate's thread could cause an error when players.yaml was
150             cleared by another program (mk_rate). This issue has been 
151             fixed.
152           - Give default values to BasicPlayer, which fixed undefined 
153             method error in Pairing.
154
155 2008-05-10 Daigo Moriwaki <daigo at debian dot org>
156
157         * [shogi-server]
158           - The server could not recognize uchifuzume as an illegal move.
159             This bug has been fixed.
160           - The server crashed by an undefined method error.
161             This issue has been fixed.
162
163 2008-05-05 Daigo Moriwaki <daigo at debian dot org>
164
165         * [shogi-server]
166           - .csa files will be located in a sub directory such as
167             "2008/05/05/*.csa". Thease days, we have many games in a day. 
168             This change will help users browse a file list.
169
170 2008-05-03 Daigo Moriwaki <daigo at debian dot org>
171
172         * [mk_html]
173           - Show players who have accessed in the last 30 minutes with 
174             different colors.
175
176 2008-04-22 Daigo Moriwaki <daigo at debian dot org>
177
178         * [mk_html]
179           - When YSS was not rated on the wdoor mode, wrong rate24 scores
180             were displayed. This issue has been fixed. Now YSS absence 
181             results in "N/A".
182
183 2008-04-21 Daigo Moriwaki <daigo at debian dot org>
184
185         * [mk_rate]
186           - The half-life period is now configurable.
187             ex $ ./mk_rate --half-life 14 --half-life-ignore 7 <records>
188
189 2008-04-12 Daigo Moriwaki <daigo at debian dot org>
190
191         * [shogi-server]
192           - Renamed variables (@id) since they caused Ruby's warning.
193
194 2008-04-11 Daigo Moriwaki <daigo at debian dot org>
195
196         * [shogi-server]
197           - Improved a way to handle diferred moves (2008-03-24's change),
198             based on Tomoyuki Kaneko's patch.
199
200 2008-04-01 Daigo Moriwaki <daigo at debian dot org>
201
202         * [shogi-server]
203           - An incorrect LOGIN crashed the server. This issue has been
204             fixed.
205
206 2008-03-24 Daigo Moriwaki <daigo at debian dot org>
207
208         * [shogi-server]
209           - Converting characters for comments in moves caused an error. This 
210             issue has been fixed.
211           - If a player moves in the opponent's turn, it is illegal. But the
212             current CSA protocol does not clearly define a way to tell so to 
213             the players. This shogi-server internally keeps such a move in a
214             buffer and replay it when the player of the move gets his/her 
215             turn.
216
217 2008-03-16 Daigo Moriwaki <daigo at debian dot org>
218
219         * [shogi-server]
220           - Erroneously, Board#to_s's current player was always Black.
221             It caused wrong determination of sennichite since it did not
222             care about the current player of a state. This has been fixed.
223             Thanks Takada-san for reporting this bug.
224
225 2008-03-10 Daigo Moriwaki <daigo at debian dot org>
226
227         * [util/players-graph.rb]
228           - Applied Kaneko-san's patch, which also shows expected-rate24
229             rates.
230           - Small PNG gets smaller.
231
232 2008-03-08 Daigo Moriwaki <daigo at debian dot org>
233
234         * [mk_html]
235         - Added an option --wdoor. In this mode, a rate expected at Shogi
236           Club 24 is calculated from YSS's rating (he is 2400 now). 
237
238 2008-03-04 Daigo Moriwaki <daigo at debian dot org>
239
240         * [mk_rate]
241           - If the computed ratings do not stabilize, then mk_rate aborts.
242               $ ./mk_rate dir && ./mk_rate dir > players.yaml 
243             can avoid rewriting the invalid ratings to the file.
244
245 2008-02-23 Daigo Moriwaki <daigo at debian dot org>
246
247         * [shogi-server]
248           - A comment is converted to EUC-JP and then written in a log.
249             Note that this conversion guesses the input encoding. Clients
250             are recommended to send EUC-JP compatible strings to the
251             server.
252
253 2008-02-21 Daigo Moriwaki <daigo at debian dot org>
254
255         * [util/players-graph.rb]
256           - Released. Draw a chart for a player's rating score.
257
258 2008-02-17 Daigo Moriwaki <daigo at debian dot org>
259
260         * [shogi-server]
261           - An illegal teban specified for Floodgate login could crash the
262             server. This issue has been fixed.
263
264 2008-02-16 Daigo Moriwaki <daigo at debian dot org>
265
266         * [shogi-server]
267           - Thread.abort_on_exception is now false, meaning that 
268             a thread's abort does not affect the others. 
269           - The uchifuzume check did not generate promoting moves, which
270             could crash the server with illegal moves. This issue has
271             been fixed.
272
273 2008-02-14 Daigo Moriwaki <daigo at debian dot org>
274
275         * [shogi-server]
276           - Added a new pairing variation, Swiss-like style. Winners at the
277             previous games (his/her point of view, not the server's) are 
278             paired first, and then the others are matched. This is the 
279             default option now.
280           - Pairing classes are located in a separate source file,
281             pairing.rb. The file is 'load'ed each time to be used,
282             meaning that modifying the code will be applied to a running
283             server.
284           - You can specify a single player who will be out of pairing
285             when there are odd players waiting for Floodgate.
286
287 2008-02-13 Daigo Moriwaki <daigo at debian dot org>
288
289         * [shogi-server]
290           - When there are odd players wating for Floodgate, the random
291             pairing deletes the player who has ever played the most games.
292
293 2008-02-08 Daigo Moriwaki <daigo at debian dot org>
294
295         * [ml_html]
296           - For the Not-Yet-Rated group, those who have not connected
297             recently are not listed.
298         * [shogi-server]
299           - Floodgate's thread checks the current time each 10 secs.
300
301 2008-02-05 Daigo Moriwaki <daigo at debian dot org>
302
303         * [mk_rate] [mk_html]
304           - Display not-yet-rated players as well.
305         * [mk_html]
306           - Use Yahoo! UI Library.
307
308 2008-02-04 Daigo Moriwaki <daigo at debian dot org>
309
310         * [shogi-server] [webserver]
311           - In the daemon mode, if the specified directory was a relative
312             path, the server could fail to start with a permission denied
313             error. This issue has been fixed. The path is interpreted as 
314             an absolute path before switching to daemon. 
315           - In the daemon mode, a wrong process id was written in 
316             '--pid-file'. This issue has been fixed. Also, the pid file
317             will be removed when the server shuts down.
318
319 2008-02-03 Daigo Moriwaki <daigo at debian dot org>
320
321         * [shogi-server]
322           - Game names that are recognized as the floodgate mode are now 
323             /^floodgate-\d+-\d+$/.
324           - Floodgate could not schedule the next time when it was the next
325             day. This issue has been fixed.
326
327 2008-02-02 Daigo Moriwaki <daigo at debian dot org>
328
329         * [shogi-server]
330           - Implemented a new feature, Floodgate mode, for covenience with
331             public rating games. Now there is a special game "wdoor-900-0".
332             Matching players for that game is scheduled each 30 minitues.
333
334 2007-11-03 Daigo Moriwaki <daigo at debian dot org>
335
336         * [mk_rate]
337          - Support Ruby 1.8.6 patch level 111 (or higher) and GSL 1.10 (or higher).
338            It may not work with lower verions. 
339
340 2007-09-06 Daigo Moriwaki <daigo at debian dot org>
341
342         * [shogi-server]
343           - The logic to detect Oute-Sennichite was not complete. Both players
344             (checking side and escaping side) may cause Oute-Sennichite. The old
345             logic only cared for the checking player. This issue has been fixed.
346
347 2007-06-16  Daigo Moriwaki <daigo at debian dot org>
348
349         * [webserver]
350           - Initial version. This web server is an interface between HTTP and
351             shogi-server. Shogi-server commands will be available over HTTP. As
352             of now %%LIST and %%WHO commands are supported.
353         * [mk_rate]
354           - Bumped up GAME_LIMIT (from 10) to 15 because the calculation of
355             rates sometimes went wrong (infinite values).
356
357 2007-04-21  Daigo Moriwaki <daigo at debian dot org>
358
359         * [shogi-server]
360           - Implemented `CHALLENGE' command, and the server will respond with
361             `CHALLENGE ACCEPTED'. Note that this command is dummy for this server
362             because it is only available for CSA's official testing server and does
363             not belong to the CSA standard protocol.  Therefor, when clients receive
364             `CHALLENGE ACCEPTED' from this server, they must ignore it.
365           - Show revision in a start up message.
366
367 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
368
369         * [shogi-server]
370           - Implemented one of the keepalive protocol in CSA protocol; If clients
371             send LF, the server sends back LF.
372           - More care for socket errors.
373
374 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
375
376         * [mk_rate] When there were too few games to rate players (i.e. no
377           player to rate), mk_rate caused an error. Now it no longer shows
378           the error.
379
380 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
381
382         * [mk_html] Popup shows additional information.
383
384 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
385
386         * [shogi-server]
387           - Use WEBrick for server framework.
388           - Daemon mode is available.
389
390 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
391
392         * [shogi-server]
393           - Failed to show usage. This issue has been fixed. 
394           - Initial start of the server failed beacause of empty players.yaml.
395             This issues has been fixed.
396
397 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
398
399         * [mk_html]
400           - Show groups in the order specified in players.html.
401           - Players who gamed recently have a background color.
402         * [mk_rate]
403           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
404
405 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
406
407         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
408           That move should be illegal. This issue has been fixed.
409
410 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
411
412         * [mk_rate] Skip "abnormal" games, which were finished because of
413           network failure or communication error.  Recently some programs seem
414           to have a lot of tries to connect to the Shogi Server at wdoor for
415           debugging. We should ignore such games for a while to get a meaningful
416           ratings.
417
418 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
419
420         * [mk_rate][mk_html]
421           - Put players into "connected" groups in order to
422             show a correct, meaningful rating. In the group, each player has at
423             least a game with other players.
424           - The format of players.yaml was updated.
425         * [shogi-server] Followed the new format of players.yaml.
426
427 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
428
429         * [mk_rate] Corrected making win_loss_matrix.
430
431 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
432
433         * [mk_rate] players who never win or lose are not rated in order
434           the calculation to complete.
435
436 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
437
438         * [shogi-server] The CSA mode supports the trip in a password.
439
440 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
441
442         * [shogi-server] Refactored the login procedures.
443
444 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
445
446         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
447         * [mk_html] Add CSS to look better.
448
449 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
450
451         * [shogi-server]
452           - Remove the trip in a password. Now the password is hashed.
453         * [mk_rate]
454           - Support @NORATE syntax in a name, which avoids the player is
455             rated.
456
457 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
458
459         * [shogi-server]
460           - Support a new command, %%VERSION. It shows the server's revision#.
461
462 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
463
464         * [shogi-server]
465           - Re-design: trip is now a suffix of the password, not name.
466           - Simplified the output of %%RATING.
467         * [mk_rate]
468           - Support "@" indentificaton in a name; players with same
469             before-@-names are mapped to one.
470
471 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
472
473         * [mk_rate] Fix a bug. It solves the correct rate.
474
475 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
476
477         * [mk_rate] Re-design. 
478           - Correct the equations.
479           - Apply deaccelerated Newton method.
480
481 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
482
483         * [mk_rate]
484           - Fix a bug. Now it can see black/white players in a csa file.
485         * [shogi-server]
486           - Add a space in the output of %%RATING.
487
488 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
489
490         * [mk_rate] Record numbers of win/loss games.
491         * Add mk_html, which generates html from players.yaml
492         * Fix test/test_board.rb. Now it works. 
493         * Add test/TC_ALL.rb to run all test cases.
494         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
495           rated player.
496
497 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
498         
499         * Add mk_rate, which calculate rating scores.
500
501 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
502
503         * Change the style of a comment line on the rated game.
504
505 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
506
507         * Change the player id, which is now <name>+<hash_of_the_trip>.
508         * Fix the max length of the login name with a trip.
509         * Add a comment line about the rated game status in the CSA file.
510         * Remove the rating system, which will be calculated by another
511           program.
512
513 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
514
515         * Add a command, %%RATING, to show a ranking sorted by rates.
516
517 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
518
519         * Add a simple rating system.
520
521 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
522
523         * Add a @move_counter in Board class, which is used by Shogi Viewer
524           CGI.
525
526 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
527
528         * Jishogi kachi declaration did not work. This bug has been fixed.
529           Add debug lines to show a jishogi state.
530
531 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
532
533         * Support CSA Protocol Version 1.1.
534         * Change the declaration of Jishogi 1.1.
535
536 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
537
538         * Kifu logs are always written in separate files.
539         * Add a test case, test/TC_functional.rb
540         * Some refactorings.
541