OSDN Git Service

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