Jeremy Rand
Jeremy Rand
Expected behavior: running multiple instances of nmcontrol with the same data directory should result in an error. Observed behavior: Starting multiple instances of nmcontrol doesn't produce an error. Instead, multiple...
The .bit spec says about "ns": "Note that this delegates all IP related responsibility of this domain and its sub-domains to the master server, effectively bypassing other settings (e.g. ip)."...
PyDNS and PyMDS don't seem to have undergone much review. Unbound appears to be much more actively maintained, and appears to have received much more review. Unbound also supports DNSSEC,...
cx_Freeze appears to have a much better feature set than PyInstaller, including support for generating Windows MSI installers, Linux RPM packages, and support for Python 3. We should investigate whether...
Would be nice to have the ability to check a name for common errors and make suggestions for ways to fix it. This would be particularly nice if integrated into...
Python runs on Android, so it's plausible that we could run NMControl on Android with minimal modifications. (We could access a namecoind instance remotely.) ## --- Want to back this...
Right now you can put spec-invalid data in a name's value and NMControl's "dns" plugin will happily return the invalid data. The dns plugin should actually validate data according to...
Here is some information on TLD-specific DNS servers for OS X. We might want to integrate this in the future. http://passingcuriosity.com/2013/dnsmasq-dev-osx/ ## --- Want to back this issue? **[Post a...
Integrate a proxy server using mitmproxy. Hopefully this will make Convergence unnecessary. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7483411-integrate-mitmproxy?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).
NMControl uses optparse, which has been deprecated since Python 2.7. We should rebase on an API that isn't deprecated. https://docs.python.org/2/library/optparse.html ## --- Want to back this issue? **[Post a bounty...