- Apr 11, 2025
-
-
cyberta authored
-
- Mar 20, 2025
- Mar 19, 2025
- Mar 17, 2025
- Mar 16, 2025
- Jan 31, 2025
-
-
cyberta authored
-
- Jan 20, 2025
-
- Jan 10, 2025
-
-
Pea Nut authored
On the client side (bitmask-core) and on the server side (obfsvpn) we should use the same version of github.com/xtaci/kcp-go. If not the connection fails, see: obfsvpn#69 (comment 1238664) We now use the dialer returned by our obfsvpn package. We only need to use/update the package instead of checking both repos use the exact same version of the kcp library.
- Dec 13, 2024
- Dec 11, 2024
- Dec 07, 2024
-
-
cyberta authored
Revert adding api subdomain to v5 bootstrapping endpoints. This reverts a temporary workaround which existed so that bitmask-core could be used against live backends, the proper fix was done on the backend side instead
-
cyberta authored
add tests that verify the deserialization of a provider's AllowAnonymous and AllowRegistration fields
-
- Nov 28, 2024
-
-
cyberta authored
-
cyberta authored
-
cyberta authored
-
cyberta authored
This interface allows us to easily mock BitmaskMobile methods in Java in unit tests, without the need to load the actual golang shared library.
-
cyberta authored
comment out tests that broke due to a temporary work-around to test against current staging environment. Adding hints to revert these changes once menshen#63 has been fixed
-
cyberta authored
-
cyberta authored
-
cyberta authored
-
cyberta authored
-
cyberta authored
-
cyberta authored
-
cyberta authored
revert sending model objects via the mobile FFI, instead sent json formatted strings. integrating apps will need to deserialize them on their own, e.g. by using the swagger code generator of for their particular language. This way we can work around gomobie's lack of support for slices and maps of strucs which the menshen swagger model classes contain
-
cyberta authored
-
cyberta authored
-