summary refs log tree commit diff
path: root/synapse/util/manhole.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Attempt to fix twisted trunk (#16115)David Robertson2023-08-151-1/+3
* Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-3/+4
* Add types to synapse.util. (#10601)reivilibre2021-09-101-18/+34
* Add config option to use non-default manhole password and keys (#10643)Azrenbeth2021-09-061-3/+12
* Manhole: wrap coroutines in `defer.ensureDeferred` automatically (#10602)reivilibre2021-08-161-0/+14
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-10/+8
* Fix disappearing exceptions in manhole. (#5035)Richard van der Hoff2019-04-101-2/+57
* Fix manhole on py3 (pt 2) (#4067)Amber Brown2018-10-191-0/+2
* make a bytestringAmber Brown2018-10-191-2/+2
* Change the manhole SSH key to have more bitsErik Johnston2018-09-111-13/+31
* run isortAmber Brown2018-07-091-3/+3
* Add a metrics listener and a ssh listener to the pusherMark Haines2016-04-251-1/+25
* Move the listenTCP call outside the manhole functionMark Haines2016-04-251-9/+5
* Split out setting up the manhole to a separate fileMark Haines2016-04-221-0/+50