Re: [Twisted-Python] Does anyone know why trunk is failing CI on PyPy 7.3.4?

2021-05-01 Thread Adi Roiban
On Thu, 29 Apr 2021 at 07:23, Glyph wrote: > It's merged. > > Thanks for the merge. I will try to help Twisted by keeping the trunk green. If there is any other issue with the trunk branch getting red out of the blue, ping me and I will try to help. --- We now have a fix for Twisted, but

Re: [Twisted-Python] How to get the client ip when it ask a resolution with twisted.names

2021-05-01 Thread Adi Roiban
Hi On Sat, 1 May 2021 at 07:43, cont...@benoit-laviale.fr < cont...@benoit-laviale.fr> wrote: > Dear all, > > I am working on twisted names since some days to make kind of filtering > system (with domains blacklists). > So I made my own resolver that can reply defer.fail(error.DomainError()) > to

[Twisted-Python] Weekly Bug Summary

2021-05-01 Thread trac
Bug summary __ Summary for 2021-04-25 through 2021-05-02 Opened Closed Total Change Enhancements: 2 1 1485 +1 Defects: 3 2 1017 +1 Tasks: 1 1 9

Re: [Twisted-Python] How to get the client ip when it ask a resolution with twisted.names

2021-05-01 Thread cont...@benoit-laviale.fr
Hi Adi, all, First, thx for your reply. I think your solution may not be the good one, but for sure, you put me on the good track, so thx a lot. What I currently did : I did an inheritance of DNSServerFactory to be able to add the "address" propertie on my query object. It looks like that : cl