Changelog for mod_sequester; newest stuff at the top. 1.5 23 November 2001 Due to the use of a soft timeout and no checking of ap_rputs()'s return status, mod_babble would keep running even if the client closed the connexion or it were otherwise dropped. This was really undesirable behaviour, particularly when coupled with the 'babble forever' option added in 1.4. Fixed.. Also, 1.4 claimed to *remove* the trailing \n, when in fact it *added* it. Remove it for real, since the argument for its absence is still valid. 1.4 24 August 2000 Add the ability to babble endlessly, and remove the final \n since it could confuse clients checking for pattern consistency. The content body is meant to be opaque, after all. 1.3 17 August 2000 Add some internal comments and documentation, the ability to 'lock' the babble pattern so nasty text can't be specified by a client, and the query-string parsing stuff. 1.2 16 August 2000 Check for NULL pointers before trying to derefence them! Also fix some fencepost errors. 1.1 16 August 2000 Initial checkin.