summary refs log tree commit diff
path: root/tests/handlers/test_appservice.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-04More server_name validationRichard van der Hoff5-13/+68
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.
2018-07-03Reject invalid server names (#3480)Richard van der Hof