[tor-dev] Suggestions for Projects

2014-12-16 Thread Abhiram Chintangal
Hello, I am a student and I am thinking of getting myself more involved in the tor project over the winter break. Previously, I worked briefly on the tor-weather rewrite project which eventually turned into an gsoc project in March 2014. Are there any projects that are in need of a volunteer? I

[tor-dev] RFC: Tor Messenger Alpha

2014-12-16 Thread Sukhbir Singh
Hi, Tor Messenger is an instant messaging client currently under development. It is designed to make connections using the Tor network and will therefore be a valuable piece in the privacy-enhancing software toolkit (web: Tor Browser, email: Thunderbird + TorBirdy, chat: Tor Messenger.) Based on

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
i want to say download and install from source . you can find it in ( https://www.torproject.org/download/download). extract the tar file and read the README file for installation instruction. you also need to install MSYS (http://www.mingw.org/category/wiki/autotools ), libevent, openssl, and zl

[tor-dev] TOR C# application

2014-12-16 Thread Hollow Quincy
[...] > install TOR client(Not Browser Bundle) and run it. Then socks port will > open and you can connect from your program through TCP. Could you please answer me more clearly ? I read description of all TOR projects: https://www.torproject.org/projects/projects "Stem" project looks nice for me

[tor-dev] Pluggable transports meeting tomorrow (16:00UTC Wednesday 17th of December 2014)

2014-12-16 Thread Yawning Angel
Hello! Just wanted to remind you that the regular biweekly pluggable transports meeting is going to occur tomorrow at 16:00 UTC. Place is the #tor-dev IRC channel in the OFTC network. Thanks for your attention! -- Yawning Angel pgpmwTq6Jwj11.pgp Description: OpenPGP digital signature ___

[tor-dev] basket: More eggs in the Guard basket.

2014-12-16 Thread Yawning Angel
Hi all, For several reasons I've been working on a bit of code that I named "basket". It's almost at the point where the brave members of the general public should be aware that it exists as a potential option in the privacy toolbox, though using it in any capacity beyond testing on a loopback de

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
install TOR client(Not Browser Bundle) and run it. Then socks port will open and you can connect from your program through TCP. On Tue, Dec 16, 2014 at 10:49 AM, Hollow Quincy wrote: > > >> Hi all, > >> > >> I would like to write a C# application (IRC client) that is using TOR. > >> I read a lot,

Re: [tor-dev] Tor bridge reachability timeline being updated?

2014-12-16 Thread Arturo Filastò
Hi David, Thanks for your interest! On 12/16/14, 3:18 AM, David Fifield wrote: > Arturo, > > I really like http://reports.ooni.nu/analytics/bridge_reachability/timeline/. > Is it still being updated? Are updates going to a different place? > The visualization is currently not being updated wit

[tor-dev] TOR C# application

2014-12-16 Thread Hollow Quincy
>> Hi all, >> >> I would like to write a C# application (IRC client) that is using TOR. >> I read a lot, but I still don't know how can I run TOR proxy in >> transparent way (from my c# code). >> >> I see that Tor Stem (https://stem.torproject.org/) can be used by >> Python code or there are packag

[tor-dev] A Tor document parser implemented in Go

2014-12-16 Thread Philipp Winter
I have started working on a project to detect sybils and other anomalies in the Tor network. Once the algorithms are implemented, I want to run them over historical data. While Stem is great, it's implemented in an interpreted language which makes it a little bit too slow for my needs. As a resul