OSDN Git Service

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