aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/addons/script.py
Commit message (Expand)AuthorAgeFilesLines
* test resolveroot2020-03-111-1/+1
* Options Exception in scriptroot2020-03-111-5/+8
* update mypyMaximilian Hils2019-11-121-1/+1
* script: tweak explicit command invocationAldo Cortesi2018-05-121-7/+4
* script: revamp ephemeral script runningAldo Cortesi2018-05-121-8/+18
* script: invoke addons as script with exception handlerAldo Cortesi2018-05-121-1/+2
* asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-231-39/+46
* Handling user script exceptions, fix #2839kira02042018-04-101-3/+6
* use error handler functionkira02042018-03-261-4/+4
* User script exception handler[squash]kira02042018-03-071-0/+20
* script.run takes a path argumentAldo Cortesi2018-02-271-1/+2
* addon options: readfile, save, scriptAldo Cortesi2018-02-241-0/+8
* remove quotes around filenameMaximilian Hils2018-02-011-1/+3
* improve error message for missing scripts, fix #2824Maximilian Hils2018-02-011-1/+1
* gracefully handle errors during script loadMaximilian Hils2017-08-051-2/+3
* make load_script pureMaximilian Hils2017-07-301-17/+15
* replace deprecated use of SourceFileLoader.load_moduleMaximilian Hils2017-07-201-2/+4
* fix loading scripts with same filenameMaximilian Hils2017-07-201-3/+10
* Fixes #2315Ujjwal Verma2017-06-281-1/+9
* command: script.runAldo Cortesi2017-04-291-5/+28
* Addons and addon testingAldo Cortesi2017-04-261-2/+1
* configure(options, updated) -> configure(updated)Aldo Cortesi2017-04-261-7/+5
* Move options into ctxAldo Cortesi2017-04-261-5/+2
* Remove watchdog, solidify script testingAldo Cortesi2017-04-261-59/+26
* Revamp how addons workAldo Cortesi2017-04-251-183/+46
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-251-8/+7
* addons: an addonmanager.Loader is now passed to the load() eventAldo Cortesi2017-03-251-2/+4
* addons: start -> load throughoutAldo Cortesi2017-03-251-5/+5
* scripts: redirect stdout to ctx.log.warnNikos Filippakis2017-03-241-1/+15
* Clean up addonmanager interfaceAldo Cortesi2017-03-161-3/+3
* Enable custom options for addonsAldo Cortesi2017-03-141-4/+18
* closes #1828 script reloads on py file changesUjjwal Verma2017-02-101-1/+6
* eventsequence: coverage++Thomas Kriechbaumer2017-02-091-3/+3
* Add except clause to catch script parsing errors (#1929)lymanZerga112017-02-011-5/+11
* use types.SimpleNamespace instead of custom NS classMaximilian Hils2016-12-131-15/+3
* options: add a merge method to assimilate optionsAldo Cortesi2016-12-081-3/+3
* fix indentationThomas Kriechbaumer2016-12-031-2/+2
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-0/+270