Summary: | [enhancement] proxy both tracker and other communications separately allowing http and socks | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Micah Bucy <eternalsword> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Micah Bucy
2007-01-28 13:33:15 UTC
just to note, KDE was installed through ubuntu packages, ktorrent was built from source tarball That will have to be added in 2.2 I justed wanted to request the same feature :D My ISP offers HTTP and SOCKS Proxies that allow usage of higher bandwidths and hide your identity (if you trust your ISP). It would be really great if i could tunnel all traffic through one or both of these proxies. Thanks a lot for your great work! SVN commit 749743 by guisson: Changes : - Added SOCKS support (v4 and v5, note: still need to do authentication for v5) - Fixed some minor issues here and there BUG: 140772 M +34 -1 ktorrent/btpref.ui M +8 -0 ktorrent/networkpref.cpp M +120 -2 ktorrent/networkpref.ui M +1 -0 libbtcore/CMakeLists.txt M +20 -0 libbtcore/mse/encryptedauthenticate.cpp A libbtcore/net/socks.cpp [License: GPL (v2+)] A libbtcore/net/socks.h [License: GPL (v2+)] M +76 -11 libbtcore/peer/authenticate.cpp M +7 -1 libbtcore/peer/authenticate.h M +5 -0 libktcore/interfaces/functions.cpp M +17 -1 libktcore/ktorrent.kcfg WebSVN link: http://websvn.kde.org/?view=rev&revision=749743 Great! I'll check out the new version as soon as its available for FreeBSD! Can Proxy-Settings be configured individually or will ktorrent use KDE's / Konquerors Settings? SOCKS settings do not make use of the KDE configuration, so you have to configure it in ktorrent |