aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-03-10 17:09:40 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-03-10 17:09:40 +1300
commit5ceef16486f71e28440f80799183190543f162f0 (patch)
treeb1be524288edfd7cd4058132a6e126a38fa568b1 /todo
parent6a9683719cfa9eb8b3fa72a26d923ea4e2b7e184 (diff)
downloadmitmproxy-5ceef16486f71e28440f80799183190543f162f0.tar.gz
mitmproxy-5ceef16486f71e28440f80799183190543f162f0.tar.bz2
mitmproxy-5ceef16486f71e28440f80799183190543f162f0.zip
Expand "How mitmproxy works". Clean up some un-needed sections.
Diffstat (limited to 'todo')
-rw-r--r--todo24
1 files changed, 0 insertions, 24 deletions
diff --git a/todo b/todo
deleted file mode 100644
index 2985eb64..00000000
--- a/todo
+++ /dev/null
@@ -1,24 +0,0 @@
-This is a loose collection of todo items, in case someone else wants to start
-hacking on mitmproxy. Drop me a line (aldo@corte.si) if you want to tackle any
-of these and need some pointers.
-
-Targeted for 0.9:
- - White-background colorscheme
- - Extra content view modules: CSS indenter, Flash SWF info extractor
- - Upstream proxy support.
- - Follow mode to keep most recent flow in view
- - Verbose view to show timestamps
- - Search within requests/responses
- - Transparent proxy support
- - Ordering a-la mutt's "o" shortcut
-
-
-Future:
- - Add some "workspace" features to mitmproxy:
- - Flow comments
- - Copying/duplicating flows
- - Ordering by time, size, etc. a-la-mutt (o keyboard shorcut is reserved for this)
- - Support HTTP Digest authentication through the stickyauth option. We'll
- have to save the server nonce, and recalculate the hashes for each request.
- - Chunked encoding support for requests (we already support it for responses).
- - A progress indicator for large files