OSDN Git Service

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