| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Options are now available globally on ctx, so the first argument of configure
is redundant.
|
|
|
|
|
| |
While we're here, expand test coverage for addonmanager to 100%, and promote to
individual coverage.
|
| |
|
|
|
|
|
| |
We also now ignore unknown options in config files by default, and print a
warning if verbosity is incremented.
|
| |
|
|
- Add an options parameter to the start() event. This is to be used by addons
on startup to add custom options.
- Add a running() event that is called once the proxy is up and running.
- With the new paradigm we can't log during master __init__, so add a tiny
termstatus addon to print proxy status to terminal once we're running.
|