summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/provider/providerbootstrapper.py
AgeCommit message (Collapse)Author
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-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-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-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-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-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.