diff options
author | Christopher Powell | 2001-11-30 08:29:04 +0000 |
---|---|---|
committer | Christopher Powell | 2001-11-30 08:29:04 +0000 |
commit | 69fa0ad0d21465573b9dcb07c87ae27f993dfe31 (patch) | |
tree | c05c2d94edd4d7ff330272e06e8c320d0a504f80 /CHANGELOG | |
parent | 92d85f793b1a41bbbde1811004ae2708a47a44aa (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-- | CHANGELOG | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 | ||
4 | TODO: | 4 | TODO: |
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 | ||
8 | CHANGES: | 9 | CHANGES: |
9 | 10 | ||
11 | 1.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 | |||
10 | 1.09: | 22 | 1.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 |