Re: [Twisted-Python] Reliable way to check if Twisted has IPv6 support?

2014-01-06 Thread Amit Saha
- Original Message - > From: "Phil Mayers" > To: twisted-python@twistedmatrix.com > Sent: Friday, December 13, 2013 8:41:44 PM > Subject: Re: [Twisted-Python] Reliable way to check if Twisted has IPv6 > support? > > On 13/12/13 03:22, Amit Saha wrote: > > > Is there a more relia

Re: [Twisted-Python] Filing Bugs

2014-01-06 Thread Dustin J. Mitchell
Can we shave this yak any more finely? Dustin ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted names client.getHostbyName dual-stack operation

2014-01-06 Thread Maciej Wasilak
Hello, 6 sty 2014 12:50 "Phil Mayers" napisał(a): > IMO *all* applications should *always* use getaddrinfo() for resolution of user-supplied names. It really really annoys me when people decide to re-invent it - this is hard to get right, and apps like Chrome having their own implementation precl

[Twisted-Python] license for RetryingCall class posted here in Nov 2009

2014-01-06 Thread Jan Urbański
Hello! A code snippet implementing retrying calls got posted on this list in November of 2009, here's the thread in question: http://twistedmatrix.com/pipermail/twisted-python/2009-November/020818.html I wanted to use that snippet (slightly changed and with unit tests added) in txpostgres, t

Re: [Twisted-Python] Filing Bugs

2014-01-06 Thread Kevin Horn
I use Pidgin on Windows: http://pidgin.im/ the webchat site that Hynek suggested also works well. On Sun, Jan 5, 2014 at 12:52 PM, Daniel Sank wrote: > I have a windows computer and an Ubuntu computer that I use as a file > server. I'm reading about IRC now. How are we supposed to find each ot

Re: [Twisted-Python] Twisted names client.getHostbyName dual-stack operation

2014-01-06 Thread Phil Mayers
On 06/01/14 08:26, Maciej Wasilak wrote: Hello, I've tried to use Twisted names.client.getHostByName() method to resolve some addresses for my UDP based app. By default getHostByName() always returns IPv6 address. I don't always have end-to-end IPv6 connectivity, I'm not sure if t.n.client imp

Re: [Twisted-Python] Filing Bugs

2014-01-06 Thread Hynek Schlawack
On 5 Jan 2014, at 19:52, Daniel Sank wrote: I have a windows computer and an Ubuntu computer that I use as a file server. I'm reading about IRC now. How are we supposed to find each other? You could try Freenode’s web chat: https://webchat.freenode.net so you don’t have to extra install soft

Re: [Twisted-Python] Twisted names client.getHostbyName dual-stack operation

2014-01-06 Thread Glyph
On Jan 6, 2014, at 12:26 AM, Maciej Wasilak wrote: > After Twisted 13.2 announcement I've checked the new HostnameEndpoint > implementation to find possible solution (it seems to be dedicated to solve > similar problems, but for TCP-based protocols). However it seems to use > deferToThread(),

Re: [Twisted-Python] Filing Bugs

2014-01-06 Thread Glyph
On Jan 5, 2014, at 10:52 AM, Daniel Sank wrote: > I have a windows computer and an Ubuntu computer that I use as a file server. > I'm reading about IRC now. How are we supposed to find each other? If you're on Windows, mIRC is probably your best bet: http://www.mirc.com I'm on chat.freenode.n

[Twisted-Python] Twisted names client.getHostbyName dual-stack operation

2014-01-06 Thread Maciej Wasilak
Hello, I've tried to use Twisted names.client.getHostByName() method to resolve some addresses for my UDP based app. By default getHostByName() always returns IPv6 address. I don't always have end-to-end IPv6 connectivity, so it often causes communication to fail. I've found a solution to override