2001-09-09 22:21:46 -04:00
|
|
|
BUGS
|
|
|
|
----
|
2001-10-20 03:59:01 -04:00
|
|
|
- stats get off? this needs testing more testing.
|
|
|
|
|
2002-09-24 04:16:24 -04:00
|
|
|
- autoconf doesn't set HAVE_POLL
|
2002-07-06 01:37:47 -04:00
|
|
|
|
2002-09-24 04:16:24 -04:00
|
|
|
- some stuff (like 'genre') isn't making it into the stats dump
|
|
|
|
|
2002-11-22 08:00:44 -05:00
|
|
|
- make install - doesn't install configs?
|
2001-09-09 22:21:46 -04:00
|
|
|
|
|
|
|
FEATURES
|
|
|
|
--------
|
2002-09-24 04:16:24 -04:00
|
|
|
|
|
|
|
- pull out vorbis comments. and send to stats. This seems to be being
|
|
|
|
done, but it isn't working right.
|
2001-09-09 22:21:46 -04:00
|
|
|
|
|
|
|
- directory server GUID checks
|
|
|
|
directory server does GET /GUID-asldjfasldfjalsdkfjasldkfj HTTP/1.0
|
|
|
|
and either gets a 404 if it's wrong, or a 200 if it's correct.
|
|
|
|
|
|
|
|
- adding new stats type, event. events don't modify the global stats tree,
|
|
|
|
ie, source /1234.ogg disconnected
|
|
|
|
|
2001-10-20 03:59:01 -04:00
|
|
|
- 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.
|
2002-08-05 10:48:04 -04:00
|
|
|
|
|
|
|
- allow using get_predata() stuff to send an "intro" to any newly-connected
|
|
|
|
user?
|
|
|
|
|
2002-11-22 08:00:44 -05:00
|
|
|
- stats to list currently connected clients: ip and hostname
|
|
|
|
|
|
|
|
|