OSDN Git Service

The CSA mode supports the trip in a password.
[shogi-server/shogi-server.git] / changelog
1 2006-09-30  Daigo Moriwaki <daigo at debian dot org>
2
3         * [shogi-server] The CSA mode supports the trip in a password.
4
5 2006-09-22  Daigo Moriwaki <daigo at debian dot org>
6
7         * [shogi-server] Refactored the login procedures.
8
9 2006-09-21  Daigo Moriwaki <daigo at debian dot org>
10
11         * [mk_rate] It failed parse draw games. Now this bug has been fixed.
12         * [mk_html] Add CSS to look better.
13
14 2006-09-15  Daigo Moriwaki <daigo at debian dot org>
15
16         * [shogi-server]
17           - Remove the trip in a password. Now the password is hashed.
18         * [mk_rate]
19           - Support @NORATE syntax in a name, which avoids the player is
20             rated.
21
22 2006-09-09  Daigo Moriwaki <daigo at debian dot org>
23
24         * [shogi-server]
25           - Support a new command, %%VERSION. It shows the server's revision#.
26
27 2006-09-07  Daigo Moriwaki <daigo at debian dot org>
28
29         * [shogi-server]
30           - Re-design: trip is now a suffix of the password, not name.
31           - Sipmlyfiled the output of %%RATING.
32         * [mk_rate]
33           - Support "@" indentificaton in a name; players with same
34             before-@-names are mapped to one.
35
36 2006-09-05  Daigo Moriwaki <daigo at debian dot org>
37
38         * [mk_rate] Fix a bug. It solves the correct rate.
39
40 2006-08-18  Daigo Moriwaki <daigo at debian dot org>
41
42         * [mk_rate] Re-design. 
43           - Correct the equations.
44           - Apply deaccelerated Newton method.
45
46 2006-08-16  Daigo Moriwaki <daigo at debian dot org>
47
48         * [mk_rate]
49           - Fix a bug. Now it can see black/white players in a csa file.
50         * [shogi-server]
51           - Add a space in the output of %%RATING.
52
53 2006-08-14  Daigo Moriwaki <daigo at debian dot org>
54
55         * [mk_rate] Record numbers of win/loss games.
56         * Add mk_html, which generates html from players.yaml
57         * Fix test/test_board.rb. Now it works. 
58         * Add test/TC_ALL.rb to run all test cases.
59         * [shogi-server] Fix a bug. Now it can show %%RATING even if it has no
60           rated player.
61
62 2006-08-11  Daigo Moriwaki <daigo at debian dot org>
63         
64         * Add mk_rate, which calculate rating scores.
65
66 2006-08-10  Daigo Moriwaki <daigo at debian dot org>
67
68         * Change the style of a comment line on the rated game.
69
70 2006-08-07  Daigo Moriwaki <daigo at debian dot org>
71
72         * Change the player id, which is now <name>+<hash_of_the_trip>.
73         * Fix the max length of the login name with a trip.
74         * Add a comment line about the rated game status in the CSA file.
75         * Remove the rating system, which will be calculated by another
76           program.
77
78 2006-08-01  Daigo Moriwaki <daigo at debian dot org>
79
80         * Add a command, %%RATING, to show a ranking sorted by rates.
81
82 2006-07-31  Daigo Moriwaki <daigo at debian dot org>
83
84         * Add a simple rating system.
85
86 2006-07-30  Daigo Moriwaki <daigo at debian dot org>
87
88         * Add a @move_counter in Board class, which is used by Shogi Viewer
89           CGI.
90
91 2006-04-28  Daigo Moriwaki <daigo at debian dot org>
92
93         * Jishogi kachi declaration did not work. This bug has been fixed.
94           Add debug lines to show a jishogi state.
95
96 2006-04-08  Daigo Moriwaki <daigo at debian dot org>
97
98         * Support CSA Protocol Version 1.1.
99         * Change the declaration of Jishogi 1.1.
100
101 2006-03-10  Daigo Moriwaki <daigo at debian dot org>
102
103         * Kifu logs are always written in separate files.
104         * Add a test case, test/TC_functional.rb
105         * Some refactorings.
106