OSDN Git Service

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