<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/dns_utils.h, branch v0.14.0.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-02-08T09:46:16Z</updated>
<entry>
<title>dns: change default DNS to a worldwide selection</title>
<updated>2018-02-08T09:46:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T12:40:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=71806327f5187900ee0058e916dfaa1632a52844'/>
<id>urn:sha1:71806327f5187900ee0058e916dfaa1632a52844</id>
<content type='text'>
DNSSEC aware servers picked from https://wiki.ipfire.org/dns/public-servers
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns_utils: allow an optional DNS server IP in DNS_PUBLIC</title>
<updated>2017-10-10T11:29:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-09-30T08:07:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4b4651cb09b62de3540749b4454e6e41d6bc15a'/>
<id>urn:sha1:a4b4651cb09b62de3540749b4454e6e41d6bc15a</id>
<content type='text'>
tcp://a.b.c.d
</content>
</entry>
<entry>
<title>dns_utils: add &lt;functional&gt; for std::function</title>
<updated>2017-08-07T13:35:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-07T13:35:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=74628941d5636a52ba1a4a108c8f9071f29b7fbd'/>
<id>urn:sha1:74628941d5636a52ba1a4a108c8f9071f29b7fbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2234</title>
<updated>2017-08-07T13:13:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:13:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea46a5527a26eab8dbf664396c8186031b7d50b3'/>
<id>urn:sha1:ea46a5527a26eab8dbf664396c8186031b7d50b3</id>
<content type='text'>
214fd81e some include cleanup (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #2210</title>
<updated>2017-08-07T13:09:45Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:09:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f5be5b7e7be454291f6bb1cd04d95c4587c64992'/>
<id>urn:sha1:f5be5b7e7be454291f6bb1cd04d95c4587c64992</id>
<content type='text'>
cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
</content>
</entry>
<entry>
<title>some include cleanup</title>
<updated>2017-07-31T15:36:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-31T15:36:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=214fd81e9362f183603bacdb671e06192dcb5808'/>
<id>urn:sha1:214fd81e9362f183603bacdb671e06192dcb5808</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move OpenAlias console input back from libs</title>
<updated>2017-07-27T10:30:13Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-27T10:28:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb0b559451466112332e0c251d100c2322803ad7'/>
<id>urn:sha1:cb0b559451466112332e0c251d100c2322803ad7</id>
<content type='text'>
Library code should definitely not ask for console input unless
it's clearly an input function. Delegating the user interaction
part to the caller means it can now be used by a GUI, or have a
decision algorithm better adapted to a particular caller.
</content>
</entry>
<entry>
<title>Fix spelling errors</title>
<updated>2017-07-05T07:53:16Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2017-07-05T07:53:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35d68b2c6d0914e24d07873c514baac68b0079a7'/>
<id>urn:sha1:35d68b2c6d0914e24d07873c514baac68b0079a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet-rpc: enable openalias</title>
<updated>2017-03-17T01:42:10Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2017-03-16T23:04:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=250c4cb3e08375f88942f46a3939d050d5c9ebd2'/>
<id>urn:sha1:250c4cb3e08375f88942f46a3939d050d5c9ebd2</id>
<content type='text'>
</content>
</entry>
</feed>
