From ec6b523713d45c2f452b7ba6688b61500b3dedd4 Mon Sep 17 00:00:00 2001 From: H Hautakoski Date: Wed, 9 Jun 2010 14:34:39 +0200 Subject: [PATCH] updated TODO --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 9bf14b4..ca8d38a 100644 --- a/TODO +++ b/TODO @@ -4,8 +4,9 @@ ################## * ref list always first ;) -* config parser -* support for networked broadcasting? +* get rid of static context switch (indexer/notify). + this should be implementation specific under notify API (and we may try without threads first) +* ini-like config support ################## @@ -15,4 +16,4 @@ References are tagged in source files by the string 'REF:' 1: refactor to string api -2: group path handling into one interface (also consider move:ing related stuff from REF:1) \ No newline at end of file +2: group path handling into one interface (also consider move:ing related stuff from REF:1)