Kenneth Skovhede
Kenneth Skovhede
Use the OS "best match" versions. Follow up PR from #5157
Implemented a built-in decrypt method. Ported the RC4 algorithm from BouncyCastle. This fixes #5147
This PR extends the HTTP reporting module to allow sending to multiple destinations. The previous functionality is preserved, but two new options are added: - `--send-http-form-urls` - `--send-http-json-urls` These new...
Fixed some issues with the manifest urls. Changed to records and nullable in some places. Regenerated the test-keys to use RSA208. Changed to using built-in JSON for manifest. This fixes...
The HttpServer used in Duplicati is not maintained and has a number of unwanted "features". If possible, we should update and use the Kestrel server from ASP.NET.
The DynamicLoader slows the system and creates some unwanted error messages. As the current builds are no longer suitable for drop-in libraries, the dynamic loader should be either fully removed,...
The tray icon has a single version, that is a black outline. As many modern OS'es have a dark theme, they are almost invisible. Investigate if we can probe the...
After the RC4 support is no longer present, the best upgrade path seems to load a .Net build with the old SQLite binaries that includes RC4 support. Then use the...
The current binaries appear to crash the Windows application. Given the size of the binaries, I think it makes sense to have download for support libraries. This needs some security...
As the new builds cannot use the existing "single golden zip release" update-style system, we need a new update file format. This is a great opportunity to revisit the manifest...