OSDN Git Service

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