Jeremy Rand
Jeremy Rand
Also, if I was ambiguous, if I were writing that feature, the makefile would download the XULRunner NSS dll directly from Mozilla's server (over HTTPS).
Ok, so I tested with the latest XULRunner releases, and they seem to have the same missing symbol problem. So, using the dll file from XULRunner will not fix the...
@fireflystorm I'm not actively working on it at the moment. I did apply to do a GSoC project that would generalize Convergence as a SOCKS proxy (in Python), though. I'm...
@fireflystorm I actually am working on something related to this, but it's with a newer architecture. At the moment I'm only supporting Namecoin validation, but adding support for notaries would...
What OS are you testing on? Windows? Is this the same underlying bug as https://github.com/mk-fg/convergence/issues/4 , i.e. caused by Mozilla messing with the NSS DLL that ships with Firefox on...
The only changes necessary are: 1. One place in convergence.js uses gBrowser; test to see if it's undefined since XULRunner doesn't have that. 2. Hardcode the port in ConvergenceListenSocket.js. 3....
Hi @HelloZeroNet, FYI the decentralized SPV client that @cassiniNMC talked to you about at GETD#4 is [released in beta](https://namecoin.org/2016/10/23/lightweight-spv-lookups-beta.html). The mode that Cassini discussed with you is `leveldbtxcache`. The main...
It's not necessarily my business which naming systems you want to use, but please do reach out to me if there are deficiencies in Namecoin that you perceive as relevant...
@xyzmaker123 No objection here.
Hi, so I'm looking at the code for upstream HTTP(S) proxy support and it looks like it's mutually exclusive with running mitmproxy as a SOCKS proxy. I'm potentially interested in...