mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
FEATURE: Metadata download from swarm is now compatible with µtorrent
FEATURE: Support tracker exchange between peers Updated Changelog
This commit is contained in:
@@ -76,8 +76,9 @@ bittorrent::bittorrent() : DHTEnabled(false), preAllocateAll(false), addInPause(
|
||||
// Load previous state
|
||||
loadSessionState();
|
||||
// Enabling plugins
|
||||
s->add_extension(&create_metadata_plugin);
|
||||
//s->add_extension(&create_metadata_plugin);
|
||||
s->add_extension(&create_ut_metadata_plugin);
|
||||
s->add_extension(create_lt_trackers_plugin);
|
||||
s->add_extension(&create_ut_pex_plugin);
|
||||
s->add_extension(&create_smart_ban_plugin);
|
||||
timerAlerts = new QTimer();
|
||||
|
||||
Reference in New Issue
Block a user