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
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
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
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
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