summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2001-11-30 08:29:04 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2001-11-30 08:29:04 (GMT)
commit69fa0ad0d21465573b9dcb07c87ae27f993dfe31 (patch)
treec05c2d94edd4d7ff330272e06e8c320d0a504f80 /CHANGELOG
parent92d85f793b1a41bbbde1811004ae2708a47a44aa (diff)
A lot of code cleanup and tweaking, plus cookie logging: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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 674fbec..9f2295b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,24 @@
1$Id: CHANGELOG,v 1.1 2001/11/28 05:26:54 helios Exp $ 1$Id: CHANGELOG,v 1.2 2001/11/30 08:29:04 helios Stab $
2 2
3 3
4TODO: 4TODO:
5* Full commenting of the code. 5* Full commenting of the code.
6* Bounds checking on all data prior to INSERT
6 7
7 8
8CHANGES: 9CHANGES:
9 10
111.10:
12
13* New capability: log mod_usertrack cookies.
14* Some code cleanup and commenting.
15* Referer and User-Agent now set to want_orig=1 ( a very minor detail )
16* Corrected mysql_escape_log to properly check for and escape strings
17 with `dangerous' characters. It appears that it was doing this
18 incorrectly before.
19* Deleted log_mysql_child(), a function that was never called.
20
21
101.09: 221.09:
11 23
12* If the MySQL INSERT causes an error, we re-try that INSERT after 24* If the MySQL INSERT causes an error, we re-try that INSERT after