summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/provider
AgeCommit message (Collapse)Author
2016-03-21[bug] fix some version handling errorsKali Kaneko
2015-10-29[feat] pin mail.bitmask.net providerIvan Alejandro
- Resolves: #7542
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
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2015-04-29[feat] update api port for pinned riseupIvan Alejandro
- Related: #6876
2015-01-16Fix failing tests.Ivan Alejandro
Remove srpauth obsolete tests. Remove providerconfig obsolete test. Set as mandatory the signaler object on ProviderBootstrapper and EIPBootstrapper. Closes #6631.
2014-12-11Pin Calyx.net provider.Ivan Alejandro
2014-11-12Do not use logger.exception during provider checks.Kali Kaneko
Closes: #6219 leap log handler was choking on the captured exception. it might have to do with the exception unwinding made by the reactor. this is a workaround to allow the provider checks to show a meaningful error message. The backtrace should only be there for development purpuses, so removing it.
2014-07-16Code style fixes.Ivan Alejandro
2014-07-14Lowercase signals names.Ivan Alejandro
2014-07-10Use preferred provider on first run. Closes #5813.Ivan Alejandro
2014-06-19Pin RiseupTomás Touceda
2014-06-11Improve how pinned providers are handledTomás Touceda
2014-04-14Refactor EIPBootstrapper to the backendTomás Touceda
2014-04-01Add support for self signed certs. Closes #5391.Ivan Alejandro
2014-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2014-01-09Add flag to disable version check.Ivan Alejandro
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-09Warn the user on incompatible api error.Ivan Alejandro
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api.
2014-01-09Refactor provider utilities.Ivan Alejandro
2014-01-09Move a provider problem to a separate signal.Ivan Alejandro
- Some code cleanup - Fix typos
2014-01-09Warn the user if is using an old app version.Ivan Alejandro
[Closes #4636]
2013-12-18Refactor provider_bootstrapper out of mainwindowTomás Touceda
2013-12-02Encode paths out.Ivan Alejandro
2013-12-02Encode URIs out.Ivan Alejandro
2013-12-02Use repr() to show unicode values.Ivan Alejandro
2013-10-29Use unicode values and encode them out.Ivan Alejandro
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-02Fix some more testsTomás Touceda
2013-10-02Fix failing tests/codeTomás Touceda
2013-09-30Make providerboostrapper take the verify path from our ca-bundle.Kali Kaneko
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service.
2013-08-12move everything into bitmask namespaceKali Kaneko