Add #124: Add Capsicum support
[privoxy.git] / TODO
diff --git a/TODO b/TODO
index 5aa99ef..2b89763 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.95 2014/02/10 14:38:45 fabiankeil Exp $
+$Id: TODO,v 1.98 2014/05/05 09:49:16 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -330,8 +330,6 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
      be fixed anyway. See also:
      https://bugzilla.mozilla.org/show_bug.cgi?id=959100
 
-117) Dynamic variables are documented poorly.
-
 118) There should be "escaped" dynamic variables that are guaranteed
      not to break filters.
 
@@ -345,3 +343,11 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
 121) Add HTTP/2 support. As a first step, incomming HTTP/1.x requests
      should be translated to outgoing HTTP/2 requests where possible
      (and if desired by the user).
+
+122) Allow customized log messages.
+
+123) Allow to decrypt encrypted traffic using the
+     voluntarly-disclose-session-keys option in Firefox.
+     Depends on #16.
+
+124) Add Capsicum support.