OSDN Git Service

60045459e629053f4998388fd15abc7b3bb821a2
[shogi-server/shogi-server.git] / changelog
1 2007-04-01  Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server]
4           - Implemented one of the keepalive protocol in CSA protocol; If clients
5             send LF, the server sends back LF.
6           - More care for socket errors.
7
8 2007-03-27  Daigo Moriwaki <daigo at debian dot org>
9
10         * [mk_rate] When there were too few games to rate players (i.e. no
11           player to rate), mk_rate caused an error. Now it no longer shows
12           the error.
13
14 2007-03-10  Daigo Moriwaki <daigo at debian dot org>
15
16         * [mk_html] Popup shows additional information.
17
18 2007-03-02  Daigo Moriwaki <daigo at debian dot org>
19
20         * [shogi-server]
21           - Use WEBrick for server framework.
22           - Daemon mode is available.
23
24 2007-02-26  Daigo Moriwaki <daigo at debian dot org>
25
26         * [shogi-server]
27           - Failed to show usage. This issue has been fixed. 
28           - Initial start of the server failed beacause of empty players.yaml.
29             This issues has been fixed.
30
31 2007-02-18  Daigo Moriwaki <daigo at debian dot org>
32
33         * [mk_html]
34           - Show groups in the order specified in players.html.
35           - Players who gamed recently have a background color.
36         * [mk_rate]
37           - Implemented half-life effect. Numbers of win/lose decrease by this effect.
38
39 2006-11-26  Daigo Moriwaki <daigo at debian dot org>
40
41         * [shogi-server] Sente (gote) was able to move gote's (sente's) hand.
42           That move should be illegal. This issue has been fixed.
43
44 2006-11-01  Daigo Moriwaki <daigo at debian dot org>
45
46         * [mk_rate] Skip "abnormal" games, which were finished because of
47           network failure or communication error.  Recently some programs seem
48           to have a lot of tries to connect to the Shogi Server at wdoor for
49           debugging. We should ignore such games for a while to get a meaningful
50           ratings.
51
52 2006-10-30  Daigo Moriwaki <daigo at debian dot org>
53
54         * [mk_rate][mk_html]
55           - Put players into "connected" groups in order to
56             show a correct, meaningful rating. In the group, each player has at
57             least a game with other players.
58           - The format of players.yaml was updated.
59         * [shogi-server] Followed the new format of players.yaml.
60
61 2006-10-08  Daigo Moriwaki <daigo at debian dot org>
62
63         * [mk_rate] Corrected making win_loss_matrix.
64
65 2006-10-02  Daigo Moriwaki <daigo at debian dot org>
66
67         * [mk_rate] players who never win or lose are not rated in order
68           the calculation to complete.
69
70 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
71
72         * [shogi-server] The CSA mode supports the trip in a password.
73
74 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
75
76         * [shogi-server] Refactored the login procedures.
77
78 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
79
80         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
81         * [mk_html] Add CSS to look better.
82
83 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
84
85         * [shogi-server]
86           - Remove the trip in a password. Now the password is hashed.
87         * [mk_rate]
88           - Support @NORATE syntax in a name, which avoids the player is
89             rated.
90
91 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
92
93         * [shogi-server]
94           - Support a new command, %%VERSION. It shows the server's revision#.
95
96 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
97
98         * [shogi-server]
99           - Re-design: trip is now a suffix of the password, not name.
100           - Simplified the output of %%RATING.
101         * [mk_rate]
102           - Support "@" indentificaton in a name; players with same
103             before-@-names are mapped to one.
104
105 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
106
107         * [mk_rate] Fix a bug. It solves the correct rate.
108
109 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
110
111         * [mk_rate] Re-design. 
112           - Correct the equations.
113           - Apply deaccelerated Newton method.
114
115 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
116
117         * [mk_rate]
118           - Fix a bug. Now it can see black/white players in a csa file.
119         * [shogi-server]
120           - Add a space in the output of %%RATING.
121
122 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
123
124         * [mk_rate] Record numbers of win/loss games.
125         * Add mk_html, which generates html from players.yaml
126         * Fix test/test_board.rb. Now it works. 
127         * Add test/TC_ALL.rb to run all test cases.
128         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
129           rated player.
130
131 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
132         
133         * Add mk_rate, which calculate rating scores.
134
135 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
136
137         * Change the style of a comment line on the rated game.
138
139 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
140
141         * Change the player id, which is now <name>+<hash_of_the_trip>.
142         * Fix the max length of the login name with a trip.
143         * Add a comment line about the rated game status in the CSA file.
144         * Remove the rating system, which will be calculated by another
145           program.
146
147 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
148
149         * Add a command, %%RATING, to show a ranking sorted by rates.
150
151 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
152
153         * Add a simple rating system.
154
155 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
156
157         * Add a @move_counter in Board class, which is used by Shogi Viewer
158           CGI.
159
160 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
161
162         * Jishogi kachi declaration did not work. This bug has been fixed.
163           Add debug lines to show a jishogi state.
164
165 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
166
167         * Support CSA Protocol Version 1.1.
168         * Change the declaration of Jishogi 1.1.
169
170 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
171
172         * Kifu logs are always written in separate files.
173         * Add a test case, test/TC_functional.rb
174         * Some refactorings.
175