Skip to content

Releases: c0re100/qBittorrent-Enhanced-Edition

qBittorrent Enhanced Edition v4.3.5.10

03 May 18:28
5d3c97b
Compare
Choose a tag to compare

Changelog

  1. Official Update (v4.3.5)
  2. Peer whitelist/blacklist

Peer whitelist/blacklist:
If you don't know how to use or don't know regular expressions or something else,
WE STRONGLY RECOMMEND YOU NOT TO USE THAT FEATURE.

Whitelist:
The prerequisite of connecting to the plugin is to define a list of expressions describing peers (peer id + client name), everything that don't match these rules is dropped (connection is closed).

whitelist rules are placed in external file 'peer_whitelist.txt', located in qBittorrent data directory.
If there is NO such file, this plugin cannot be activated.

Since there are many old/minority clients we don't know.
#238 suggested whitelist only cover well-known bittorrent clients, it may false drop someone who using old/minority client.
So....USE IT AT YOUR OWN RISK!
I hope you know what are you doing :)

Peer whitelist technical details: #238 (comment)

Blacklist:
If peers (peer id + client name) match these rules will be dropped (connection is closed).

blacklist rules are placed in external file 'peer_blacklist.txt', located in qBittorrent data directory.
If there is NO such file, this plugin cannot be activated.

Peer blacklist technical details: #251

qBittorrent Enhanced Edition v4.3.4.11

28 Mar 17:45
7140462
Compare
Choose a tag to compare

Changelog

  1. Fix Peer ID Column

qBittorrent Enhanced Edition v4.3.4.10

27 Mar 21:39
719cc99
Compare
Choose a tag to compare

Changelog

  1. Official Update (v4.3.4.1)

qBittorrent Enhanced Edition v4.3.3.10

19 Jan 22:07
0572602
Compare
Choose a tag to compare

If you're a self compile user, please make sure libtorrent compile with c++17 and up to date(v1.2.12).
Cause upstream bump project requirement to C++17 and require libtorrent v1.2.12 soon.

Changelog

  1. Official Update (v4.3.3)
  2. [Windows Installer] "Install with Debug Symbol File" Option

qBittorrent Enhanced Edition v4.3.2.10

28 Dec 02:03
2d21a86
Compare
Choose a tag to compare

Changelog

  1. Official Update (v4.3.2)

qBittorrent Enhanced Edition v4.3.1.11

30 Nov 20:22
c0c1c32
Compare
Choose a tag to compare

Changelog

  1. Drop custom ipfilter.dat parser and workaround (#185)
  2. Fix high CPU usage (#187)
  3. [cherry-pick] several bugfix commits

qBittorrent Enhanced Edition v4.3.1.10

25 Nov 19:23
a23b62b
Compare
Choose a tag to compare

Changelog

  1. Official update (v4.3.1)
  2. Reimplement "ban bad peers" feature (#177)

qBittorrent Enhanced Edition v4.3.0.10

23 Oct 00:37
6142060
Compare
Choose a tag to compare

Changelog

  1. Official update (v4.3.0.1)
  2. Max concurrent http announces limit raised to 500.
  3. Allow user to add peers in a "Trackerless" Private Torrents. (qbittorrent#13539)
  4. [CherryPick] Fix toggling advanced option in WebUI

qBittorrent Enhanced Edition v4.2.5.16

07 Sep 14:28
c1a992c
Compare
Choose a tag to compare

If you're using self compiled version, please make sure libtorrent is up to date.
Recommend version: 1.2.10 or latest commit

Changelog

  1. [Windows] Boost Library downgrade to 1.73 (Fix #155 #156)
  2. Save torrent resume data when enabling IP Filter

v4.2.5.15

  1. libtorrent update to 1.2.10-0f0afec8c (Fix #127)
  2. Optional Button for re-enable Torrent IP Filter (Tools>Enable Torrent IP Filter).

If you're using 4.2.5.11-14, please use this button to enable old torrent IP Filter. [More detail]
(version <= 4.2.5.10 can be ignored, you're safe to upgrade to 4.2.5.16.)

qBittorrent Enhanced Edition v4.2.5.15

07 Sep 01:25
b9703d1
Compare
Choose a tag to compare

7/9/2020: Due to #155 #156, v4.2.5.15 files removed!
Please be patient, I'm investigating that issue.
or you can use v4.2.5.10 if it is needed.

If you're using self compiled version, please make sure libtorrent is up to date.
Recommend version: 1.2.10 or latest commit

Changelog

  1. libtorrent update to 1.2.10-0f0afec8c (Fix #127)
  2. Optional Button for re-enable Torrent IP Filter (Tools>Enable Torrent IP Filter).
    If you're using 4.2.5.11-14, please use this button to enable old torrent IP Filter. [More detail]
    (version <= 4.2.5.10 can be ignored, you're safe to upgrade to 4.2.5.15.)