Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread Van Gegel
Jitsi now cann't route RTP through Tor becouse not supported RTP over TCP. Only Skype, Mumble and my forks of PGPFone and SpeekFrealy, and maybe some other rare apps can use TCP as a transport layer for voice. It makes no sense to use Tor to connect to the XMPP server only. All the same, the ser

Re: [tor-talk] Binary patch downloads (for updating TBB)?

2013-06-29 Thread Mike Perry
Nick Mathewson: > On Sat, Jun 29, 2013 at 10:32 PM, Mike Perry wrote: > > David Balažic: > >> Hi! > >> > >> You don't realize how big the TBB is until you're forced to use a slow > >> connection. > >> > >> In that light, are there patches available to update between releases? > >> It might reduce

Re: [tor-talk] Binary patch downloads (for updating TBB)?

2013-06-29 Thread Nick Mathewson
On Sat, Jun 29, 2013 at 10:32 PM, Mike Perry wrote: > David Balažic: >> Hi! >> >> You don't realize how big the TBB is until you're forced to use a slow >> connection. >> >> In that light, are there patches available to update between releases? >> It might reduce load on the servers too. > > We ho

Re: [tor-talk] Binary patch downloads (for updating TBB)?

2013-06-29 Thread Mike Perry
David Balažic: > Hi! > > You don't realize how big the TBB is until you're forced to use a slow > connection. > > In that light, are there patches available to update between releases? > It might reduce load on the servers too. We hope to support the Firefox updater in TBB soon. After some Tor L

[tor-talk] Stack Exchange Q&A Commitment Phase

2013-06-29 Thread Nima
Hi, As most of you already know we are at our early stage of having a Q&A site on Stack Exchange. I'd like to let you know that we've stepped-up to "Commitment phase" today[1]. I thought I'd suggest you to: 1- Use this link[1] and click on "commit" button, if you haven't already. You don't reall

Re: [tor-talk] Binary patch downloads (for updating TBB)?

2013-06-29 Thread Nathan Suchy
The TBB downloads fine over a tethered Sprint 3G connect at just .60MBPS down and ping time of 160MS. I think you'll be ok... On Sat, Jun 29, 2013 at 7:46 PM, David Balažic wrote: > Hi! > > You don't realize how big the TBB is until you're forced to use a slow > connection. > > In that light, a

[tor-talk] Binary patch downloads (for updating TBB)?

2013-06-29 Thread David Balažic
Hi! You don't realize how big the TBB is until you're forced to use a slow connection. In that light, are there patches available to update between releases? It might reduce load on the servers too. Regards, David ___ tor-talk mailing list tor-talk@lis

Re: [tor-talk] Fwd: [Full-disclosure] tor vulnerabilities?

2013-06-29 Thread Nick Mathewson
On Sat, Jun 29, 2013 at 5:53 PM, Nick Mathewson wrote: > On Sat, Jun 29, 2013 at 4:43 PM, Cool Hand Luke > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> the below text was posted to pastebin.com (see original e-mail to the >> full-disclosure list at the end of this message).

Re: [tor-talk] Fwd: [Full-disclosure] tor vulnerabilities?

2013-06-29 Thread Nick Mathewson
On Sat, Jun 29, 2013 at 5:53 PM, Nick Mathewson wrote: > On Sat, Jun 29, 2013 at 4:43 PM, Cool Hand Luke > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> the below text was posted to pastebin.com (see original e-mail to the >> full-disclosure list at the end of this message).

Re: [tor-talk] Fwd: [Full-disclosure] tor vulnerabilities?

2013-06-29 Thread Nick Mathewson
On Sat, Jun 29, 2013 at 4:43 PM, Cool Hand Luke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > the below text was posted to pastebin.com (see original e-mail to the > full-disclosure list at the end of this message). > > > - - BEGIN PASTEBIN - > Tor LOL: > > directory autho

[tor-talk] Fwd: [Full-disclosure] tor vulnerabilities?

2013-06-29 Thread Cool Hand Luke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 the below text was posted to pastebin.com (see original e-mail to the full-disclosure list at the end of this message). - - BEGIN PASTEBIN - Tor LOL: directory authorities are the point of contact for clients to locate relays/exit nodes/gu

Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread Anthony Papillion
On 06/29/2013 02:31 AM, grarpamp wrote: >> I've set up a XMPP server and my users are access through Jisti. I want >> to allow them to connect via Tor if they want. But when I tried to help >> ... >> Is there something I'm missing here? Is Jisti able to be routed through Tor? > > Use socks5 127.0.

Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread Anthony Papillion
On 06/29/2013 09:34 AM, Van Gegel wrote: > > If you are using the latest TBB, try port 9150 > The better way is check SocksPort in torrc file > But explained to how you are going to use the SMPP server and Jitsi? Do you > want to transmit voice over Tor or via a direct connection? Great! Thanks,

Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread Van Gegel
If you are using the latest TBB, try port 9150 The better way is check SocksPort in torrc file But explained to how you are going to use the SMPP server and Jitsi? Do you want to transmit voice over Tor or via a direct connection? ___ tor-talk mailing l

Re: [tor-talk] Crowdfunding for Tor exit relays and bridges

2013-06-29 Thread Moritz Bartl
On 28.06.2013 15:00, Lutz Horn wrote: > Great! Do you plan to continue this campaign after the current goal of > 1K € is reached? Yes. The campaign will run the full 60 days. > What about Tor T-Shirts as "perks"? I'd *love* to have on :) I don't have any shirts left. I will have to talk the Torp

Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread grarpamp
> I've set up a XMPP server and my users are access through Jisti. I want > to allow them to connect via Tor if they want. But when I tried to help > ... > Is there something I'm missing here? Is Jisti able to be routed through Tor? Use socks5 127.0.0.1 9050. So long as what you're doing uses TCP,

Re: [tor-talk] Routing Jitsi through Tor

2013-06-29 Thread Peter Tonoli
Hiya, On 29/06/13 2:36 PM, Anthony Papillion wrote: > I've set up a XMPP server and my users are access through Jisti. I want > to allow them to connect via Tor if they want. But when I tried to help > a user set it up, it failed. We used the following information: > > Proxy Type: SOCKS5 > Proxy