- 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

@@ -128,7 +128,6 @@ class bittorrent : public QObject {
void saveFastResumeData(QString hash);
void enableDirectoryScanning(QString scan_dir);
void disableDirectoryScanning();
void enablePeerExchange();
void enableIPFilter(QString filter);
void disableIPFilter();
void setQueueingEnabled(bool enable);