Aleksey Vasenev

Results 27 issues of Aleksey Vasenev

Especially the problem when writing in small blocks. This is an important issue because some programs write in small blocks and this is not under our control. If we take...

performance

Like openvpn ![Screenshot_20231118-102721_OpenVPN Connect](https://github.com/amnezia-vpn/amnezia-client/assets/2958497/e26cc42e-e875-4aa2-a3cf-f190d664dee2)

Without this functionality it is difficult to use for multiple clients. To revoke access, you need to go into the docker container, find and delete the certificate.

Android 3.0.8 Steps: 1. Setup openvpn over cloak on new server 2. Share openvpn over cloak to amnezia 3. In client Managements we see two clients with name "Client 0"...

In release notes: `apt install libxcb-cursor0 libxcb-xinerama0`. But seems `libxcb-xinerama0` dependency not required. ``` $ readelf -d libqxcb.so | grep libxcb 0x0000000000000001 (NEEDED) Shared library: [libxcb-cursor.so.0] 0x0000000000000001 (NEEDED) Shared library:...

Android 3.0.8 Without sudo/lsof stdout not empty and app think port used: ``` -bash: sudo: command not found -bash: lsof: command not found ``` Fixed with: apt install sudo lsof

Android 3.0.8 On my server fuser binary missing by default and installation hang Fixed with: apt install psmisc

Android 3.0.8 Some Dockerfile's in /opt/amnezia

The order of combinations has changed slightly. Now the result is sorted according to the sorting of the input data. Before these changes, matchmaking with override is very slow with...

3.18.0: ok 3.19.0: ``` ERROR: failed to solve: registry.heroiclabs.com/heroiclabs/nakama-pluginbuilder:3.19.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry.heroiclabs.com/v2/heroiclabs/nakama-pluginbuilder/blobs/sha256:a6b7b441c37ea5ebfb814deda11857322686b53fbb59d109882195b80806891d: 500 Internal Server Error - Server message: unknown: unknown error ```