Richard van der Hoff
|
25adde9a04
|
Factor out get_db_conn to HomeServer base class
This function is identical to all subclasses, so we may as well push it up to
the base class to reduce duplication (and make use of it in the tests)
|
2018-01-26 00:56:49 +00:00 |
|
Silke
|
df0f602796
|
Implement listen_tcp method in remaining workers
Signed-off-by: Silke <silke@slxh.eu>
|
2017-12-18 20:00:42 +01:00 |
|
Richard van der Hoff
|
8b56977b6f
|
Merge pull request #2586 from matrix-org/rav/frontend_proxy_auth_header
Front-end proxy: pass through auth header
|
2017-10-27 11:01:50 +01:00 |
|
Richard van der Hoff
|
54a2525133
|
Front-end proxy: pass through auth header
So that access-token-in-an-auth-header works.
|
2017-10-26 18:19:01 +01:00 |
|
Richard van der Hoff
|
0a5866bec9
|
Support /keys/upload on /r0 as well as /unstable
(So that we can stop riot relying on it in /unstable)
|
2017-10-26 18:18:23 +01:00 |
|
Richard van der Hoff
|
543c794a76
|
Factor out common application start
We have 10 copies of this code, and I don't really want to update each one
separately.
|
2017-08-15 17:04:40 +01:00 |
|
Erik Johnston
|
d4d12daed9
|
Include registration and as stores in frontend proxy
|
2017-07-07 18:36:45 +01:00 |
|
Erik Johnston
|
1fc4a962e4
|
Add a frontend proxy
|
2017-07-07 18:19:46 +01:00 |
|