- Jul 13, 2024
-
- Jul 10, 2024
-
-
After removing `Bitmask.ReloadFirewall()` there are no calls to `b.api.GetAllGateways()` where the calling function actually need the gateways as return values. So I renamed the function to FetchAllGateways. The function now only returns an error (instead of `([]bonafide.Gateway, error)`). This simplifies the code of v5 a bit, as we get rid of yet another function/abstraction. In v3 `gatewayPool.getAll()` now also returns just an error.
-
This fixes a small logic error. Each gateway can be multiple times in p.recommened (for each transport). If a location was selected manually, each gateway was added twice to the returned list. The returned list is the list of gateways we will connect to. For more information, please check: !213
-
Pea Nut authored
- provider is bitmask - version is current main, as testing latest stable in the CI after each commit does not have a real benefit - Added a new directory ArchLinux (there is already a for directory debian) - There is a new target `package_arch` to create the Arch package - There is a check before if we are on a Arch System - I did not add the `package_arch` to the `packages` target (we can not be an Debian and Arch on the same time) - `make clean` deletes temporary build files - Updated .gitignore
- Jul 05, 2024
-
-
Nilesh Patra authored
- Jul 04, 2024
-
- Jul 01, 2024
-
- Jun 29, 2024
-
- Jun 27, 2024
-
- Jun 26, 2024
-
- Jun 25, 2024
-
- Jun 21, 2024
- Jun 20, 2024
-
-
jkito authored
the test is failing with the following error: ``` --- FAIL: TestLatency (0.00s) integration_test.go:65: Error Trace: /builds/jkito/bitmask-vpn/pkg/vpn/menshen/integration_test.go:65 Error: Received unexpected error: socket: permission denied Test: TestLatency Messages: Could not calc latency FAIL FAIL 0xacab.org/leap/bitmask-vpn/pkg/vpn/menshen 0.029s ``` it is beacause of missing permissons, the pro-bing library attempts to send an "unprivileged" ping via UDP. On Linux, this must be enabled with a sysctl command
-
jkito authored
jobs that were failing were commented to make the CI green these have now been removed in the CI we want to make sure that the build works with provider branding and debian package builds correctly, which is now covered by the existing jobs: debian, build
-
jkito authored
the whole build/qt/release directory needs to be uploaded to be able to download and run it this sets the artifact expiry time to 1 week to reduce storage consumption, 1 week should be sufficient as these artifacts are meant to be tested during development to validate a MR
-
jkito authored
-
jkito authored
-
jkito authored
this removes the go generate way of generating the pkg/config/version.go file and uses build time ld flags to set the version when building from git or uses .gitattributes to set it during git archive
-
osx was the old name, nowadays its called macos installation was successful but the helper's launchd service was not setup as post-install was not running due to the faulty check, this was missed in 9666f8bd ref: https://doc.qt.io/qtinstallerframework/scripting-systeminfo.html#productType-prop
-
- Jun 19, 2024
-
-
jkito authored
after few of the qml components were modified in gui/components the patch had to be updated or else it wasn't getting applied
-
jkito authored
after few of the qml components were updated in gui/components the patch had to be updated or else it wasn't getting applied
-
jkito authored
this was used to create the connect/disconnect button which now uses an icon instead of this component
-
jkito authored
this implements the buttons from the new design mockup
-
jkito authored
earlier the bottom footer toolbar would disapper when the Drawer was open, with the new design that is not required this also removes the 'drawerOn' property since it is now ununsed
-
jkito authored
this removes the custom component NavigationDrawer earlier as during testing with Qt6.4 the default Qml Drawer works as expected since we have stopped creating snap for now this should be safe to do
-
jkito authored
this implements the new floating design for the location selection toolbar, it is now removed from the MainView's Page footer and added as a object of StatusBox component Since the StatusBox is in the MainView component's Page Content area the background image doesn't extend to the Footer area of the Page if a footer is present, hence it is removed
-
jkito authored
in the new design the riseup crow image used to show the disconnected state takes more space
-