OSDN Git Service

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