OSDN Git Service

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