summaryrefslogtreecommitdiff
path: root/src/leap/bonafide/service.py
AgeCommit message (Collapse)Author
2016-08-29[bug] return active user as a dictHEADmasterKali Kaneko (leap communications)
since the command dispatcher expects dicts now
2016-05-19[bug] raise exception on authentiation errorsRuben Pollan
To avoid using None as a valid (token, uuid) pair we need to raise an exception.
2016-05-19[feat] remove password from logoutRuben Pollan
Logout does not need password.
2016-04-27[pkg] do not import unused twisted ServiceKali Kaneko (leap communications)
2016-03-04fix hardcoded basedir pathKali Kaneko (leap communications)
2016-03-04use leap.common.service_hooksKali Kaneko (leap communications)
2016-03-02allow to notify multiple hooksKali Kaneko (leap communications)
2016-03-01return deferred for userKali Kaneko (leap communications)
2016-02-25get active userKali Kaneko (leap communications)
2016-02-15provider service bootstrap and autodiscoveryKali Kaneko (leap communications)
2015-12-16add command to download smtp certificateKali Kaneko (leap communications)
2015-12-09accept basedir in service initializationKali Kaneko
2015-12-04minor style fix for auth resultKali Kaneko
2015-12-03zmq dispatcher moved to bitmask.coreKali Kaneko
2015-11-19[feat] use twisted IService interface to run bonafide serviceKali Kaneko
2015-11-18add stubs for missing functionalityKali Kaneko
2015-11-18[feat] bonafide zmq serviceKali Kaneko