MatrixSynapse/synapse/app
Jason Robinson a17bac171f Make SynapseHomeServer _http_listener use self.get_reactor()
For all the homeserver classes, only the FrontendProxyServer passes
its reactor when doing the http listen. Looking at previous PR's looks
like this was introduced to make it possible to write a test, otherwise
when you try to run a test with the test homeserver it tries to
do a real bind to a port. Passing the reactor that the homeserver
is instantiated with should probably be the right thing to do anyway?

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-01-23 10:32:41 +02:00
..
__init__.py Check jinja version for consent resource (#4327) 2019-01-07 10:14:31 +00:00
_base.py Make workers work on Py3 (#4027) 2018-10-13 00:14:08 +11:00
appservice.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
client_reader.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
event_creator.py Make workers work on Py3 (#4027) 2018-10-13 00:14:08 +11:00
federation_reader.py Make FederationReaderServer _http_listen use self.get_reactor() 2019-01-23 10:32:41 +02:00
federation_sender.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
frontend_proxy.py synapse/app: frontend_proxy.py: actually make workers work on py3 2018-10-14 20:08:39 +03:00
homeserver.py Make SynapseHomeServer _http_listener use self.get_reactor() 2019-01-23 10:32:41 +02:00
media_repository.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
pusher.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
synchrotron.py Fix typing being reset causing infinite syncs (#4127) 2018-11-03 00:19:23 +11:00
user_dir.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00