From: Stephen L Johnson Date: Thu, 10 Feb 2000 02:20:08 +0000 (+0000) Subject: Updated with latest changes. X-Git-Tag: spong-2_6c~3 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6007ab31b32b0fa1a49d9af75adebc1134df0674;p=spong.git Updated with latest changes. --- diff --git a/CHANGES b/CHANGES index ba22fc1..d5b67b1 100755 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,17 @@ You can pick up the latest spong version from: Stephen L Johnson Version 2.6c +02/09/00 +CHANGED - Spong::Status::status() is now more agressive in trying to connect +to spong-server. It will try up to 30 times before aborting. + file - lib/Spong/Status.pm + +FIXED - spong-network was die'ing when it failed to connect to spong-server. +It will now just log a message and then continue. + +CHANGED - spong-netowrk modules check_ftp and check_smtp now sent the quit\n +command to the host being check to properly terminate the connection. + CHANGED - spong-network plugin check_http was changed to treat a response code of 401 (Authorization Required) as a green status. A 401 should be treated as a normal reponse from a passworded page being checking on the web server.