[Twisted-Python] Fix link on trac for logging in

2018-06-14 Thread Craig Rodrigues
Hi, If a user clicks on this link: https://twistedmatrix.com/trac/newticket They see this text: You are currently not logged in. You may want to do so now. The link on "do so" is wrong. *Can someone fix that link to point to the Github login link?* Ideal

Re: [Twisted-Python] How to use the TimeoutProtocol policy?

2018-06-14 Thread L. Daniel Burr
Hi Martin, On June 14, 2018 at 8:29:45 AM, Martin van Es (mrva...@gmail.com) wrote: Hi, I'm trying to timeout a really simple LineReceiver protocol. It's function is to connect to a daemon, receive a line that's to be displayed to an end-user upon which the user should undertake some action. Th

[Twisted-Python] How to use the TimeoutProtocol policy?

2018-06-14 Thread Martin van Es
Hi, I'm trying to timeout a really simple LineReceiver protocol. It's function is to connect to a daemon, receive a line that's to be displayed to an end-user upon which the user should undertake some action. The action will trigger a second line (fail/success) at which point the daemon will clos