Add #96: Enabled filters should be easier to look up
authorFabian Keil <fk@fabiankeil.de>
Wed, 17 Aug 2011 10:23:42 +0000 (10:23 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 17 Aug 2011 10:23:42 +0000 (10:23 +0000)
TODO

diff --git a/TODO b/TODO
index ce51bf2..84fc5ca 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.50 2011/07/19 11:01:14 fabiankeil Exp $
+$Id: TODO,v 1.51 2011/08/17 10:23:23 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -265,3 +265,9 @@ have been added, not by priority.
     forwarded to the destination server, an unencrypted URL should be
     acceptable if the client and Privoxy are running on the same system
     or in a trusted environment.
     forwarded to the destination server, an unencrypted URL should be
     acceptable if the client and Privoxy are running on the same system
     or in a trusted environment.
+
+96) Enabled filters should be easier to look up. Currently most functions
+    that work with filters spent more (duplicated) code on finding
+    filters than on actually doing something useful with them. Dividing
+    filters by type instead of filter file would reduce the lookup-code
+    quite a bit.