[xiph-cvs] r6447 - icecast/trunk/icecast

msmith at xiph.org msmith at xiph.org
Sun Mar 21 19:04:51 PST 2004



Author: msmith
Date: 2004-03-21 22:04:51 -0500 (Sun, 21 Mar 2004)
New Revision: 6447

Modified:
   icecast/trunk/icecast/TODO
Log:
Remove obsolete bits from TODO

<p><p>Modified: icecast/trunk/icecast/TODO
===================================================================
--- icecast/trunk/icecast/TODO	2004-03-22 02:57:17 UTC (rev 6446)
+++ icecast/trunk/icecast/TODO	2004-03-22 03:04:51 UTC (rev 6447)
@@ -1,9 +1,3 @@
-2.0 CRITICAL - These are the things without which 2.0 cannot be released
-____________
-
-- libshout 2.0 and ices 2.0 releases, also an ices 0.x release that works with
-  this. Without source clients, icecast isn't much use...
-
 BUGS
 ----
 - logging - bytes send and time listening may both be broken?
@@ -33,17 +27,6 @@
 
 - stats to list currently connected clients: ip and hostname
 
-- stream switching (drop clients to another stream on disconnect of source)
-  - a) fallbacks from named location to new mountpoint
-  - OR b) fallbacks for connected clients to new mountpoint (so newly-connecting
-       clients just get a 404 on the old path)
-  - OR c) combination - first one, plus generic alias ability?
-
-- /admin/* for all admin functionality
-  - configuring fallbacks
-  - mp3 metadata injection
-  - remote shutdown?
-
 - general registerable url-handlers in connection.c rather than hard-coded list
   (already getting unmaintainable)
 
@@ -56,16 +39,11 @@
   commands through that.
   Use this for alternative admin interfaces (GUI? telnet interface?)
 
-- listener authentication (per mountpoint?)
-
 - all timer-based functionality (yp updates, slave/relay checks) should have a
   single timer thread which dispatches events through the normal event
   mechanism (to worker threads from the main pool). This will reduce the
   extraneous thread count.
 
-- atomic admin function to: set fallback from A->B, remove A, move mountpoint
-  B to A. Needs forced-source removal first.
-
 - race condition between avl_tree_unlock(pending_tree) and 
   thread_cond_wait(&fserv_cond) in fserv.c, it's a pain to fix but should be.
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list