<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.cpp, branch v0.16.0.1</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.16.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-11-04T09:23:20Z</updated>
<entry>
<title>Change to Tx diffusion (Dandelion++ fluff) instead of flooding</title>
<updated>2019-11-04T09:23:20Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-10-27T22:32:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=70c9cd3c9cd052716c309a0bd9b77009318f4131'/>
<id>urn:sha1:70c9cd3c9cd052716c309a0bd9b77009318f4131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change monerod --proxy to --tx-proxy</title>
<updated>2019-10-25T01:06:31Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-10-25T01:06:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65e8a89e1c91dfd1083c357a32a1a8fe302242f3'/>
<id>urn:sha1:65e8a89e1c91dfd1083c357a32a1a8fe302242f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p+rpc: don't skip p2p or rpc port bind failure by default</title>
<updated>2019-10-13T13:27:46Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2019-10-13T13:27:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4d2b5c79a04858cd47ceae58401dacf8fb59836'/>
<id>urn:sha1:d4d2b5c79a04858cd47ceae58401dacf8fb59836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for "noise" over I1P/Tor to mask Tx transmission.</title>
<updated>2019-07-17T14:22:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-05-16T20:34:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b24b1d082da28da15dc5e3aeaa0ebebe7758f2f'/>
<id>urn:sha1:3b24b1d082da28da15dc5e3aeaa0ebebe7758f2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add IPv6 support</title>
<updated>2019-08-01T00:04:57Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2019-04-10T22:34:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=155475d9719694c838297cb3fbc94a2782329d46'/>
<id>urn:sha1:155475d9719694c838297cb3fbc94a2782329d46</id>
<content type='text'>
new cli options (RPC ones also apply to wallet):
  --p2p-bind-ipv6-address (default = "::")
  --p2p-bind-port-ipv6    (default same as ipv4 port for given nettype)
  --rpc-bind-ipv6-address (default = "::1")

  --p2p-use-ipv6          (default false)
  --rpc-use-ipv6          (default false)

  --p2p-require-ipv4      (default true, if ipv4 bind fails and this is
                           true, will not continue even if ipv6 bind
                           successful)
  --rpc-require-ipv4      (default true, description as above)

ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except
in the cases of the cli args for bind address.  For those the square
braces can be omitted.
</content>
</entry>
<entry>
<title>Merge pull request #5610</title>
<updated>2019-07-24T19:35:11Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2019-07-24T19:35:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61512cf79813d1fa9b54e3c081e4d0304c419a6c'/>
<id>urn:sha1:61512cf79813d1fa9b54e3c081e4d0304c419a6c</id>
<content type='text'>
068fa1c p2p: delay IGP probing on startup (moneromooo-monero)
</content>
</entry>
<entry>
<title>p2p: delay IGP probing on startup</title>
<updated>2019-06-06T10:33:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-06T10:28:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=068fa1ca5c0bea39576d750ee92406b31af6ef38'/>
<id>urn:sha1:068fa1ca5c0bea39576d750ee92406b31af6ef38</id>
<content type='text'>
We might have external access without having to do this
</content>
</entry>
<entry>
<title>remove obsolete save_graph skeleton code</title>
<updated>2019-05-10T14:17:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-09T17:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6abaaaa994c79cbeea37f6b0079ca6b24ecef3a5'/>
<id>urn:sha1:6abaaaa994c79cbeea37f6b0079ca6b24ecef3a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5195</title>
<updated>2019-03-19T08:57:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-19T08:57:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bf0f85221b748d2825fb6b169c8914ff17f40db7'/>
<id>urn:sha1:bf0f85221b748d2825fb6b169c8914ff17f40db7</id>
<content type='text'>
a54e81e5 daemon: add '--no-sync' arg to optionally disable blockchain sync (xiphon)
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
</feed>
