aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/address_from_url.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-12-21make openalias also available for solo miner; introduce namespace ↵kenshi841-8/+9
tools::dns_utils; support integrated address with dns lookup
2016-02-23unit_tests: update test openalias addressmoneromooo-monero1-1/+1
It was recently changed
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-06-20Set dnssec_valid value correctly in dns_utils; fix address_from_url testRostislav1-1/+2
2015-05-19Allow name@domain.tld for OpenAlias lookupswarptangent1-0/+8
Based on tewinget's update. Make OpenAlias address format independent of existing DNS functions. Add tests. Test: make debug-test cd build/debug/tests/unit_tests # test that regular DNS functions work, including IPv4 lookups. # also test function that converts OpenAlias address format make && ./unit_tests --gtest_filter=DNSResolver* # test that OpenAlias addresses like donate@getmonero.org work from # wallet tools make && ./unit_tests --gtest_filter=AddressFromURL.Success
2015-02-28move website and DNS unit tests from monero.cc to getmonero.orgRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-23change to allow (at least a bit) for multiple TXT recordsThomas Winget1-4/+9
2014-09-23Monero addres from DNS TXT record implemented, tests passThomas Winget1-0/+102
Still need to deal with DNSSEC and optional fields in the TXT record.