aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/help.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix CSS view prompt, update display mode options.Tomaz Muraus2014-01-041-0/+4
|
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | Thanks to Roy Shamir for reporting this.
* Correct display mode highlight keysAlexis Hildebrandt2013-04-161-1/+5
| | | | | | Add html display mode to the help documentation. Correct html and hex display mode highlight keys (help used 'h' for hex). Correct json display mode highlight keys.
* Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-0/+4
| | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode
* Add help entry for H global header shortcut.Aldo Cortesi2012-09-021-2/+1
|
* Add a shortcut to header editor to add standard User-Agent strings.Aldo Cortesi2012-08-311-1/+1
|
* Optional AMF decoding supportSahn Lam2012-08-171-0/+4
| | | | If PyAMF is installed, enable AMF decoding.
* Add unit tests for console/help.pyAldo Cortesi2012-06-031-12/+13
|
* Add an index counter to status bar.Aldo Cortesi2012-04-091-1/+0
|
* Add some missing help entries.Aldo Cortesi2012-04-081-16/+20
|
* Start prepping docs for 0.8Aldo Cortesi2012-04-041-0/+1
| | | | | Also add an interactive upstream-cert option to mitmproxy, and repair help for R shortcut.
* Move "M" shortcut key to global scope.Aldo Cortesi2012-04-021-0/+33
| | | | You now don't have to be viewing a flow to change global default view.
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-1/+6
| | | | Also includes some minor refactoring and documentation stubs.
* Move mitmproxy reverse proxy shortcut to "P".Aldo Cortesi2012-03-181-1/+3
| | | | Also don't expose help from the help screen.
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* connection -> flow in libmitmproxy/consoleAldo Cortesi2012-02-211-1/+1
| | | | "Flow" is the correct term here - every connection can have multiple flows.
* Tweaks for reverse proxy modeAldo Cortesi2012-02-211-0/+1
| | | | | | - Unify key bindings over connection and connection list view - Add help entry - Unset reverse proxy when a blank value is specified
* Better formatting for headers, help and other key-value displays.Aldo Cortesi2012-02-111-15/+17
| | | | We now use proper Columns, rather than laying it out manually.
* Further keybinding consolidation.Aldo Cortesi2012-02-081-9/+10
| | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings.
* Start consolidating keybindings.Aldo Cortesi2012-02-081-17/+0
| | | | | | I want each view to have a more coherent set of bindings. This means minimizing the global bindings, and making some bindings accessible only from screens related to their functionality.
* Move to context-dependent help model.Aldo Cortesi2012-02-081-27/+11
| | | | The all-in-one page was just getting too unwieldy.
* Refactor console.Aldo Cortesi2012-02-071-0/+146
Split the console implementation out into logical components.