
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
TorK is an Anonymity Manager for KDE.
For information about Tor: http://tor.eff.org
TorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.
TorK contains a number of unique/useful features:
* A graph of your tor and non-tor traffic.
* A quickstart page for launching torified applications.
        See https://sourceforge.net/project/screenshots.php?group_id=159836
* A hidden services wizard that allows you to create and publish hidden
services.
* A drag-and-drop view of the Tor network. Create, modify and close circuits.
Attach and detach streams manually from circuits. Click on servers to view
their full details.
* Exit node blocking/preferring by country and server name.
 See
https://sourceforge.net/project/screenshots.php?group_id=159836&ssid=45119
* Tor and Non-Tor traffic logs - showing you the traffic that is going through
Tor and the traffic that is not. The Tor traffic log maintains a record of
the circuit you used for each connection. Both logs are maintained in memory
only and can be flushed by the user at any time.
* A turn-on-and-off-able mini-view that shows you the traffic currently going
through Tor - including destination, status, and exit node's name and
country.
* Passive pop-ups alerting you to important Tor events, such as changes to Â
your server status, DNS leaks, errors reported by Tor.
* Quick configuration - six default configurations available for getting Tor
running the simple and easy way.
* Full access to all Tor configuration options.
10 years ago
2008-01-29 Robert Hogan
TorK 0.31
Bug Fixes/Feature Fixes
o Major update to German Translation from Hans-J. Ullrich
o Boilerplate Greek Translation
o Boilerplate Spanish Translation
o Allow proxy ports up to 99999. Bug reported by anonym.
o Allow MapAddress configurations to apply properly.
o Modify 18x12 icons to 16x16 and so prevent packaging violations in Debian and Suse.
Thanks to Marek Stopka and Patrick Matthai for pointing this out.
o Fix so that downloading of experimental vs stable tor works properly again.
o Don't crash if /dev/*/statistics/read does not exist.
o Always update new server info
o Fallback to default ORPort and Dirport if UPNP configured but unavailable
o Prevent Tor from reloading torrc on sighup.
2008-10-21 Robert Hogan
TorK 0.30
Bug Fixes/Feature Fixes
o If firstrun wizard cancelled, then cancel out of TorK and re-run it
next time Tor is run.
o Detect netfilter properly on more recent linux kernels.
o German Translation updated by "Hans-J. Ullrich"
o Remove 'Change Identity' from main toolbar. It's available in the OSD
and the systray menu instead.
o Always de-configure server if 'Client' option selected.
o Wait twenty seconds before assuming there is a problem
connecting to Tor.
o Improve the handling of tor installations in the first run wizard
o Make stream-handling much more efficient for heavy loads
o Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502155
Minor Features
o Add warning when tork is configured to expect privoxy to be running at
startup but there is no sign of it
o Add feature to let Tor shut down gracefully.
o Ensure server settings are set correctly when launching Tor from
Tork (as opposed to just connecting).
o Add option to toggle between display of IP address and server name
in server list.
o Only display konqueror in application list if it exists.
Known Bug Not Fixed Yet:
o If router discovered and connecting to remote/local tor, server
settings may be applied even if user requests not to.
10 years ago
2008-01-29 Robert Hogan
TorK 0.31
Bug Fixes/Feature Fixes
o Major update to German Translation from Hans-J. Ullrich
o Boilerplate Greek Translation
o Boilerplate Spanish Translation
o Allow proxy ports up to 99999. Bug reported by anonym.
o Allow MapAddress configurations to apply properly.
o Modify 18x12 icons to 16x16 and so prevent packaging violations in Debian and Suse.
Thanks to Marek Stopka and Patrick Matthai for pointing this out.
o Fix so that downloading of experimental vs stable tor works properly again.
o Don't crash if /dev/*/statistics/read does not exist.
o Always update new server info
o Fallback to default ORPort and Dirport if UPNP configured but unavailable
o Prevent Tor from reloading torrc on sighup.
2008-10-21 Robert Hogan
TorK 0.30
Bug Fixes/Feature Fixes
o If firstrun wizard cancelled, then cancel out of TorK and re-run it
next time Tor is run.
o Detect netfilter properly on more recent linux kernels.
o German Translation updated by "Hans-J. Ullrich"
o Remove 'Change Identity' from main toolbar. It's available in the OSD
and the systray menu instead.
o Always de-configure server if 'Client' option selected.
o Wait twenty seconds before assuming there is a problem
connecting to Tor.
o Improve the handling of tor installations in the first run wizard
o Make stream-handling much more efficient for heavy loads
o Fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502155
Minor Features
o Add warning when tork is configured to expect privoxy to be running at
startup but there is no sign of it
o Add feature to let Tor shut down gracefully.
o Ensure server settings are set correctly when launching Tor from
Tork (as opposed to just connecting).
o Add option to toggle between display of IP address and server name
in server list.
o Only display konqueror in application list if it exists.
Known Bug Not Fixed Yet:
o If router discovered and connecting to remote/local tor, server
settings may be applied even if user requests not to.
wernerd
10 years ago
first of all thanks for this outstanding application. It makes life much easier when using TOR.
When using custom settings and starting tor then tor reports an error and does not start. Tork generates an invalid tor config file. The problem is missing blanks. Here is the fix:
In file tork.cpp:
Quote:
...
bool tork::noSpecialProcessing(const KConfigSkeletonItem* it, QTextStream &ts)
{
if (((*it).name() == "DirListenAddress") ||
((*it).name() == "ORListenAddress")){
( ts << (*it).name() << " 0.0.0.0:" <<
(*it).property().toString() << "\n");
return false;
...
Note the additional blank before the first 0 inside the string "0.0.0.0:". Without this blank the line is not correctly formatted for tor.
Report
rudi-linux
11 years ago
tork-0.29.1
http://rudilinux.ru.funpic.de/?path=content&contentid=37
Report
lamoure
11 years ago
[New Thread 0xb610b920 (LWP 21984)]
[KCrash handler]
#6 0x080e415f in torkView::torkView ()
#7 0x080c8414 in tork::tork ()
#8 0x0808eca3 in main ()
Version
Qt: 3.3.8b
KDE: 3.5.9 (4.0.5)
TorK 0.28
Kubuntu Hardy 8.04
Report
amdfanatyk
11 years ago
crashhandler.o: In function `torK::runCommand(QCString const&)':
crashhandler.cpp:(.text+0x9d): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
crashhandler.cpp:(.text+0xc1): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
crashhandler.o: In function `torK::Crash::crashHandler(int)':
crashhandler.cpp:(.text+0x1ad): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
crashhandler.cpp:(.text+0x784): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
crashhandler.cpp:(.text+0x7f8): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
crashhandler.o:crashhandler.cpp:(.text+0xf94): more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)' follow
likeback.o: In function `LikeBackDialog::send()':
likeback.cpp:(.text+0x74c1): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::basic_ostream<char, std::char_traits<char> >::_M_insert<unsigned long>(unsigned long)'
likeback.cpp:(.text+0x74e3): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
likeback.cpp:(.text+0x755d): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)'
collect2: ld returned 1 exit status
Report
the-me
11 years ago
TorK is now also in Debian available as a package:
tork and tork-data.
I wish you much fun with it!
Report
rudi-linux
11 years ago
tork-0.27
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
Report
kindhornman
11 years ago
I'll watch out for any bugs but so far so good.
P.S. Nice Work :-)
Report
rudi-linux
11 years ago
tork-0.26
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
or
http://sourceforge.net/project/showfiles.php?group_id=206755
Report
rudi-linux
11 years ago
tork-0.24.1
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
or
http://sourceforge.net/project/showfiles.php?group_id=206755
Report
747419
11 years ago
Report
rudi-linux
12 years ago
tork-0.23
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
or
http://sourceforge.net/project/showfiles.php?group_id=206755
Report
rudi-linux
12 years ago
tork-0.22
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
or
http://sourceforge.net/project/showfiles.php?group_id=206755
Report
rudi-linux
12 years ago
tork-0.21
http://rudilinux.ru.funpic.de/include.php?path=content&contentid=9
or
http://sourceforge.net/project/showfiles.php?group_id=206755
Report
kaplun
12 years ago
this is just to say that IMHO TorK is the most advanced KDE application when it comes to usability and user interaction. I'm so astonished about the great amount of the small UI details they have developed! IMHO it should take part in KDE apps award alongside K3B, Digikam and friends!
Report
cado
12 years ago
https://sourceforge.net/project/showfiles.php?group_id=204883
Report
rudi-linux
12 years ago
http://loaditup.de/131177-.html
Report
rudi-linux
12 years ago
Report
maxims
12 years ago
i use tor and privoxy in (lan) remote machine.
"Tor's Authentication Cookie Not Available.
Tor said: Couldn't find authentication cookie in /home/john/.tor!
This means: If you stored it elsewhere, please copy it to the suggested location above"
back to old "0.18" :/
Report
hoganrobert
12 years ago
Report
maxims
12 years ago
when i try wizard, the window (locate_tor) ask me where is tor client path :/
http://img152.imagevenue.com/img.php?image=70772_wizard_122_765lo.jpg
Report
hoganrobert
12 years ago
http://tork.sourceforge.net/wiki/index.php/Install_TorK_from_CVS
Report
cado
12 years ago
https://sourceforge.net/project/showfiles.php?group_id=204883
Report
rudi-linux
12 years ago
http://loaditup.de/128109-.html
Report
rudi-linux
12 years ago
http://loaditup.de/125646-.html
Report
jaimeb
12 years ago
"checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!"
I installed dummy package "x-dev", but still get this message.
Advices like "you have to install all packages with "X" and "devel" in the name does not work with me, I simply do not understand...
Can anyone possibly help me?
Report