Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |
2013-08-07 | Define abstract methods from BaseConfig. | Ivan Alejandro | |
2013-08-07 | Move code to common.BaseConfig | Ivan Alejandro | |
2013-08-06 | Update code to use the new EIP schema selection. | Ivan Alejandro | |
2013-06-26 | Improve VPNGatewaySelector tests coverage. | Ivan Alejandro | |
Add +13 and +14 timezones support. | |||
2013-06-24 | Bugfix: timezone calculation. | Ivan Alejandro | |
Also use int notation instead of datetime.timedelta. | |||
2013-06-21 | Allow 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-21 | Bugfix: return the correct gateway. | Ivan Alejandro | |
After this fix we always returned the first gateway, no matter what the user asked for. | |||
2013-06-18 | Improve timezone gateway selector. Closes #2894 | Ivan Alejandro | |
It allows to use multiple gateways in openvpn for redundancy. | |||
2013-06-14 | Autoselect VPN gateway based on timezone. | Ivan Alejandro | |
2013-05-11 | use ipaddr to get ipv6 support | kali | |
2013-05-11 | sanitize ip address | kali | |
2013-05-11 | whitelist openvpn cipher parameters | kali | |
2013-04-10 | baseconfig moved to leap.common.config | kali | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-07 | Change asserts for a custom leap_assert method | Tomá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-06 | Add EIP service | Tomás Touceda | |