summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services
AgeCommit message (Collapse)Author
2013-11-28Add --nobind as VPN parameterTomás Touceda
2013-11-26do not compare to True as per pep8 recommendationsKali Kaneko
2013-11-25Avoids the checking for an "updated" policy file for debian package.Kali Kaneko
In the case of the debian package, we already take care to put the file in place, so this check is not needed.
2013-11-21Disable eip-config for uninitialized providers.Ivan Alejandro
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path.
2013-11-19Fix soledad bootstrap subtasks order. Closes #4537.drebs
2013-11-13do not raise if error while syncingKali Kaneko
2013-11-13Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵Tomás Touceda
into develop
2013-11-12re-raise the exceptions on init as expectedKali Kaneko
2013-11-12deferToThread initial soledad syncKali Kaneko
2013-11-12Send user's key to nickserver whenever the keymanager is initialized.drebs
2013-11-11Fix call to smtp gateway.drebs
2013-11-08Use module attributes to store services strings.Ivan Alejandro
2013-11-07Reject sender if it's not the logged in userTomás Touceda
2013-11-06Initializes mail service with the user id.Kali Kaneko
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.
2013-10-31improve error handlingKali Kaneko
2013-10-31Fix soledad bootstrapper syncing log message type (2).drebs
2013-10-31Fix soledad bootstrapper syncing log message type.drebs
2013-10-30Properly stop imap at logoutTomás Touceda
2013-10-30Fix pep8 indent issue. And better operator usage.Ivan Alejandro
- E128: continuation line under-indented for visual indent. - Don't use identity operator to compare boolean.
2013-10-29Create Soledad object with an unicode passphrase.Ivan Alejandro
[Related to bug #4330]
2013-10-29Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵Tomás Touceda
develop
2013-10-29Update docstrings to unicode types.Ivan Alejandro
2013-10-29Handle encoding problems in the vpn connection.Ivan Alejandro
2013-10-29Encode paths before use them.Ivan Alejandro
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-14Use .exe extension on windowsTomás Touceda
2013-10-14Default UP/DOWN_SCRIPTs to None and add them only if not NoneTomás Touceda
2013-10-11updated strings to 0.3.4 releaseKali Kaneko
2013-10-10Merge remote-tracking branch 'kali/bug/catch-u1db-httperror' into developTomás Touceda
2013-10-09catch u1db errorsKali Kaneko
2013-10-08openvpn observerKali Kaneko
reacts to tls-restart, ping-restart and network unreachable.
2013-10-07Add support for running lxde polkit agent.Ivan Alejandro
2013-10-03Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into developTomás Touceda
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-03Only pick one gnupg bin path which is not a symlinkTomás Touceda
2013-10-02Merge remote-tracking branch 'chiiph/feature/use_token' into developIvan Alejandro
2013-10-02Use token header also for authenticated requestsTomás Touceda
2013-10-02Fix some more testsTomás Touceda
2013-10-02Fix failing tests/codeTomás Touceda
2013-10-01Add more verbose error handlingKali Kaneko
To help diagnose this problem. I think we might prefer to leave this on hold until we merge the new gnupg module.
2013-10-01Merge remote-tracking branch 'ivan/feature/update-failing-tests' into developTomás Touceda
2013-09-30Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵Tomás Touceda
into develop
2013-09-30make socket errors during initialization recoverableKali Kaneko
2013-09-30refactor to use generic download_service_configKali Kaneko
2013-09-30remove unused importKali Kaneko
2013-09-30Improve error handling during soledad boostrapping in the client.Kali Kaneko
The aim is to have better logs for debugging the different problems behind issues like #3619 and #3867. As I'm finding a good quantity of SSL handshake timeouts, I'm also adding a litte retry subroutine to the load_and_sync. Also, initialization and sync calls are separeted to be able to correlate logs with server-side soledad.
2013-09-30Merge remote-tracking branch 'kali/bug/connection_aborted' into developTomás Touceda
2013-09-30add connection_aborted signal to state machineKali Kaneko
2013-09-30Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into developTomás Touceda