Radek Simko
32f9722d9d
Replace import paths & set UA string where necessary
2019-10-11 22:40:54 +01:00
James Bardin
9034fdb050
make sure invalid hosts aren't compared
...
Comparing 2 invalid hosts would erroneously return equal, because they
would compare the invalid host string.
2017-11-20 18:29:09 -05:00
James Bardin
8091bd627d
move Svchost method to regsrc.Module
...
The level of abstraction that needs the "svchost" is the Module, not the
FriendlyHost. Us the new method in the module package for registry
interaction.
2017-11-20 18:29:09 -05:00
James Bardin
1ac5871a09
use svchost.Hostname for FriendlyHost validation
...
Use the svchost.Hostname for FriendlyHost normalization and validation.
2017-11-20 16:09:27 -05:00
James Bardin
9162213b01
reimport the registry regsrc module
2017-11-20 15:12:10 -05:00
James Bardin
0a673fa5ef
use svchost.IsValid for FriendlyHost.Valid
2017-10-25 17:10:15 -04:00
James Bardin
27e578e7fb
convert FriendlyHost to use svchost for validation
...
Removed some of the test cases that we don't allow in the svchost
package. Will check back if those are needed in the registry and work
around them as necessary.
2017-10-25 14:11:34 -04:00
James Bardin
248a5e4523
copy regsrc and response from registry repo
...
keep these in one place for now
2017-10-25 14:11:33 -04:00