Alexey Rochev
Alexey Rochev
Another reason for code signing is that it is needed for "modern" Windows 10/11 applications. Modern Windows 10/11 apps are *required* to be either: 1. Published in Microsoft Store (in...
I just checked on the latest version and it does use both Host header and SNI (I tested it on lighttpd server, and also checked with Wireshark). What does it...
Are you referring to server API path in connection settings?
I can implement this, but as far as I know there no way to do it reliably in Android. When a file is being opened in app from another app,...
Do you mean when filtering by active status in side panel?
> Hello, is it possible to put a different color for the download torrents There are already icons for that, would color coding really improve readability (I'm not sure it's...
Do you use self-signed certificate or is it signed by trusted CA? If your server uses self-signed certificate you need to copy it to the Certificates screen in connection settings,...
I made a new release (2.6.1) that can show detailed connection error message which includes all TLS errors, without need to use adb. Regarding Let's Encrypt, there was an issue...
FYI: vcpkg also allows to specify its commit id in vcpkg-configuration.json - https://github.com/microsoft/vcpkg/blob/master/docs/users/versioning.md#builtin-baseline I thing that vcpkg-configuration.json should also be hashed to cache key, too.
Yeah, second point about hashing was unrelated, I added it because I mentioned vcpkg-configuration.json and noticed that run-vcpkg doesn't hash it by default. Sorry for the confusion. What I meant...