OSDN Git Service

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