[Twisted-Python] Weekly Bug Summary

2010-02-27 Thread exarkun
Bug summary __ Summary for 2010-02-21 through 2010-02-28 Bugs opened: 49Bugs closed: 41 Total open bugs: 1230 (+8) |== Type Changes |== Priority Changes |== Component Changes |Defect: +0 |Highest: -4 |Conch: -1 |Enhancement: +7

Re: [Twisted-Python] Getting factory with AuthenticatingT elnetProtocol

2010-02-27 Thread Skye
Lucas Taylor gmail.com> writes: > Rather than pass it around, you could set the factory instance as an > attribute of the transport: > Perfect. Thanks! ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cg

Re: [Twisted-Python] Getting factory with AuthenticatingTelnetProtocol

2010-02-27 Thread Lucas Taylor
On 2/27/10 6:19 AM, Skye wrote: > Hello, > > I used the code from this thread to figure out how to use > the twisted.conch.telnet.AuthenticatingTelnetProtocol class: > > http://www.mail-archive.com/twisted-python@twistedmatrix.com/msg01581.html > > (with the addition of av.state = 'Command' in

[Twisted-Python] Is AMP secure enough for the internet?

2010-02-27 Thread Attila Nagy
Hello, I'm planning a data collector gateway and wondering whether Twisted's AMP would be good for the task. AMP seems to be a good fit for the job, but I'm not sure about the security. I make the client side too, but I won't operate it, bad guys can take over that side and I want to protect my si

[Twisted-Python] Getting factory with AuthenticatingTelnetProtocol

2010-02-27 Thread Skye
Hello, I used the code from this thread to figure out how to use the twisted.conch.telnet.AuthenticatingTelnetProtocol class: http://www.mail-archive.com/twisted-python@twistedmatrix.com/msg01581.html (with the addition of av.state = 'Command' in requestAvatar(), it works great) However, after