[Commit] rrserver protocol,1.9,1.10

Keith Packard commit@keithp.com
Wed, 28 May 2003 16:15:15 -0700


Committed by: keithp

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv11655

Modified Files:
	protocol 
Log Message:
Get rid of useless bid response number, add quit command

Index: protocol
===================================================================
RCS file: /local/src/CVS/rrserver/protocol,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- protocol	28 May 2003 19:21:36 -0000	1.9
+++ protocol	28 May 2003 23:15:13 -0000	1.10
@@ -152,9 +152,9 @@
 
 	->
 
-	BID <number>
+	BID
 
-	Possible errors: NOTINGAME, TIMEOUT
+	Possible errors: NOTINGAME, TIMEOUT, NOTNUMBER
 
 1.10. Move
 
@@ -233,6 +233,14 @@
 
 	Possible errors: NOTINGAME
 
+1.17. Quit
+
+	QUIT
+
+	->
+
+	QUIT
+
 2. Asynchronous notification.  
 
 	The server will send notices to each user in a game whenever
@@ -342,6 +350,12 @@
 	
 	Possibly returned by: MOVE, RESET, UNDO
 
+3.4. Not number
+
+	ERROR NOTNUMBER
+
+	A non-numeric value was supplied where a number was required
+	
 Some comments/questions
 -----------------------