Davide De Rosa
|
98e5e4cdde
|
Share common protocols across localized strings (#324)
|
2023-07-05 17:18:33 +02:00 |
Davide De Rosa
|
d7ebcb23ba
|
Split views into extensions (#321)
Nothing but moving code around to reorganize views into the following
sections (MARK):
- Properties/Body
- Subviews
- Actions
|
2023-07-03 16:54:43 +02:00 |
Davide De Rosa
|
b4ad8dea0d
|
Do some code clean up
- Use guard in validators
- Rename URL.openURL() to URL.open()
- Sort imports (SwiftLint)
- Drop unused VPNProtocolType.allTypes
- Drop unused imports
|
2023-05-21 11:48:03 +02:00 |
Davide De Rosa
|
fbd32d8b26
|
Fine-tune SwiftLint (#265)
|
2023-03-19 14:41:53 +01:00 |
Davide De Rosa
|
f06f097f27
|
Add SwiftLint phase (#262)
|
2023-03-17 21:55:47 +01:00 |
Davide De Rosa
|
8f999a462e
|
Do not open long content when XOR is disabled
|
2023-03-17 17:52:57 +01:00 |
Davide De Rosa
|
37354d1b87
|
Update copyright
|
2023-03-17 16:56:19 +01:00 |
Davide De Rosa
|
ba09dcffa7
|
Full OpenVPN XOR patch (#245)
|
2022-11-06 18:08:41 +01:00 |
Davide De Rosa
|
b2bdf23c54
|
Revisit pull section in OpenVPN Endpoint
- Hide from server diagnostics
- Use a better section title
|
2022-10-29 13:40:30 +02:00 |
Davide De Rosa
|
cdc05f0c10
|
Update TunnelKit
Split IP settings and routes. Now properly handling local routes.
|
2022-10-29 12:28:27 +02:00 |
Davide De Rosa
|
f6e0caaa73
|
Implement --remote-random-hostname
- Update TunnelKit
- Show in UI
|
2022-10-17 09:06:52 +02:00 |
Davide De Rosa
|
7f748e6d1e
|
Reuse "Download" for pulled OpenVPN settings
|
2022-10-15 16:52:58 +02:00 |
Davide De Rosa
|
f95e4f228d
|
Implement --route-nopull via TunnelKit (#230)
Use it internally to override server-pushed settings.
|
2022-10-13 19:09:51 +02:00 |
Davide De Rosa
|
a3fd5c40d4
|
Fix access to hidden OpenVPN.Configuration.Fallback
|
2022-09-23 22:56:27 +02:00 |
Davide De Rosa
|
9a8477225e
|
Refactor library into domain + impl
|
2022-06-23 23:31:01 +02:00 |
Davide De Rosa
|
48d499569b
|
Use block versions of Section header/footer
|
2022-05-01 19:48:24 +02:00 |
Davide De Rosa
|
bf65f76401
|
Merge project into iOS + macOS
Share views with both platforms initially. Will split specific
views step by step.
|
2022-04-19 16:14:23 +02:00 |