OSDN Git Service

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