summaryrefslogtreecommitdiff
path: root/src/leap/services/eip/eipconfig.py
AgeCommit message (Collapse)Author
2013-08-12move everything into bitmask namespaceKali Kaneko
2013-08-07Define abstract methods from BaseConfig.Ivan Alejandro
2013-08-07Move code to common.BaseConfigIvan Alejandro
2013-08-06Update code to use the new EIP schema selection.Ivan Alejandro
2013-06-26Improve VPNGatewaySelector tests coverage.Ivan Alejandro
Add +13 and +14 timezones support.
2013-06-24Bugfix: timezone calculation.Ivan Alejandro
Also use int notation instead of datetime.timedelta.
2013-06-21Allow to create the class using a specific offset.Ivan Alejandro
This is useful for testing purposes, so we can be consistent with the distance calculation.
2013-06-21Bugfix: return the correct gateway.Ivan Alejandro
After this fix we always returned the first gateway, no matter what the user asked for.
2013-06-18Improve timezone gateway selector. Closes #2894Ivan Alejandro
It allows to use multiple gateways in openvpn for redundancy.
2013-06-14Autoselect VPN gateway based on timezone.Ivan Alejandro
2013-05-11use ipaddr to get ipv6 supportkali
2013-05-11sanitize ip addresskali
2013-05-11whitelist openvpn cipher parameterskali
2013-04-10baseconfig moved to leap.common.configkali
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-07Change asserts for a custom leap_assert methodTomás Touceda
Also: - Make SRPAuth and the Bootstrappers be a QObject instead of a QThread so we can use them inside another more generic thread - Add a generic CheckerThread that runs checks or whatever operation as long as it returns a boolean value - Closes the whole application if the wizard is rejected at the first run - Do not fail when the config directory doesn't exist - Set the wizard pixmap logo as LEAP's logo - Improve wizard checks - Make SRPRegister play nice with the CheckerThread
2013-03-06Add EIP serviceTomás Touceda