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

CVS update: Vanilla



Date:	Thursday June 3, 1999 @ 5:09
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv4587

Modified Files:
	ChangeLog 
Log Message:
	* ntserv/socket.c (check_mesgs): change response to messages to GOD
	so that players will know that it is not GOD replying but a logger,
	and also suggest a return electronic mail address.

	* ntserv/daemonII.c (udplayers): I fear the calculation of the
	outfitdelay may actually be incorrect, because lots show that many
	of the ghostbusts on login are actually POUTFIT SIGTERMs.

	* ntserv/socket.c (doRead): re-inserted report of read() from client
	error which had been previously removed because it happened too much,
	but changed the error level to 9 to avoid seeing it.  I'm expecting
	to find that this is the point where most of the ghostbusts I'm
	seeing on continuum actually happen; and I want to see if it's EPIPE.

	* ntserv/redraw.c (intrupt): remove superfluous reset of testtime,
	it had been tested for zero two lines above.

	* ntserv/socket.c (dequeue): changed kill(getpid(),15) to an exit().



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.6 Vanilla/ChangeLog:1.7
--- Vanilla/ChangeLog:1.6	Mon May 31 20:53:20 1999
+++ Vanilla/ChangeLog	Thu Jun  3 05:09:45 1999
@@ -1,5 +1,26 @@
-	$Id: ChangeLog,v 1.6 1999/06/01 01:53:20 cameron Exp $
+	$Id: ChangeLog,v 1.7 1999/06/03 10:09:45 cameron Exp $
 	
+Thu Jun  3 20:01:55 1999  James Cameron  <quozl@us.netrek.org>
+
+	* ntserv/socket.c (check_mesgs): change response to messages to GOD
+	so that players will know that it is not GOD replying but a logger,
+	and also suggest a return electronic mail address.
+
+	* ntserv/daemonII.c (udplayers): I fear the calculation of the
+	outfitdelay may actually be incorrect, because lots show that many
+	of the ghostbusts on login are actually POUTFIT SIGTERMs.
+
+	* ntserv/socket.c (doRead): re-inserted report of read() from client
+	error which had been previously removed because it happened too much,
+	but changed the error level to 9 to avoid seeing it.  I'm expecting
+	to find that this is the point where most of the ghostbusts I'm
+	seeing on continuum actually happen; and I want to see if it's EPIPE.
+
+	* ntserv/redraw.c (intrupt): remove superfluous reset of testtime,
+	it had been tested for zero two lines above.
+
+	* ntserv/socket.c (dequeue): changed kill(getpid(),15) to an exit().
+
 Mon May 31 20:49:50 1999	James Cameron  <cameron@us.netrek.org>
 
 	* UPDATE: fixed a few compiler warnings using -Wall.