- Added support for 2 new extensions (uTorrent metadata and smart ban plugin)

- Removed option to disable uTorrent Peer eXchange (PeX) -> always ON
This commit is contained in:
Christophe Dumez
2008-11-02 19:22:10 +00:00
parent 8b40e43432
commit 9618056b4e
6 changed files with 9 additions and 35 deletions

View File

@@ -1068,16 +1068,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkPeX" >
<property name="text" >
<string>Enable Peer eXchange (PeX)</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkLSD" >
<property name="text" >
@@ -2339,7 +2329,6 @@
<tabstop>checkMaxUploadsPerTorrent</tabstop>
<tabstop>spinMaxUploadsPerTorrent</tabstop>
<tabstop>checkDHT</tabstop>
<tabstop>checkPeX</tabstop>
<tabstop>checkLSD</tabstop>
<tabstop>comboEncryption</tabstop>
<tabstop>checkRatioLimit</tabstop>