-
Notifications
You must be signed in to change notification settings - Fork 119
Conversation
This doesn't support .onion sites yet |
It actually does work with .onions I just tried it with another IRC onion and it works. The problem is the snoonet onion is down, I confirmed it asking in #snoonet, they do plan to get it back up in time. Tested it, seems to work. Will merge. |
@BippopCoin what do you mean by linking those other issues? Please explain why they're relevant, I don't understand. |
I think those issues relate to disconnects and issues that occur after |
@abitfan please get in touch: belcher@riseup.net or the IRC channel |
Implemented socks5 proxy
Can this be added to blockr? |
Guys are you sure this works? For me it's working using any port which means it's not really using the proxy. |
I get ProxyConnectionError(), as expected, when using a non socks port. @chris-belcher sent you an email, you can also use bitmessage listed on my profile |
When I was testing I found a working irc onion on reddit.com/r/onions I think, or maybe it was the hidden wiki. It worked for me. The socks protocol that tor uses is the same as any other socks protocol, no reason it shouldn't work for both. |
Connecting to an onion proves the DNS redirection works, because regular DNS doesn't understand the .onion TLD |
Look at the port, this isn't possible unless I'm an idiot? 13 10:39:12] starting irc |
Yes port numbers only go up to 65535 or so. Thats from here https://github.com/chris-belcher/joinmarket/blob/master/lib/irc.py#L455 Looks like the format string uses %s:%s when it should be %s:%d, easy fix. And doesn't affect the actual proxying. |
Implemented socks5 proxy
Implemented socks5 proxy
Implemented socks5 proxy [gitreformat yapf-ify (github/ghtdak) on Fri Dec 4 04:47:09 2015] [from commit: d3c40ea]
Socks5 proxy support as per #63