Thank you all so much
Its of great help.
Twisted upgrade is in the pipeline. We will be moving there soon.
~S
On Mon, 20 Apr 2020 at 15:04, Evilham wrote:
>
>
> On dl., abr. 20 2020, Richard van der Hoff wrote:
>
> >> Or peek in matrix-synapse's code, which has a telnet-based one.
> >
> > synapse
On dl., abr. 20 2020, Richard van der Hoff wrote:
Or peek in matrix-synapse's code, which has a telnet-based one.
synapse's manhole is SSH-based :)
(dunno why, given it uses hardcoded auth, so all security
depends on the manhole
port being locked down, but still)
I actually remembered t
Or peek in matrix-synapse's code, which has a telnet-based one.
synapse's manhole is SSH-based :)
(dunno why, given it uses hardcoded auth, so all security depends on the
manhole port being locked down, but still)
___
Twisted-Python mailing list
Tw
On dg., abr. 19 2020, salil GK wrote:
I am real need to debug my python application for memory
issues. I
found that using twisted.conch.manhole we can get a telnet
session to
python interpreter so that we can do some debugging sessions
there. I
am using twisted 16.6 in my server. Coul
> On Apr 19, 2020, at 3:03 AM, salil GK wrote:
>
> I am using twisted 16.6 in my server
There have been several security updates since 16.6, which is nearing 4 years
old at this point. You should really upgrade!
-glyph___
Twisted-Python mailing lis
Don't know if this is still state of the art, but I've been using this
off and on and please don't use
checkers.InMemoryUsernamePasswordDatabaseDontUse
HTH, Werner
controlling terminal command line server
#
#on port . Connect with
#
#ssh admin@localhost -p
#
#accept new keys and
I am real need to debug my python application for memory issues. I
found that using twisted.conch.manhole we can get a telnet session to
python interpreter so that we can do some debugging sessions there. I
am using twisted 16.6 in my server. Could you some one please give me
some sample progra