matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
78 stars 17 forks source link

Add top-level FederationOK bool #76

Closed babolivier closed 5 years ago

babolivier commented 5 years ago

Adds a FederationOK boolean to the top level of the response, which is set to true if, and only if, all connections succeeded (i.e. we could connect to all addresses) and every check passed for each connection.

Fixes #11