summary refs log tree commit diff
path: root/changelog.d/3483.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelog v0.32.0rc1Amber Brown2018-07-051-1/+0
|
* More server_name validationRichard van der Hoff2018-07-041-0/+1
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.