Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
  • Richard van der Hoff's avatar
    546bc9e2
    More server_name validation · 546bc9e2
    Richard van der Hoff authored
    We need to do a bit more validation when we get a server name, but don't want
    to be re-doing it all over the shop, so factor out a separate
    parse_and_validate_server_name, and do the extra validation.
    
    Also, use it to verify the server name in the config file.
    546bc9e2
    History
    More server_name validation
    Richard van der Hoff authored
    We need to do a bit more validation when we get a server name, but don't want
    to be re-doing it all over the shop, so factor out a separate
    parse_and_validate_server_name, and do the extra validation.
    
    Also, use it to verify the server name in the config file.