OSDN Git Service

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