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.79 by root, Wed Oct 13 00:33:15 2004 UTC vs.
Revision 1.80 by root, Sat Jun 18 20:09:40 2005 UTC

2<html> 2<html>
3<head> 3<head>
4<title>KGS Protocol Description</title> 4<title>KGS Protocol Description</title>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6<!-- 6<!--
7 Copyright (C) 2003,2004 Marc Lehmannn &lt;pcg@goof.com&gt; 7 Copyright (C) 2003,2004,2005 Marc Lehmannn &lt;pcg@goof.com&gt;
8 8
9 You can redistribute and/or modify this document under the terms of 9 You can redistribute and/or modify this document under the terms of
10 the GNU General Public License as published by the Free Software 10 the GNU General Public License as published by the Free Software
11 Foundation; either version 2 of the License, or (at your option) any 11 Foundation; either version 2 of the License, or (at your option) any
12 later version. 12 later version.
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.79 $</h1> 26<h1>$Revision: 1.80 $</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
310 Possible replies: <ref reply="login"/>. Followed by: <ref reply="timewarning_default"/> <ref reply="chal_defaults"/> 310 Possible replies: <ref reply="login"/>. Followed by: <ref reply="timewarning_default"/> <ref reply="chal_defaults"/>
311 </p> 311 </p>
312 312
313 <member name="ver_major" type="U32" value="2"/> 313 <member name="ver_major" type="U32" value="2"/>
314 <member name="ver_minor" type="U32" value="6"/> 314 <member name="ver_minor" type="U32" value="6"/>
315 <member name="ver_micro" type="U32" value="1"/> 315 <member name="ver_micro" type="U32" value="12"/>
316 <member name="name" type="username"/> 316 <member name="name" type="username"/>
317 <member name="password" type="password" value="0"/> 317 <member name="password" type="password" value="0"/>
318 <member name="guest" type="flag" value="1"/> 318 <member name="guest" type="flag" value="1"/>
319 <member name="_unknown3" type="U16" value="0"/> 319 <member name="_unknown3" type="U16" value="0"/>
320 <member name="locale" type="locale" value='"en_US"'/> 320 <member name="locale" type="locale" value='"en_US"'/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines