Re: [Twisted-Python] Blacklisting hosts

2015-08-10 Thread Chris Norman
Hello, > On 10 Aug 2015, at 03:32, Glyph wrote: > >> >> On Aug 9, 2015, at 9:07 AM, Cory Benfield > > wrote: >> >> >>> On 8 Aug 2015, at 08:07, Chris Norman >> > wrote: >>> >>> Hi all, >>> I am using Twisted to make a game server

Re: [Twisted-Python] Blacklisting hosts

2015-08-10 Thread Chris Norman
Hello, > On 9 Aug 2015, at 17:07, Cory Benfield wrote: > > >> On 8 Aug 2015, at 08:07, Chris Norman wrote: >> >> Hi all, >> I am using Twisted to make a game server. I want to be able to ban IP >> addresses. Currently I check if the host is in a blacklist, and if it is, >> call abortConnecti

Re: [Twisted-Python] ANN: Eliot 0.8, the logging system with causality

2015-08-10 Thread Judy Craig
This is an automatic reply. I am away from the office for the summer, returning on Tuesday, August 25, 2015. I will be happy to get back to you then. Enjoy your summer! Judy Craig Student Services This email and any files transmitted with it may be confidential and are intended solely for t

[Twisted-Python] ANN: Eliot 0.8, the logging system with causality

2015-08-10 Thread Itamar Turner-Trauring
Most logging systems can tell you what happened; Eliot tells you _why_ it happened: $ python linkcheck.py | eliot-tree 4c42a789-76f5-4f0b-b154-3dd0e3041445 +-- check_links@1/started `-- urls: [u'http://google.com', u'http://nosuchurl'] +-- download@2,1/started `-- url: http://google.com +--