OSDN Git Service

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