From 69fa0ad0d21465573b9dcb07c87ae27f993dfe31 Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Fri, 30 Nov 2001 08:29:04 +0000 Subject: A lot of code cleanup and tweaking, plus cookie logging: * New capability: log mod_usertrack cookies. * Some code cleanup and commenting. * Referer and User-Agent now set to want_orig=1 ( a very minor detail ) * Corrected mysql_escape_log to properly check for and escape strings with 'dangerous' characters. It appears that it was doing this incorrectly before. * Deleted log_mysql_child(), a function that was never called. --- (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 674fbec..9f2295b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,24 @@ -$Id: CHANGELOG,v 1.1 2001/11/28 05:26:54 helios Exp $ +$Id: CHANGELOG,v 1.2 2001/11/30 08:29:04 helios Stab $ TODO: * Full commenting of the code. +* Bounds checking on all data prior to INSERT CHANGES: +1.10: + +* New capability: log mod_usertrack cookies. +* Some code cleanup and commenting. +* Referer and User-Agent now set to want_orig=1 ( a very minor detail ) +* Corrected mysql_escape_log to properly check for and escape strings + with `dangerous' characters. It appears that it was doing this + incorrectly before. +* Deleted log_mysql_child(), a function that was never called. + + 1.09: * If the MySQL INSERT causes an error, we re-try that INSERT after -- cgit v0.9.2