summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/dispatcher.py
AgeCommit message (Collapse)Author
2016-08-15[bug] rename mail get-token commandsKali Kaneko
otherwise the command cannot be dispatched. return dicts instead of strings too.
2016-07-03[feat] use subcommands in the cliRuben Pollan
Reorganize all the commands to don't use '--' but parse each subcommand separately.
2016-07-03[feat] add keys from the bitmask cliRuben Pollan
- Resolves: #7965
2016-07-03[feat] add support for private keys into bitmask cliRuben Pollan
2016-07-03[feat] add delete key command to the cliRuben Pollan
2016-07-03[feat] implement key exportRuben Pollan
2016-07-03[feat] use SubCommand for the keys dispatcherRuben Pollan
- Related: #7965
2016-07-03[feat] use one single mail_auth token instead of imap/smtp tokensRuben Pollan
The core was not addapted to the mail_auth token.
2016-05-19[feat] remove password from logoutRuben Pollan
Logout doesn't need password.
2016-05-02[feature] pluggable backends and api registryKali Kaneko
the idea behind this mechanism (partially implemented for that) is to be able to check the backend output against some type annotations. We want to be able to detect if a given backend (real services or authoritative mocks) have diverged from what's specified in the API annotations.
2016-04-19some fixes after reviewKali Kaneko
2016-04-19[feature] landing of bitmask.coreKali Kaneko