OSDN Git Service

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