Conrad Kramer
25a0f7c421
Add Developer ID Profiles to build
2024-09-07 20:35:28 -07:00
Jett Chen
e4b0f1660b
GRPC Server Support
...
- Deprecates old json-rpc system
- Add GRPC daemon over uds
2024-09-08 11:33:11 +08:00
Conrad Kramer
3fbb520a10
Fix SwiftLint errors
2024-09-07 18:00:04 -07:00
Conrad Kramer
3dedca4de3
Update build settings
2024-07-06 17:20:46 -07:00
Conrad Kramer
3c70bc2a5c
Remove SwiftLint from Xcode project
2024-07-06 12:18:58 -07:00
Conrad Kramer
bca07c33b8
Start authentication flow
2024-07-06 12:18:58 -07:00
Jett Chen
abf1101484
Wireguard Configuration in SQLite ( #263 )
...
#241
2024-04-21 18:01:47 -04:00
Conrad Kramer
df549d48e6
Implement Slack authentication on iOS
2024-04-03 15:12:11 -07:00
Conrad Kramer
cb1bc1c8aa
Update release pipelines to upload release artifacts
2024-03-23 13:41:07 -07:00
Conrad Kramer
4334f8c9c9
Configure CARGO_TARGET_DIR to be inside of DerivedData
2024-03-16 10:34:59 -07:00
Conrad Kramer
0fe630878d
Introduce initial UI for connecting to networks
2024-03-10 18:59:31 -04:00
Conrad Kramer
51fd638b72
Update for Xcode 15.2
2024-03-10 18:59:31 -04:00
Jett Chen
c4c342dc8b
Add implementation for stop command
...
This adds implementation for stopping the tunnel
via the `Stop` command.
2024-02-25 04:14:32 +08:00
Ben
29d2bfae3f
Remove redundant type annotation
2024-02-24 12:53:59 -05:00
Jett Chen
2088ae6ede
Add Support for IPV6 and Arbitrary Server Address
...
Add IPV6 support for Apple Devices
Note: Works in GUI not CLI
Adds Support for Arbitrary Server Address
2024-02-24 12:44:31 -05:00
Conrad Kramer
7cc1f3119e
Simplified process startup on macOS and Linux
2024-01-27 07:53:30 -05:00
Conrad Kramer
2b9ecb7b6a
Update Tunnel on the main thread
...
Also updated it to use the new Swift Observable macro
2024-01-20 10:02:19 -08:00
Jett Chen
b008762a5b
Implement Wireguard
...
Implements Wireguard
2023-12-23 11:26:05 -08:00
Jett Chen
759311e4f4
remove continuation from BurrowIPC
...
This removes usage of continuation from BurrowIPC by
moving it to NWConnections.
2023-10-23 12:22:02 +08:00
Jett Chen
c9f104e523
Generate NetworkSettings with IPC
...
This generates and applies NetworkSettings object with unix socket IPC.
- domain socket, json-rpc based communication
- switches to anyhow for burrow crate
- adds support for starting daemons on macos
2023-10-14 10:25:24 -07:00
Jett Chen
3ef13b09a3
Add C Swift Bindings
...
This adds C Swift bindings for burrow via compiling burrow
with a matching header file.
2023-08-16 13:28:20 -04:00
Conrad Kramer
32e4e9d1d7
Refactored MenuView into MenuItemToggleView
...
This change fixes some subtle state bugs in the switch handling by
making isOn a direct function of the Tunnel.
2023-06-23 20:29:52 -04:00
SerenityUX
5438542284
Added initial menu bar to macOS
2023-06-23 20:29:52 -04:00
Conrad Kramer
101470d17c
Fix requesting VPN permission on macOS
...
The protocol configuration is copied when set, so it should be set
after it is configured
2023-05-13 13:15:41 -04:00
Conrad Kramer
3c30a4b336
Enable SwiftLint inside of Xcode
...
This commit also fixes all linter warnings and errors.
2023-05-09 23:01:36 -04:00
Conrad Kramer
941d465570
Document the Rust Xcode build script
...
The Bash source is a little hard to read.
2023-05-09 23:01:36 -04:00
Conrad Kramer
c1507ba37f
Fix SwiftUI view model updating
...
The reflection data is needed by SwiftUI in order to operate correctly.
2023-05-09 23:01:36 -04:00
Conrad Kramer
b3a540fc48
Add support for starting and stopping the tunnel
...
This commit introduces the Tunnel view model object which has
support for asking for permission, starting and stopping the
tunnel. It automatically updates its state and publishes
changes as an ObservableObject.
2023-05-09 23:01:36 -04:00
Conrad Kramer
eeb0130156
Add Swift module for libburrow
...
This commit also renames the app target to App.
2023-05-09 23:01:36 -04:00
Conrad Kramer
4b0965b846
Build burrow library into iOS and macOS app
...
This commit adds a build script, build-rust.sh, which compiles the
burrow crate from inside of Xcode. The network extension then links
against this crate.
2023-04-29 16:46:23 -04:00
Conrad Kramer
d966c0ff77
Add packet tunnel provider entitlement
...
This entitlement is required to communicate with the VPN API on iOS and
macOS.
2023-04-29 16:46:23 -04:00
Conrad Kramer
4bf0fb639c
Switch to the Hack Club development team
...
This change switches the project over to the Hack Club developer team in
the Hack Club developer account. This is needed to get the app in
TestFlight.
2023-04-29 16:46:23 -04:00
Conrad Kramer
1ffa01df5b
Commit Xcode schemes to version control
...
This commit adds the Burrow and NetworkExtension schemes to version
control so that they can be shared across developers.
2023-04-29 16:46:23 -04:00
Conrad Kramer
c1e7415871
Initial commit
2023-04-10 16:49:23 -04:00