OSDN Git Service

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