aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/address_from_url.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* unit_tests: fix longstanding DNS related unit testmoneromooo-monero2018-09-281-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Factor the monero donation addressMaxithi2018-01-051-1/+2
| | | | Signed-off-by: Maxithi <34792056+Maxithi@users.noreply.github.com>
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* make openalias also available for solo miner; introduce namespace ↵kenshi842016-12-211-8/+9
| | | | tools::dns_utils; support integrated address with dns lookup
* unit_tests: update test openalias addressmoneromooo-monero2016-02-231-1/+1
| | | | It was recently changed
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* Set dnssec_valid value correctly in dns_utils; fix address_from_url testRostislav2015-06-201-1/+2
|
* Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-191-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
* move website and DNS unit tests from monero.cc to getmonero.orgRiccardo Spagni2015-02-281-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-231-4/+9
|
* Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-231-0/+102
Still need to deal with DNSSEC and optional fields in the TXT record.