OSDN Git Service

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