aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for rewrite: Move WireGuardNetworkExtension into the new project folderRoopesh Chander2018-10-275-0/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Use APP_ID in xcconfig rather than PRODUCT_BUNDLE_IDENTIFIERRoopesh Chander2018-10-272-2/+6
| | | | | | | | | This is required because when we add an app extension to the project, there will be two PRODUCT_BUNDLE_IDENTIFIER fields in our project file, so we cannot use xcconfig to set that key directly. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Enable Network Extensions capabilityRoopesh Chander2018-10-272-0/+31
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Move App ID to Developer.xcconfig as wellRoopesh Chander2018-10-272-2/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Remove storyboard and create UI from codeRoopesh Chander2018-10-276-93/+27
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Move DEVELOPMENT_TEAM into an xcconfig out of the git repoRoopesh Chander2018-10-272-0/+8
| | | | | | | | | This is so that other developers can work on this codebase by copying Developer.xcconfig.template to Developer.xcconfig and setting the DEVELOPMENT_TEAM to their respective Team IDs. The Team IDs need not be checked into source control. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Create a new project in XcodeRoopesh Chander2018-10-2710-0/+621
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Prepare for rewrite: Remove CocoaPods and Carthage stuff from .gitignoreRoopesh Chander2018-10-271-15/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Prepare for rewrite: Remove UI and model codeRoopesh Chander2018-10-2770-4379/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Prepare for rewrite: Remove CocoaPodsRoopesh Chander2018-10-272-52/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Prepare for rewrite: Remove Xcode project and workspaceRoopesh Chander2018-10-275-1138/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Allow customizing MTUJason A. Donenfeld2018-10-274-8/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* bridge: go get requires arch pathsJason A. Donenfeld2018-10-261-7/+12
| | | | | | | So we move it into the build phase. This makes sense, since ostensibly different archs might have different required modules. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* MIT licenseJason A. Donenfeld2018-10-101-26/+19
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Use go modulesJason A. Donenfeld2018-10-092-20/+27
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Better handling of CIDR values.Jeroen Leenarts2018-10-032-11/+40
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Disable auto corrects and related helpers on UITextfields.Jeroen Leenarts2018-10-031-9/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Export qr scanned config to system settings.Jeroen Leenarts2018-10-031-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Do not try to resolve a valid ip address.Jeroen Leenarts2018-10-031-3/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove extra comment cruftJason A. Donenfeld2018-10-037-28/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove a few prints, add some whitespace.Jeroen Leenarts2018-10-024-15/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add some form of image for when no configurations are available.Jeroen Leenarts2018-10-023-0/+35
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Dismiss qr scan vc on cancel.Jeroen Leenarts2018-10-021-1/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Handle persistentKeepAlive better.Jeroen Leenarts2018-10-021-1/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add Wireguard logo to bottom of settings.Jeroen Leenarts2018-10-023-0/+20
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Extract WireGuardGo version at build time.Jeroen Leenarts2018-10-028-45/+90
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Deal with type body length warning.Jeroen Leenarts2018-10-021-18/+20
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Bump pod versions due to Swift 4.2 migration.Jeroen Leenarts2018-10-021-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Copy public key through context menu.Jeroen Leenarts2018-10-025-82/+84
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rewrite bridge build systemJason A. Donenfeld2018-10-028-76/+45
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Don't crash on failure to obtain version info and inform user on what is needed to be able to retrieve version info from the Go client.Jeroen Leenarts2018-10-013-12/+34
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Check and clear old configs on app start and app foreground.Jeroen Leenarts2018-10-012-2/+44
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Convert DNS names to IP address.Jeroen Leenarts2018-09-301-4/+22
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix build warning.Jeroen Leenarts2018-09-301-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add switch to info view controller.Jeroen Leenarts2018-09-296-88/+208
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Update README.Jeroen Leenarts2018-09-271-2/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add missing file and fix hard path.Jeroen Leenarts2018-09-273-2/+24
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Xcode build wireguard go bridge.Jeroen Leenarts2018-09-262-6/+65
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Deal with zero or empty input better.Jeroen Leenarts2018-09-261-2/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Use trash instead of edit icon.Jeroen Leenarts2018-09-261-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Use message to extension to obtain version info.Jeroen Leenarts2018-09-265-14/+73
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fixe base 64 regex format.Jeroen Leenarts2018-09-261-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix function length warning.Jeroen Leenarts2018-09-261-6/+14
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add explicit cast to supress conversion warning.Jeroen Leenarts2018-09-261-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fixe file/function related warnings.Jeroen Leenarts2018-09-267-224/+282
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Not a gear but dots.Jeroen Leenarts2018-09-266-13/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Set a date based version number for now.Jeroen Leenarts2018-09-262-2/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Present alert for title.Jeroen Leenarts2018-09-251-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove default zeroes for listenPort and mtu.Jeroen Leenarts2018-09-251-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Ask for title when scaning a QR.Jeroen Leenarts2018-09-252-2/+18
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>