Re: [Twisted-Python] Announcing txdnspython

2011-09-06 Thread Glyph Lefkowitz
On Sep 6, 2011, at 2:56 AM, Phil Mayers wrote: > On 06/09/11 09:29, Glyph Lefkowitz wrote: > >>> FYI I wrote patches for twisted.names that implement both tsig/tkey >>> I.e. secure dynamic update and dnssec. They're languishing in trac >>> because uqds saps my will to live :o( >> >> Link? Alwa

Re: [Twisted-Python] Announcing txdnspython

2011-09-06 Thread Phil Mayers
On 06/09/11 09:29, Glyph Lefkowitz wrote: >> FYI I wrote patches for twisted.names that implement both tsig/tkey >> I.e. secure dynamic update and dnssec. They're languishing in trac >> because uqds saps my will to live :o( > > Link? Always good to paste a link to revive a dead ticket :) TSIG/TK

Re: [Twisted-Python] Announcing txdnspython

2011-09-06 Thread Glyph Lefkowitz
On Sep 6, 2011, at 1:18 AM, Phil Mayers wrote: > Jeffrey Ollie wrote: > > >> >>> Why was twisted.names insufficient? What kind of stuff does >> dnspython do >>> that twisted.names doesn't? It would be useful to list these >> enhancements >>> in your README so that users can judge if they ne

Re: [Twisted-Python] Announcing txdnspython

2011-09-06 Thread Phil Mayers
Jeffrey Ollie wrote: > >> Why was twisted.names insufficient?  What kind of stuff does >dnspython do >> that twisted.names doesn't?  It would be useful to list these >enhancements >> in your README so that users can judge if they need it.  In other >words: >> what was the itch that lead to its c

Re: [Twisted-Python] Announcing txdnspython

2011-09-05 Thread Jeffrey Ollie
On Mon, Sep 5, 2011 at 6:29 PM, Glyph Lefkowitz wrote: > > Can you register your project on Launchpad so that you can add it to > ?  There's a link at the bottom of that page that > says "Register a project in tx", it should only take a minute. Done. > Why was twisted.n

Re: [Twisted-Python] Announcing txdnspython

2011-09-05 Thread Glyph Lefkowitz
On Sep 4, 2011, at 9:59 PM, Jeffrey Ollie wrote: > To scratch a particular itch I had, I created txdnspython, a way to > send DNS messages created using dnspython using Twisted's asynchronous > networking: > > https://github.com/jcollie/txdnspython > > I'd love to hear any comments or suggestio

[Twisted-Python] Announcing txdnspython

2011-09-04 Thread Jeffrey Ollie
To scratch a particular itch I had, I created txdnspython, a way to send DNS messages created using dnspython using Twisted's asynchronous networking: https://github.com/jcollie/txdnspython I'd love to hear any comments or suggestions that you may have on the code. -- Jeff Ollie __