UDP DNS now uses UDNS, which is embedded in the libtorrent source code.
Colors, LUA and json-rpc are now supported in the client.
There's now an issue created requesting testing and recommendation of config presets, which aims at
making easier to set up the client for specific environments / usage. (#1428)
Donations make futher development possible, and as such are highly appreciated:
- Paypal
- Patreon
- SubscribeStar
- Bitcoin: 1MpmXm5AHtdBoDaLZstJw8nupJJaeKu8V8
- Ethereum: 0x9AB1e3C3d8a875e870f161b3e9287Db0E6DAfF78
- Litecoin: LdyaVR67LBnTf6mAT4QJnjSG2Zk67qxmfQ
- Cardano: addr1qytaslmqmk6dspltw06sp0zf83dh09u79j49ceh5y26zdcccgq4ph7nmx6kgmzeldauj43254ey97f3x4xw49d86aguqwfhlte
libtorrent
-
Use C++17.
-
Basic padding file support.
-
Fix multifile handling.
-
Macos fixes.
-
Thread-safe / preparation for multi-threaded trackers.
- rakshasa/libtorrent#305 by @rakshasa
- rakshasa/libtorrent#310 by @rakshasa
- rakshasa/libtorrent#312 by @rakshasa
- rakshasa/libtorrent#316 by @rakshasa
- rakshasa/libtorrent#322 by @rakshasa
- rakshasa/libtorrent#324 by @rakshasa
- rakshasa/libtorrent#325 by @rakshasa
- rakshasa/libtorrent#326 by @rakshasa
- rakshasa/libtorrent#329 by @rakshasa
-
Updated list of peer IDs.
-
Fix undefined behavior in extents::insert.
-
Don't free memory not allocated by getaddrinfo(3) with freeaddrinfo
-
Fix pthread_setname_np race condition in thread_base::event_loop
-
Fix invalid memory accesses on exit
- Thread-safe DNS resolver
- Option for enabling f/madvise random.
rtorrent
-
Support for colors.
- #1369 by @kannibalox
-
Add JSON-RPC capability.
- #1373 by @kannibalox
-
Lua support.
- #1380 by @kannibalox
-
Close low diskspace normal.
-
Fix various macos issues.
-
Added new tracker list commands.
-
Fix possible crash with save_input_history.
-
Added 'system.files.session.fdatasync' config option.