summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core
AgeCommit message (Collapse)Author
2016-07-03[feat] implement key exportRuben Pollan
2016-07-03[feat] use SubCommand for the keys dispatcherRuben Pollan
- Related: #7965
2016-07-03[bug] use the base clase to add the instance to the KeymanagerContainerRuben Pollan
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-24[feat] use active addresses in the key listingRuben Pollan
- Related: #8068
2016-05-24[feat] Adapt to the new KeyManager API without key typesRuben Pollan
- Related: #8031
2016-05-19[feat] remove password from logoutRuben Pollan
Logout doesn't need password.
2016-05-03[refactor] rename and move api_contractKali Kaneko
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-05-02[refactor] pass backend to core serviceKali Kaneko
2016-05-02[bug] fix hardcoded pathsKali Kaneko
2016-04-28[bug] do not force autobahn dependency yetKali Kaneko
websockets interface is not mature enough yet, make this dependency optional, for the case the user actively enables it. - Releases: 0.9.2
2016-04-19pep8/flake8Kali Kaneko
2016-04-19some fixes after reviewKali Kaneko
2016-04-19[refactor] use latest implementation of service_hooksKali Kaneko
2016-04-19[feature] add loggingKali Kaneko
2016-04-19[pkg] adapt launcher to work inside frozen binaryKali Kaneko
2016-04-19[feature] add bitmaskd entrypointKali Kaneko
2016-04-19[refactor] use __version__ directlyKali Kaneko
2016-04-19[feature] landing of bitmask.coreKali Kaneko