X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=TODO;h=2b89763ffd3de78f797b38444a5a1d349813ce8c;hb=cbca8ca749995a068b69ee6cf08a587c1ae14a25;hp=989e8816f0e15b1f963061b9f68034858213e392;hpb=f49b947014788cbbaecae6973d43229a70b6d366;p=privoxy.git diff --git a/TODO b/TODO index 989e8816..2b89763f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.93 2014/02/02 12:03:36 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. @@ -216,7 +216,7 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO and redirect requests for them to Privoxy. 86) Add a server-body-tagger action. This is trivial as as all the - functionallity required to do it already exists. + functionality required to do it already exists. 87) Add a client-body-tagger action. This is less trivial as we currently don't buffer client bodies. After 14) is implemented it would be @@ -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. @@ -341,3 +339,15 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO On some platforms the recursion limit doesn't prevent pcre from running out of stack space, causing the kernel to kill Privoxy ungracefully. + +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.