aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addonmanager.py
Commit message (Expand)AuthorAgeFilesLines
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-011-0/+4
* commands: add a command.command decoratorAldo Cortesi2017-04-281-0/+2
* command: partialsAldo Cortesi2017-04-281-1/+1
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-271-3/+3
* console: very basic interactive command executorAldo Cortesi2017-04-271-1/+1
* Basic outline of the command subsystemAldo Cortesi2017-04-271-0/+3
* Addons and addon testingAldo Cortesi2017-04-261-0/+2
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-1/+1
* Remove watchdog, solidify script testingAldo Cortesi2017-04-261-3/+7
* Revamp how addons workAldo Cortesi2017-04-251-41/+119
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-251-2/+12
* addons: an addonmanager.Loader is now passed to the load() eventAldo Cortesi2017-03-251-1/+28
* addons: start -> load throughoutAldo Cortesi2017-03-251-1/+1
* Rip out master handler mechanismAldo Cortesi2017-03-161-0/+27
* Add a light-weight custom event system, use it for keepservingAldo Cortesi2017-03-161-3/+2
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-27/+28
* Enable custom options for addonsAldo Cortesi2017-03-141-14/+13
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+92