From b2f2356c9c486a5678f377eeae08cb7b5ffa2d68 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Sat, 20 Oct 2001 07:59:01 +0000 Subject: [PATCH] Updated the TODO file. svn path=/trunk/icecast/; revision=2198 --- TODO | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f3e4011a..300bce19 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ BUGS ---- -- stats get off? +- stats get off? this needs testing more testing. + +- seem to be some segfaults in httpp still. in a few of the cores i've + been sent, the avl_tree is null when calling into the avl module. @@ -15,4 +18,6 @@ FEATURES - adding new stats type, event. events don't modify the global stats tree, ie, source /1234.ogg disconnected -- stats.xml, a users requests this, and gets an xml dump of the current stats. +- support W3C Extended Logging (http://www.w3.org/TR/WD-logfile.html) + toggle between this and Apache Combined Log Format in the config file. + default to apache style.