Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | [bug] fail bonafide bootstrap for self sign certs | Ruben Pollan | |
- Resolves: #8881 | |||
2017-06-05 | [feat] check ca cert fingreprint against provider.json | Ruben Pollan | |
2017-05-12 | [bug] make global the provider bootstrap deferreds | Ruben Pollan | |
- Resolves: #8884 | |||
2017-05-04 | [bug] correctly handle authenticate's autoconf parameter | Simon Fondrie-Teitler | |
This fixes two bugs with handling the autoconf parameter: - It looks for "True" instead of "true" in the dispatching code to account for json.dumps() converting true into a boolean and str() returning the python-style capitalized version "True". - It moves the initial definitions of offirst_bootstrap, ongoing_bootstrap, and stuck_bootstrap into the class instantiation method so they don't get shared between instances of the class. Previously, this caused one instance being bootstrapped to causes other instances to think they were also actively being bootstrapped. Resolves #8843 | |||
2017-04-27 | [bug] unify logging style using class attr | Kali Kaneko (leap communications) | |
I changed most of the logger statements to use a class attribute, in this way it's easier to identify which class it's logging them. in some cases I leave a module-level logger, when we're either using functions or when the module it's too small. at the same time I did a general review and cleanup of the logging statements. | |||
2017-03-03 | [feat] get VPN params from eip-service.json | Ruben Pollan | |
Instead of hardcoding them in the code. | |||
2016-12-26 | [bug] do not hang if further config needs auth | Kali Kaneko (leap communications) | |
2016-10-21 | [bug] use tcp endpoint for windows | Kali Kaneko (leap communications) | |
2016-10-10 | [bug] fix error logging calls using twisted logger | drebs | |
2016-10-07 | [refactor] use new logger infrastructure | Kali Kaneko (leap communications) | |
2016-10-04 | [bug] In case of wrong url don't leave files in the config folder | Ruben Pollan | |
- Resolves: #8498 | |||
2016-09-07 | [feat] Add manual provider registration | Ruben Pollan | |
- Resolves: #8400 | |||
2016-09-01 | [refactor] fix imports after merging submodules | Kali Kaneko (leap communications) | |
2016-08-29 | [pkg] move bonafide source to leap.bitmask.bonafide | Kali Kaneko (leap communications) | |