OSDN Git Service

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