ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/doc/protocol.xml
(Generate patch)

Comparing kgsueme/doc/protocol.xml (file contents):
Revision 1.74 by root, Wed Jun 2 04:44:08 2004 UTC vs.
Revision 1.75 by root, Sun Jun 6 08:01:09 2004 UTC

21 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22--> 22-->
23</head> 23</head>
24<body> 24<body>
25 25
26<h1>$Revision: 1.74 $</h1> 26<h1>$Revision: 1.75 $</h1>
27 27
28<h1>KGS Protocol Description</h1> 28<h1>KGS Protocol Description</h1>
29 29
30 <p>This XML document describes the KGS protocol. It is also used 30 <p>This XML document describes the KGS protocol. It is also used
31 to automatically generate the perl parser for all the messages and 31 to automatically generate the perl parser for all the messages and
1175 <member name="channel" type="U16"/> 1175 <member name="channel" type="U16"/>
1176 <member name="blackscore" type="scorevalues"/> 1176 <member name="blackscore" type="scorevalues"/>
1177 <member name="whitescore" type="scorevalues"/> 1177 <member name="whitescore" type="scorevalues"/>
1178 </message> 1178 </message>
1179 1179
1180 <message type="440c" name="time_win" src="server"> 1180 <message type="440c" name="out_of_time" src="server">
1181 <p>Sent when the opponent is out of time and moves, or when the other 1181 <p>Sent when the opponent is out of time and moves, or when the other
1182 requests <ref reply="userinfo"/>.</p> 1182 requests <ref reply="userinfo"/>.</p>
1183 <member name="channel" type="U16"/> 1183 <member name="channel" type="U16"/>
1184 <member name="player" type="U8"/> 1184 <member name="player" type="U8"/>
1185 <p>Colour who won.</p> 1185 <p>Colour who ran out of time (lost).</p>
1186 </message> 1186 </message>
1187 1187
1188 <message type="440e" name="req_undo" src="server"> 1188 <message type="440e" name="req_undo" src="server">
1189 <member name="channel" type="U16"/> 1189 <member name="channel" type="U16"/>
1190 </message> 1190 </message>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines