Allow name@domain.tld for OpenAlias lookups

This commit is contained in:
Thomas Winget
2015-04-29 21:31:34 -04:00
parent 41f0a8fe4d
commit b18368b635
2 changed files with 25 additions and 14 deletions
+4 -1
View File
@@ -112,11 +112,14 @@ private:
/**
* @brief Checks a string to see if it looks like a URL
*
* If the address looks good, but contains one @ symbol, replace that with a .
* e.g. donate@getmonero.org becomes donate.getmonero.org
*
* @param addr the string to be checked
*
* @return true if it looks enough like a URL, false if not
*/
bool check_address_syntax(const std::string& addr);
bool check_address_syntax(std::string& addr);
DNSResolverData *m_data;
}; // class DNSResolver