summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/provider/__init__.py
AgeCommit message (Collapse)Author
2016-03-21[bug] fix some version handling errorsKali Kaneko
2015-08-12[bug] fail more clearly if we got incorrect version stringKali Kaneko
on the sumo tarball, the _version file for leap/bitmask submodule wasn't being frozen, and hence BITMASK_VERSION was None. this was breaking the provider tests w/o any clear error message. - Related: #7322
2014-01-09Use short version since we don't care of suffix.Ivan Alejandro
This way we support client '0.5.0-rc3' if the provider supports '0.5.0'.
2014-01-09Replace version check with a better one.Ivan Alejandro
2014-01-09Refactor provider utilities.Ivan Alejandro
2014-01-09Warn the user if is using an old app version.Ivan Alejandro
[Closes #4636]
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-08-12move everything into bitmask namespaceKali Kaneko