aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all source files to `Sources/` and rename WireGuardKit targetsAndrej Mihajlov2020-12-03156-18202/+0
| | | | Signed-off-by: Andrej Mihajlov <and@mullvad.net>
* WireGuardKit: Change getWireGuardVersion() -> wireGuardVersionAndrej Mihajlov2020-12-031-1/+1
| | | | Signed-off-by: Andrej Mihajlov <and@mullvad.net>
* WireGuardKit: Add wrappers for PrivateKey, PublicKey, PreSharedKeyAndrej Mihajlov2020-12-0210-260/+35
| | | | Signed-off-by: Andrej Mihajlov <and@mullvad.net>
* iOS/macOS: Integrate WireGuardKitAndrej Mihajlov2020-12-0217-4/+18
| | | | Signed-off-by: Andrej Mihajlov <and@mullvad.net>
* Localization: Update JapaneseJason A. Donenfeld2020-04-111-59/+59
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Localization: macOS: Add translations for 'Edit' buttonRoopesh Chander2020-04-113-0/+6
| | | | | | By copying the 'macMenuEdit' entries to 'macButtonEdit'. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Localization: macOS: Fix localization for 'Edit' buttonRoopesh Chander2020-04-112-1/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Localization: Add German translationRoopesh Chander2020-04-111-0/+443
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Localization: Add Italian translationRoopesh Chander2020-04-111-0/+443
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Localization: Wire up Japanese translationRoopesh Chander2020-04-111-1/+1
| | | | | | By adding the translated Localizable.strings to the Xcode project Signed-off-by: Roopesh Chander <roop@roopc.net>
* highlighter: insist on 256-bit keys, not 257-bit or 258-bitJason A. Donenfeld2020-04-031-4/+25
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Japanese TranslationEiji Tanioka2020-02-231-0/+443
| | | | | | | | Translation for wireguard-apple. Checked on Xcode iOS simulator but not all messages. Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20200127-17Jason A. Donenfeld2020-01-271-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20191105-16Jason A. Donenfeld2019-11-051-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* [REVERT ME SOON] TunnelsManager: Workaround for macOS Catalina deleting tunnels arbitrarilyRoopesh Chander2019-11-051-2/+161
| | | | | | | | | | | In macOS Catalina, for some users, the tunnels get deleted arbitrarily by the OS. It's not clear what triggers that. As a workaround, in macOS Catalina, when we realize that tunnels have been deleted outside the app, we reinstate those tunnels using the information in the keychain. Signed-off-by: Roopesh Chander <roop@roopc.net>
* UI: iOS: more dark mode fixesJason A. Donenfeld2019-10-254-10/+36
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20191015-15Jason A. Donenfeld2019-10-151-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* iOS: UI: Make edit views full screen modalJason A. Donenfeld2019-10-152-2/+2
| | | | | | This might be worse on the iPad. Oh well. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* UI: iOS: adjust colors for iOS 13Diab Neiroukh2019-10-159-20/+70
| | | | | | | | To be compatible with Dark Mode, we need to change some of our color references to be "dynamic". Signed-off-by: Diab Neiroukh <officiallazerl0rd@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20191012-14Jason A. Donenfeld2019-10-121-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* iOS: UI: abort is optimized out in release buildsJason A. Donenfeld2019-10-121-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Keychain: make verification errors only happen when we're sure it's due to not foundJason A. Donenfeld2019-10-111-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: add donation linkJason A. Donenfeld2019-10-113-4/+23
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* UI: iOS: set CFBundleDisplayName to satisfy new ITMS-90783 errorJason A. Donenfeld2019-06-281-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20190610-13Jason A. Donenfeld2019-06-281-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* UI: macOS: Show useful error message on .conf importJason A. Donenfeld2019-06-281-3/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* iOS: Importing: If tunnelsManager isn't ready yet, we should wait for itRoopesh Chander2019-06-132-4/+14
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel detail: Handle deletion outside app, againRoopesh Chander2019-06-131-1/+8
| | | | | | | This was previously done in commit f281b93, but the changes in commit 1507a97 for handling deletion of multiple tunnels undid this capability. Signed-off-by: Roopesh Chander <roop@roopc.net>
* TunnelsManager: store UID on macOS for keychain availabilityJason A. Donenfeld2019-06-113-28/+22
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20190610-12Jason A. Donenfeld2019-06-101-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* on-demand: iOS: Fix crash on selecting Any SSID when already selectedRoopesh Chander2019-06-091-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* on-demand: Don't crash on encountering unexpected on-demand rulesRoopesh Chander2019-06-091-20/+33
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Remove unused stringsRoopesh Chander2019-06-091-2/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Version bump0.0.20190609-11Jason A. Donenfeld2019-06-091-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: remove store update escape hatchJason A. Donenfeld2019-06-091-4/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Version bump0.0.20190531-10Jason A. Donenfeld2019-06-061-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: App menu > Quit shall show a prompt to quit or close windowRoopesh Chander2019-06-063-3/+35
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Save/restore the log window's sizeRoopesh Chander2019-06-041-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Log view: Allow resizing horizontallyRoopesh Chander2019-06-042-20/+34
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Version bump0.0.20190531-9Jason A. Donenfeld2019-05-311-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Dismiss modals correctlyRoopesh Chander2019-05-312-9/+12
| | | | | | | Previously, the presented vc were leaking when discarding edits or when closing the log view controller. Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Update app iconRoopesh Chander2019-05-3111-1/+1
| | | | | | Reduce the size and add a drop shadow Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Should be able to re-show tunnel detailRoopesh Chander2019-05-271-11/+9
| | | | | | | Fixes a bug introduced in the refactoring in commit 7322fb084087774e8b58e347902f6d7036cbde5c Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel detail: No need to update runtime info on tunnelSaved()Roopesh Chander2019-05-271-11/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Start refreshing runtime info in viewWillAppear(), not init()Roopesh Chander2019-05-271-1/+6
| | | | | | | Because when the window is closed and reopened, we should start refreshing runtime info again. Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Fix residual menu highlight on reopenRoopesh Chander2019-05-261-1/+3
| | | | | | | | If we close the window with Cmd+W or Cmd+Q and then re-launch the app, the main menu shows residual highlight from the close action. This commit fixes that. Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: do not call out to recent tunnels trackerJason A. Donenfeld2019-05-261-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* iOS: Should be able to call showTunnelDetail multiple timesRoopesh Chander2019-05-261-5/+17
| | | | | | And the detail views should not stack up. Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Refactor showing of the tunnel detailRoopesh Chander2019-05-252-18/+24
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Show Home screen quick actions for recent tunnelsRoopesh Chander2019-05-254-3/+65
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>