Re: [tor-dev] LibOnionRoute released

2013-05-06 Thread wac
On Mon, May 6, 2013 13:59 EDT Jeroen Massar wrote: >On 2013-05-06 19:45 , wac wrote: >> >> Hi folks: >> >> For all those interested I made an Initial release of the >> modification that transforms Tor into a library. The former libTor >> rename

[tor-dev] LibOnionRoute released

2013-05-06 Thread wac
Hi folks: For all those interested I made an Initial release of the modification that transforms Tor into a library. The former libTor renamed to libOnionRoute. Windows only so far. You can download at: http://www.onionroute.org/downloads/ Regards Waldo

[tor-dev] ping

2013-05-01 Thread wac
ignore please ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] Tor trademark (was Embedding tor in an application and using tor) without opening a port

2013-04-15 Thread wac
Hi Roger: On Mon, Apr 15, 2013 01:04 EDT Roger Dingledine wrote: >> I changed from libTor to libtor as Tor is a registered trademark but >>lowercase tor is not. > >I'm afraid that's not how trademark works. The trademark is infringed by >any name that might confuse users into thinking that it

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-14 Thread wac
Regards Waldo -- On Sat, Apr 13, 2013 16:05 EDT Nick Mathewson wrote: >> On Apr 13, 2013 1:42 PM, "wac" wrote: >> > >> > >> > Seems you want to put your hands at it so that makes two of us. You >don't need to do what I already did

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-13 Thread wac
Hi Navis: Good to hear you built it. I have a working library with a defined API but is not re-entrant. It can connect with a server over Tor circuits and transmit/receive data but nothing is re-entrant at all. So the same Tor thread must be used for all of that ATM. I can fetch webpages like

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-01 Thread wac
Hi Nick: > * Using process isolation to isolate Tor from its controllers makes it > easier to tell Tor bugs from controller bugs > * Using process isolation to isolate Tor from its controllers can also > make it easier to secure each of the two domains properly against bugs > in the other, e

Re: [tor-dev] Using Tor as a library

2013-04-01 Thread wac
Hi Fabio: >I'd suggest for the "output" to produce a set of patches against Tor >(development version), including modifications to: >- build system >- documentation (man pages) >- unit-tests >everything following the coding guidelines of Tor with the goal/hope to >be integrated. I have not deve

Re: [tor-dev] Using Tor as a library

2013-03-28 Thread wac
Hi Fabio Pietrosanti: Thanks, I appreciate your help. I will be working on this. I actually was considering to maybe provide it to the community so people could pinpoint bugs and contribute patches. I will be studying onionbrowser. But seems they are running Tor as a thread inside the browser

[tor-dev] Using Tor as a library

2013-03-28 Thread wac
Hi Folks: I am looking to use Tor as a library for my program. I managed to build it from the sources including the required libraries. But now I am looking for hints on how to replace the SOCKS 4/5 or the transparent proxy with direct calls from my application to link them. I'm hoping somebod