summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services
AgeCommit message (Collapse)Author
2013-09-02Display correct service name in wizard.Ivan Alejandro
2013-09-02Fix local offset calculation. Closes #3595.Ivan Alejandro
Python returns the timezone with the opposed sign to the standard notation.
2013-09-02emit failed for all kinds of socket errorKali Kaneko
2013-09-02Use configured gateway in all platforms.Ivan Alejandro
Also use python 2.6 compatible str.format.
2013-09-01Fix arguments passed to get_selected_gateway()Kali Kaneko
Closes: #3658
2013-08-30Start the vpn with the user configured gateway.Ivan Alejandro
2013-08-30Add method to return gateways with their names.Ivan Alejandro
Also the test code in the bottom was updated to work.
2013-08-28Refactor services display names out. Closes #3578.Ivan Alejandro
2013-08-23fix up script in linuxKali Kaneko
2013-08-22Merge remote-tracking branch 'kali/feature/3409_make_imap_poll_configurable' ↵Tomás Touceda
into develop
2013-08-22Merge remote-tracking branch 'chiiph/bug/properly_logout' into developKali Kaneko
2013-08-21Make mail fetch interval in imap service configurableKali Kaneko
using environment variable. Closes: #3409
2013-08-21Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop
2013-08-21Use DELETE /1/logout to properly logoutTomás Touceda
2013-08-20Improve test coverage for VPNGatewaySelector.Ivan Alejandro
2013-08-20Improve test coverage for ProviderBootstrapper.Ivan Alejandro
2013-08-20Update failing test, pep8 fixes.Ivan Alejandro
2013-08-19Update to new soledad package scheme.drebs
2013-08-16Move a little bit down the setenv flag in linux.Kali Kaneko
Otherwise it is not taken as an argument for openvpn.
2013-08-15Add an explicit comment about why we are using different poll_timesTomás Touceda
2013-08-15Detect a running instance of EIP by checking for LEAPOPENVPN varTomás Touceda
2013-08-15Add LEAPOPENVPN=1 command line env var to the vpnlauncherTomás Touceda
2013-08-14Make POLL_TIME bigger in VPNManagerTomás Touceda
2013-08-13retry soledad connectionsKali Kaneko
2013-08-13Update mocks for the new namespace. Closes #3445.Ivan Alejandro
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko