aboutsummaryrefslogtreecommitdiffstats
path: root/Sources (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove backward compatibility of GetPeers with SiriKit versionAlessio Nossa2024-02-281-3/+1
* Add backwards compatibility of GetPeers wit SiriKit versionAlessio Nossa2024-02-281-1/+3
* Update AppIntents StringsAlessio Nossa2024-02-281-2/+2
* Rename constant to satisfy SwiftLintAlessio Nossa2024-02-281-3/+3
* Remove missing peers error in UpdateTunnelConfiguration IntentAlessio Nossa2024-02-282-5/+1
* Fix return value of AppIntents in iOS 17Alessio Nossa2024-02-282-2/+2
* WireguardApp: macOS: Add App Intents to macOS appAlessio Nossa2023-04-121-0/+5
* Implement UpdateTunnelConfiguration App IntentAlessio Nossa2023-04-122-0/+146
* Implement BuildPeerConfigurationUpdate App IntentAlessio Nossa2023-04-122-0/+89
* Remove UpdateConfiguration Intent with Dictionary inputAlessio Nossa2023-04-122-153/+0
* Implement UpdateConfiguration AppIntent with Dictionary as inputAlessio Nossa2023-04-122-0/+153
* WireguardApp: Add async variant of modify tunnel functionAlessio Nossa2023-04-121-0/+17
* WireguardApp: iOS: Cleanup after SiriKit Intents removalAlessio Nossa2023-04-122-10/+0
* Remove WireGuardIntentsExtensionAlessio Nossa2023-04-125-106/+0
* Removed UpdateConfigurationIntent SiriKit IntentAlessio Nossa2023-04-125-414/+3
* Implement GetPeers AppIntentAlessio Nossa2023-04-124-0/+87
* Remove GetPeers SiriKit IntentAlessio Nossa2023-04-053-196/+1
* Complete cleanup after SetTunnelStatus Intent removalAlessio Nossa2023-04-013-90/+1
* Removed SetTunnelStatusAlessio Nossa2023-04-017-452/+4
* WireguardApp: iOS: Added Siri shortcuts donations for SetTunnelStatus intentAlessio Nossa2022-02-014-0/+53
* Implemented SetTunnelStatus intentAlessio Nossa2022-02-014-2/+487
* Implemented UpdateConfiguration intentAlessio Nossa2022-02-016-1/+358
* WireguardApp: iOS: Moved tunnelsManager initialization to AppDelegateAlessio Nossa2022-02-012-18/+38
* Implemented GetPeers intentAlessio Nossa2022-02-015-4/+295
* project: Added sources to WireGuardIntentsExtensioniOSAlessio Nossa2022-02-011-1/+2
* project: Added WireGuardIntentsExtensioniOS target and Siri capabilityAlessio Nossa2022-02-015-0/+74
* Automatic configuration files changes by XcodeAlessio Nossa2022-02-011-8/+7
* UI: When saving on-demand rules, deactivate if reqd and then saveRoopesh Chander2021-09-282-14/+30
* UI: When saving on-demand rules on a config, enable on-demand if activeRoopesh Chander2021-09-242-3/+13
* App: version bump1.0.15-26Jason A. Donenfeld2021-09-231-2/+2
* UI: macOS: increase login detector file timeoutJason A. Donenfeld2021-09-231-1/+1
* Model: migrate iOS 14 keychain references to iOS 15 formatJason A. Donenfeld2021-09-231-1/+22
* UI: iOS: remove list pinking when no configJason A. Donenfeld2021-09-232-5/+0
* WireGuardApp: restore old keychain consistency behaviorJason A. Donenfeld2021-09-231-7/+9
* App: version bump1.0.14-25Jason A. Donenfeld2021-09-221-2/+2
* UI: iOS: disable list rows when no configJason A. Donenfeld2021-09-222-0/+5
* WireGuardApp: use file to communicate launch-by-login-helperJason A. Donenfeld2021-09-226-40/+47
* Keychain: remove class constraint when copyingJason A. Donenfeld2021-09-221-4/+2
* WireGuardApp: do not delete unverifying profiles everJason A. Donenfeld2021-09-221-9/+7
* WireGuardKitGo: bump wireguard-go versionJason A. Donenfeld2021-09-222-13/+14
* MacAppStoreUpdateDetector: Detect StoreAEService correctlyRoopesh Chander2021-09-221-1/+1
* MacAppStoreUpdateDetector: Add pid to the logRoopesh Chander2021-09-221-1/+2
* WireGuardKitGo: include new homebrew location in PATHJason A. Donenfeld2021-09-221-0/+1
* build: Fix swiftlint warningsRoopesh Chander2021-09-228-8/+7
* build: Fix swift warningsRoopesh Chander2021-09-227-8/+8
* UI: Use 'On-Demand', with hyphen, consistentlyJason A. Donenfeld2021-09-221-6/+6
* UI: macOS: do on-demand ritual for clicking list item tooJason A. Donenfeld2021-09-222-7/+16
* UI: Consider on-demand to be enabled iff the tunnel provider is enabledRoopesh Chander2021-08-031-3/+4
* UI: When setting on-demand, avoid a second saveToPreferences() callRoopesh Chander2021-08-031-14/+2
* UI: When saving on-demand rules, don't set isOnDemandEnabledRoopesh Chander2021-08-021-1/+1