From a9f992bec1e3a28ae62bd585e32fc5e106723eae Mon Sep 17 00:00:00 2001 From: nanotube Date: Wed, 21 Dec 2005 23:27:17 +0000 Subject: [PATCH] add a future feature, change date. --- html/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index b3f7e07..b0874e3 100644 --- a/html/index.html +++ b/html/index.html @@ -218,6 +218,11 @@ Create a log viewer, where you can search by date, application name, and window title (and of course, text strings). Aiming for something like the Gaim log viewer. +
  • + Implement a feature where logs older than X days are automatically deleted. If you are using pykeylogger as + a backup against accidental deletions, you may not want to keep months-old stuff on disk, but only say, a day's + worth of stuff. Seems like it would be useful to add an option to specify maximum log age. +
  • Improve behavior when logging international keyboard layouts. Right now I am not exactly sure how to properly log things like accented and umlaut-ed vowels, etc, so our international users have to put up with less than perfect @@ -269,7 +274,7 @@ - Last changed: Sep 22 2005 00:17 + Last changed: Nov 23 2005 18:27