Richard van der Hoff
|
8520bc3109
|
Fix Host header sent by MatrixFederationAgent (#4468)
Move the Host header logic down here so that (a) it is used if we reuse the
agent elsewhere, and (b) we can mess about with it with .well-known.
|
2019-01-25 12:38:16 +00:00 |
|
Richard van der Hoff
|
afd69a0920
|
Look up the right SRV record
|
2019-01-24 13:31:43 +00:00 |
|
Richard van der Hoff
|
7021784d46
|
put resolve_service in an object
this makes it easier to stub things out for tests.
|
2019-01-22 20:35:12 +00:00 |
|
Richard van der Hoff
|
53a327b4d5
|
Require that service_name be a byte string
it is only ever a bytes now, so let's enforce that.
|
2019-01-22 20:35:12 +00:00 |
|
Richard van der Hoff
|
fe212bbe4a
|
Kill off matrix_federation_endpoint
this thing is now redundant.
|
2019-01-22 20:34:35 +00:00 |
|
Richard van der Hoff
|
44be7513bf
|
MatrixFederationAgent
Pull the magic that is currently in matrix_federation_endpoint and friends into
an agent-like thing
|
2019-01-22 20:34:35 +00:00 |
|
Richard van der Hoff
|
33a55289cb
|
Refactor and bugfix for resove_service (#4427)
|
2019-01-22 10:59:27 +00:00 |
|