From: Stephen L Johnson Date: Wed, 29 Dec 1999 04:29:11 +0000 (+0000) Subject: Added $STATUS_HISTORY field and comments for Status History feature. X-Git-Tag: spong-2_6b~10 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a1f6d77db9e8bf458c909c4c4cd571e5be4ef2a;p=spong.git Added $STATUS_HISTORY field and comments for Status History feature. --- diff --git a/config/spong.conf b/config/spong.conf index 1aa588d..6943387 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -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";