banned_IPs string List of banned IPs checking_memory_use integer Outstanding memory when checking torrents in MiB current_interface_address string IP Address to bind to. Empty String means All addresses current_network_interface string Network Interface used disk_cache integer Disk cache used in MiB...
- FEATURE: UI for managing locally banned IP list (dzmat) - FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh) - FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh) ...
- FEATURE: UI for managing locally banned IP list (dzmat) - FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh) - FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh) ...
(NotTsunami) - BUGFIX: Sort locale language list (Chocobo1) - BUGFIX: Remove white outline around mascot.png (adem) - BUGFIX: Various fixes in configuring the chosen network interface and not leaking the IP (Raif Atef, an0n666) - BUGFIX: Save "resume data" when torrent storage is ...
- FEATURE: UI for managing locally banned IP list (dzmat) - FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh) - FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh) ...
BUGFIX: Sort locale language list (Chocobo1) BUGFIX: Remove white outline around mascot.png (adem) BUGFIX: Various fixes in configuring the chosen network interface and not leaking the IP (Raif Atef, an0n666) BUGFIX: Save "resume data" when torrent storage is moved (glassez) BUGFIX: Av...
QList<BitTorrent::PeerInfo> peers = torrent->peers(); foreach (const BitTorrent::PeerInfo &peer, peers) { BitTorrent::PeerAddress addr = peer.address(); if (addr.ip.isNull()) continue; QString ip = addr.ip.toString(); QString client = peer.client(); QRegularExpression re("Xunlei"...
- FEATURE: UI for managing locally banned IP list (dzmat) - FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh) - FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh) ...
- FEATURE: UI for managing locally banned IP list (dzmat) - FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh) - FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh) ...
QStringList list = SettingsStorage::instance()->loadValue("Preferences/IPFilter/BannedIPs").toStringList(); if (ip.isEmpty()) { print(QByteArray("IP field should not be empty."), Http::CONTENT_TYPE_TXT); return; } boost::system::error_code ec; boost::asio::ip::address::from_str...