]> git.etc.gen.nz Git - spong.git/commitdiff
Added $STATUS_HISTORY field and comments for Status History feature.
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 29 Dec 1999 04:29:11 +0000 (04:29 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 29 Dec 1999 04:29:11 +0000 (04:29 +0000)
config/spong.conf

index 1aa588dcd683351fcd032e4fe4e1ad95a071f9cc..694338734c5a32368e87c19917bec914217b9ddd 100755 (executable)
@@ -10,6 +10,10 @@ $SPONG_UPDATE_PORT    = 1998;
 $SPONG_QUERY_PORT     = 1999;
 $SPONG_BB_UPDATE_PORT = 1984;
 
+# Keep status updates which cause generate an event (i.e. change of status)
+#  (Note: This option generate large amounts of data. Use with caution.)
+$STATUS_HISTORY  = 1;
+
 $WWWGIFS     = "/spong/gifs";
 $WWWHTML     = "/usr/local/spong/www/html";
 $WWWSPONG    = "http://spong-server.aci.alltel.com/cgi-bin/www-spong";