Patrick Cloke
|
5cace20bf1
|
Add missing type hints to synapse.app . (#11287)
|
2021-11-10 15:06:54 -05:00 |
|
reivilibre
|
524b8ead77
|
Add types to synapse.util. (#10601)
|
2021-09-10 17:03:18 +01:00 |
|
Azrenbeth
|
6e895366ea
|
Add config option to use non-default manhole password and keys (#10643)
|
2021-09-06 16:08:03 +01:00 |
|
reivilibre
|
19e51b14d2
|
Manhole: wrap coroutines in defer.ensureDeferred automatically (#10602)
|
2021-08-16 18:11:48 +01:00 |
|
Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
|
Amber Brown
|
32e7c9e7f2
|
Run Black. (#5482)
|
2019-06-20 19:32:02 +10:00 |
|
Richard van der Hoff
|
329688c161
|
Fix disappearing exceptions in manhole. (#5035)
Avoid sending syntax errors from the manhole to sentry.
|
2019-04-10 07:23:48 +01:00 |
|
Amber Brown
|
e404ba9aac
|
Fix manhole on py3 (pt 2) (#4067)
|
2018-10-19 22:26:00 +11:00 |
|
Amber Brown
|
a36b0ec195
|
make a bytestring
|
2018-10-19 09:24:00 +11:00 |
|
Erik Johnston
|
9e05c8d309
|
Change the manhole SSH key to have more bits
Newer versions of openssh client refuse to connect to the old key due to
its length.
|
2018-09-11 10:42:10 +01:00 |
|
Amber Brown
|
49af402019
|
run isort
|
2018-07-09 16:09:20 +10:00 |
|
Mark Haines
|
72e2fafa20
|
Add a metrics listener and a ssh listener to the pusher
|
2016-04-25 17:34:25 +01:00 |
|
Mark Haines
|
f22f46f4f9
|
Move the listenTCP call outside the manhole function
|
2016-04-25 14:59:21 +01:00 |
|
Mark Haines
|
5905f36f05
|
Split out setting up the manhole to a separate file
|
2016-04-22 17:09:15 +01:00 |
|