272ade07a8
Add route selection to iOS ( #1944 )
v0.27.5
2024-05-10 10:47:16 +02:00
263abe4862
Fix windows route exec path ( #1946 )
...
* Enable release workflow on PR and upload binaries
add GetSystem32Command to validate if a command is in the path
it will fall back to the full system32, assuming the OS driver is C
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com >
2024-05-09 13:48:15 +02:00
ceee421a05
unify Config generation, loading and updating ( #1586 )
...
* config.go: pull unified Config.apply() out of createNewConfig() and update()
as a bonus it ensures returned Config object doesn't have any configuration
values missing
2024-05-08 18:58:31 +02:00
0a75da6fb7
Remove GetNetworkMap stacktrace( #1941 )
2024-05-07 19:19:30 +02:00
920877964f
Monitor network changes and restart engine on detection ( #1904 )
2024-05-07 18:50:34 +02:00
2e0047daea
Improve Sync performance ( #1901 )
2024-05-07 14:30:03 +02:00
ce0718fcb5
Migrate blob net ip fields to json serializer ( #1906 )
...
* serialize net.IP as json
* migrate net ip field from blob to json
* run net ip migration
* remove duplicate index
* Refactor
* Add tests
* fix tests
* migrate null blob values
2024-05-07 14:01:45 +03:00
c590518e0c
Feature/exit node Android ( #1916 )
...
Support exit node on Android.
With the protect socket function, we mark every connection that should be used out of VPN.
2024-05-07 12:28:30 +02:00
f309b120cd
Retry reading routing table (bsd) ( #1914 )
...
* Retry reading routing table (bsd)
Similar to #1817 , BSD base OSes will return "cannot allocate memory"
errors when routing table is expanding.
2024-05-07 09:51:43 +02:00
7357a9954c
Fix a panic when management is behind an invalid proxy ( #1930 )
...
- Add a new error on gRPC client that doesn't pass the incorrect status from the gRPC client
- Try login only if we have a server public key
2024-05-06 18:04:32 +02:00
13b63eebc1
Remove comments from iptables commands ( #1928 )
2024-05-06 17:12:34 +02:00
735ed7ab34
Fix resolv.conf repairer logic ( #1931 )
...
Stop the file repairer before doing the restore
2024-05-06 17:01:00 +02:00
961d9198ef
Fix removeAllowedIP ( #1913 )
...
Current implementation of removeAllowedIP recreates the wg iface,
killing all open ports and connections. This is due to that "lines" is
the complete output of `get` from wg-usp and not the specific interface
which changes should be applied to.
2024-05-06 15:33:08 +02:00
df4ca01848
Return system serial on a peer HTTP API call ( #1929 )
2024-05-06 14:49:03 +02:00
4e7c17756c
Refactor Route IDs ( #1891 )
2024-05-06 14:47:49 +02:00
6a4935139d
Ignore cloned routes on bsd ( #1915 )
2024-05-02 23:12:59 +02:00
35dd991776
Fix best route selection ( #1903 )
...
* fix route comparison to current selected route + adding tests
* add comment and debug log
* adjust log message
---------
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com >
2024-05-02 11:51:03 +02:00
3598418206
Update the check interval for new geo db and change log level ( #1908 )
...
Update log level to trace and update the check db interval from 60s to 300s
2024-04-30 17:54:29 +02:00
e435e39158
Fix route selection IDs ( #1890 )
v0.27.4
2024-04-29 18:43:14 +02:00
fd26e989e3
Check if channel exist before sending network map ( #1894 )
...
Check for connection channel before calculating and sending the network map
2024-04-29 18:31:52 +02:00
4424162bce
Add client debug features ( #1884 )
...
* Add status anonymization
* Add OS/arch to the status command
* Use human-friendly last-update status messages
* Add debug bundle command to collect (anonymized) logs
* Add debug log level command
* And debug for a certain time span command
2024-04-26 17:20:10 +02:00
54b045d9ca
Replaces powershell with the route command and cache route lookups on windows ( #1880 )
2024-04-26 16:37:27 +02:00
71c6437bab
add content type before writing header ( #1887 )
2024-04-25 21:20:24 +02:00
7b254cb966
add methods to manage rosenpass settings for iOS ( #1879 )
2024-04-23 19:26:03 +02:00
8f3a0f2c38
Add retry to IdP cache lookup ( #1882 )
2024-04-23 19:23:43 +02:00
1f33e2e003
Support exit nodes on iOS ( #1878 )
2024-04-23 19:12:16 +02:00
1e6addaa65
Add account locks to getAccountWithAuthorizationClaims method ( #1847 )
2024-04-23 19:09:58 +02:00
f51dc13f8c
Add route selection functionality for CLI and GUI ( #1865 )
2024-04-23 14:42:53 +02:00
3477108ce7
Bump golang.org/x/net from 0.20.0 to 0.23.0 ( #1867 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.20.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 12:48:25 +02:00
012e624296
Fix DNS not found query response ( #1877 )
...
for local queries, we should return NXDOMAIN instead of NOERROR
Also, updated gomobile for Android and iOS builds
2024-04-23 10:20:09 +02:00
4c5e987e02
Add support for GUI app to display error ( #1844 )
2024-04-22 11:57:38 +02:00
a80c8b0176
Redeem invite only when incoming user was invited ( #1861 )
...
checks for users with pending invite status in the cache that already logged in and refresh the cache
2024-04-22 11:10:27 +02:00
9e01155d2e
Add new intro image
2024-04-22 11:00:52 +02:00
3c3111ad01
Copy client binary to a directory in path ( #1842 )
2024-04-22 10:14:07 +02:00
b74078fd95
Use a better way to insert data in batches ( #1874 )
2024-04-20 22:04:20 +02:00
77488ad11a
Migrate serializer:gob fields to serializer:json ( #1855 )
2024-04-18 18:14:21 +02:00
e3b76448f3
Fix ICE endpoint remote port in status command ( #1851 )
2024-04-16 14:01:59 +02:00
e0de86d6c9
Use fixed activity codes ( #1846 )
...
* Add duplicate constants check
2024-04-15 14:15:46 +02:00
5204d07811
Pass integrated validator for API ( #1814 )
...
Pass integrated validator for API handler
2024-04-15 12:08:38 +02:00
5ea24ba56e
Add sysctl opts to prevent reverse path filtering from dropping fwmark packets ( #1839 )
v0.27.3
2024-04-12 17:53:07 +02:00
d30cf8706a
Allow disabling custom routing ( #1840 )
2024-04-12 16:53:11 +02:00
15a2feb723
Use fixed preference for rules ( #1836 )
2024-04-12 16:07:03 +02:00
91b2f9fc51
Use route active store ( #1834 )
2024-04-12 15:22:40 +02:00
76702c8a09
Add safe read/write to route map ( #1760 )
2024-04-11 22:12:23 +02:00
061f673a4f
Don't use the custom dialer as non-root ( #1823 )
2024-04-11 15:29:03 +02:00
9505805313
Rename variable ( #1829 )
2024-04-11 14:08:03 +02:00
704c67dec8
Allow owners that did not create the account to delete it ( #1825 )
...
Sometimes the Owner role will be passed to new users, and they need to be able to delete the account
2024-04-11 10:02:51 +02:00
3ed2f08f3c
Add latency based routing ( #1732 )
...
Now that we have the latency between peers available we can use this data to consider when choosing the best route. This way the route with the routing peer with the lower latency will be preferred over others with the same target network.
v0.27.2
2024-04-09 21:20:02 +02:00
4c83408f27
Add log-level to the management's docker service command ( #1820 )
2024-04-09 21:00:43 +02:00
90bd39c740
Log panics ( #1818 )
2024-04-09 20:27:27 +02:00