<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.inl, branch v0.10.2.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.10.2.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-21T20:40:26Z</updated>
<entry>
<title>updated fallback nodes</title>
<updated>2017-02-21T20:40:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T20:40:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=72deb4846d1aa90ea1d61171b846173d23e301d2'/>
<id>urn:sha1:72deb4846d1aa90ea1d61171b846173d23e301d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: add p2p bind port options from net_node</title>
<updated>2017-02-21T09:35:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-09T21:29:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e74b3ab5f720253f88b06de15fa1b5199e7cdeeb'/>
<id>urn:sha1:e74b3ab5f720253f88b06de15fa1b5199e7cdeeb</id>
<content type='text'>
They're now used by core to determine the data directory to use
for the txpool directory.

This fixes an assert in the core tests, which don't use the RPC
server, which normally initializes the P2P code.
</content>
</entry>
<entry>
<title>Merge pull request #1641</title>
<updated>2017-02-02T20:41:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-02T20:41:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fcb299b4aedf1b4f465c36f2114290a0a5f3f062'/>
<id>urn:sha1:fcb299b4aedf1b4f465c36f2114290a0a5f3f062</id>
<content type='text'>
ca94d0a4 Separate data per P2P port (Miguel Herranz)
</content>
</entry>
<entry>
<title>Separate data per P2P port</title>
<updated>2017-01-28T13:16:06Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-28T00:36:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca94d0a43c2efe174ee381b4ada0014542eccd81'/>
<id>urn:sha1:ca94d0a43c2efe174ee381b4ada0014542eccd81</id>
<content type='text'>
poolstate.bin and p2pstate.bin are stored in .bitmonero/ if the default
P2P port is being used.

If another port is used both files are stored in
.bitmonero/PORTNUMBER/.
</content>
</entry>
<entry>
<title>Replace BOOST_FOREACH with C++11 ranged for</title>
<updated>2017-01-22T20:38:10Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-22T20:38:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=629e3101ab54edfcadc42c6f3d7ea9c4fa3f9a93'/>
<id>urn:sha1:629e3101ab54edfcadc42c6f3d7ea9c4fa3f9a93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1609</title>
<updated>2017-01-22T16:47:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-22T16:47:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=add98edfc32ce402dd092a913e35ab9c91aec374'/>
<id>urn:sha1:add98edfc32ce402dd092a913e35ab9c91aec374</id>
<content type='text'>
4cdf0a35 p2p: always recreate a new peer id on startup (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1606</title>
<updated>2017-01-22T16:43:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-22T16:43:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f798a2ab85be8b128bff92ca1aae6ffafcc2f4c0'/>
<id>urn:sha1:f798a2ab85be8b128bff92ca1aae6ffafcc2f4c0</id>
<content type='text'>
f8b97aef p2p: show ban/unban logs by default again (moneromooo-monero)
</content>
</entry>
<entry>
<title>p2p: always recreate a new peer id on startup</title>
<updated>2017-01-22T11:37:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-22T11:37:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cdf0a35c94dac303fd703c05eb6685fc401a323'/>
<id>urn:sha1:4cdf0a35c94dac303fd703c05eb6685fc401a323</id>
<content type='text'>
This prevents easy fingerprinting when you change IPs, and
will be a must when kovri gets used.
</content>
</entry>
<entry>
<title>p2p: show ban/unban logs by default again</title>
<updated>2017-01-21T21:19:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-21T21:19:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f8b97aef340147e37bb678e9318851cbee94b2d6'/>
<id>urn:sha1:f8b97aef340147e37bb678e9318851cbee94b2d6</id>
<content type='text'>
</content>
</entry>
</feed>
