Results 615 comments of Jeremy Rand

Testing my requests-based code on Namecoin Core is currently blocked by https://github.com/domob1812/namecore/issues/6 , since I cannot build Namecoin Core until that's fixed.

Okay, see https://github.com/namecoin/nmcontrol/pull/58 for my rewrite using python-requests.

@phelixnmc : 1. With the built-in SSL module that is correct. With PyOpenSSL the Python version makes no difference. We're already going to depend on PyOpenSSL for the MITMProxy code....

@phelixbtc Only the callback function at https://github.com/namecoin/nmcontrol/pull/58/files#diff-f0642a76a70a05557239a272a3cd10c6R18 and the try clause at https://github.com/namecoin/nmcontrol/pull/58/files#diff-f0642a76a70a05557239a272a3cd10c6R41 are relevant to the secure HTTPS with fingerprint validation. I can break this out into a separate...

I ran into this too. Hopefully this will be fixed when we swap out the DNS library.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 05/10/2016 06:49 AM, Satinder Grewal wrote: > This bug haven't been resolved in 2 years ? I'm personally unaware of anyone working on...

@phelixbtc Khal's code was converting dicts to lists at run time (but also accepted lists verbatim); that makes it impossible for PyLint to do static analysis of that code to...

Now that #83 is merged, I'll rebase this soon to not include that particular fix.

I expect that you would need to repeat the ns server as in your last example. If I were writing the spec, I would make that syntax (with the asterisk)...

Thanks for checking. I haven't done anything myself with the DNS server querying code in NMControl, but I'll see whether I'm able to make that error less confusing. I might...