matrix-org / matrix-federation-tester

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

Human-readable errors for known configuration issues #16

Open anoadragon453 opened 5 years ago

anoadragon453 commented 5 years ago

Some simple errors for known issues if you end up in a certain situation.

Something like:

if MatchingServerName and !FutureValidUntilTS {
    error = "your server is doing this dumb thing, try ..."
}