Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread Glyph
Thank you for your contribution. I'm looking forward to getting this bug fixed! -g > On Dec 11, 2020, at 7:59 AM, spam tam wrote: > > I will try to pass the rest of the checklist > > On Fri, Dec 11, 2020 at 6:45 PM Jean-Paul Calderone > mailto:exar...@twistedmatrix.com>> wrote: > On Fri, Dec

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
I will try to pass the rest of the checklist On Fri, Dec 11, 2020 at 6:45 PM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 11, 2020 at 10:31 AM spam tam wrote: > >> Yes. I would like to replace ANY with A and requests. >> I created pull request: https://github.com/tw

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread Jean-Paul Calderone
On Fri, Dec 11, 2020 at 10:31 AM spam tam wrote: > Yes. I would like to replace ANY with A and requests. > I created pull request: https://github.com/twisted/twisted/pull/1488 > It's an easy solution. I just request for A records and if A doesn't > provide IP I create request. > Thanks

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
Yes. I would like to replace ANY with A and requests. I created pull request: https://github.com/twisted/twisted/pull/1488 It's an easy solution. I just request for A records and if A doesn't provide IP I create request. On Fri, Dec 11, 2020 at 6:03 PM Barry Scott wrote: > On Friday, 1

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread Barry Scott
On Friday, 11 December 2020 14:23:49 GMT spam tam wrote: > Dis you read the whole my email? > Did you read this: > https://blog.cloudflare.com/rfc8482-saying-goodbye-to-any/ > > ANY is not supported by internet. Sometime works sometime not Oh I missed that. That is very interesting. Is that what

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread spam tam
Dis you read the whole my email? Did you read this: https://blog.cloudflare.com/rfc8482-saying-goodbye-to-any/ ANY is not supported by internet. Sometime works sometime not Пт, 11 дек. 2020 г. в 12:26, Barry Scott : > On Thursday, 10 December 2020 23:29:33 GMT spam tam wrote: > > I would like to

Re: [Twisted-Python] Unjellying and circular references?

2020-12-11 Thread Jean-Paul Calderone
On Fri, Dec 11, 2020 at 8:19 AM Jasper Phillips wrote: > I'm using perspective broker to transfer objects in a networked game, > which I'm having trouble unjellying -- the remote versions wind up with > dangling twisted.persisted.crefutil._Dereference instances, so don't match > the original obje

[Twisted-Python] Unjellying and circular references?

2020-12-11 Thread Jasper Phillips
I'm using perspective broker to transfer objects in a networked game, which I'm having trouble unjellying -- the remote versions wind up with dangling twisted.persisted.crefutil._Dereference instances, so don't match the original objects. I'm seeing this for objects that have circular references t

Re: [Twisted-Python] Current twisted dns client just doesn't work

2020-12-11 Thread Barry Scott
On Thursday, 10 December 2020 23:29:33 GMT spam tam wrote: > I would like to find problems with ANY. But I think that there is no > problem. > DNS servers don't provide standard response for ANY request. My local > machine doesn't provide correct response for request: So you need to fix your netwo