Re: [Twisted-Python] Telnet negotiation with Twisted

2011-12-02 Thread Lee Orsino
Jean-Paul, Thanks for your response. I still can't get self.will(LINEMODE) to work but I did get self.telnet_WILL(LINEMODE) to run without throwing an Error. Can you elaborate on what needs to happen in the enableRemote? My impression was that once I send the negotiation WILL command from server t

Re: [Twisted-Python] Telnet negotiation with Twisted

2011-12-02 Thread exarkun
On 2 Dec, 04:43 am, lmors...@gmail.com wrote: >Hmmm. Do I need to do something with the enableRemote/enableLocal >methods >of TelnetTransport? Yes. The default implementation of enableRemote does not allow any options to be enabled. You must override it if you want the peer to be allowed to e

Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-12-02 Thread Don Dwiggins
On 11/30/2011 5:20 AM, exar...@twistedmatrix.com wrote: > On 29 Nov, 06:44 pm, ddwigg...@advpubtech.com wrote: >> Looking at the source of log.py, I'm at a bit of a loss to reconcile >> these two forces. Certainly, the two log observers implemented there >> use textFromEventDict, but one could cr