Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/robotd



Date:	Tuesday May 23, 2000 @ 20:18
Author:	jeffno

Update of /home/netrek/cvsroot/Vanilla/robotd
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv6323

Modified Files:
	dmessage.c 
Log Message:
Added newbie server mode.

****************************************

Index: Vanilla/robotd/dmessage.c
diff -u Vanilla/robotd/dmessage.c:1.2 Vanilla/robotd/dmessage.c:1.3
--- Vanilla/robotd/dmessage.c:1.2	Sun Mar  5 09:56:48 2000
+++ Vanilla/robotd/dmessage.c	Tue May 23 20:18:21 2000
@@ -229,6 +229,13 @@
       return;
    }
 
+   /* Don't accept commands for newbie server. Allow showstate for
+      debugging. */
+/*   if(strncmp(m, "showstate", 5)==0)
+      show_state();
+   else */
+   if (inl) return;
+
    if((flags & MINDIV) || std){
 
       /* nopwd means accept commands from anyone */