<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.h, branch v0.10.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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-12-01T23:52:16Z</updated>
<entry>
<title>p2p: possibly fix crash in relay_blocks</title>
<updated>2016-12-01T23:52:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-29T16:21:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4adde0423bcf835418857ae496e34b45f318bba2'/>
<id>urn:sha1:4adde0423bcf835418857ae496e34b45f318bba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add lightweight block propagation ("fluffy blocks")</title>
<updated>2016-11-09T19:24:27Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2016-10-26T19:00:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d61bd8187e170cd4ae56f5047cc172d257c26237'/>
<id>urn:sha1:d61bd8187e170cd4ae56f5047cc172d257c26237</id>
<content type='text'>
Added a new command to the P2P protocol definitions to allow querying for support flags.

Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags.

Added p2p constant for signaling fluffy block support.

Added get_pool_transaction function to cryptnote_core.

Added new commands to cryptonote protocol for relaying fluffy blocks.

Implemented handling of fluffy block command in cryptonote protocol.

Enabled fluffy block support in node initial configuration.

Implemented get_testnet function in cryptonote_core.

Made it so that fluffy blocks only run on testnet.
</content>
</entry>
<entry>
<title>p2p: lock access to the blocked ips map</title>
<updated>2016-03-12T13:48:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-12T13:44:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=474e4c00f0813070de4b85abc6c58ef5fe395df1'/>
<id>urn:sha1:474e4c00f0813070de4b85abc6c58ef5fe395df1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use boost::thread instead of std::thread</title>
<updated>2016-02-18T21:30:10Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-02-18T21:30:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7c86c5997d72062191c2fb4fbaf003bf48485842'/>
<id>urn:sha1:7c86c5997d72062191c2fb4fbaf003bf48485842</id>
<content type='text'>
std::thread crashes on (at least) ARMv6 g++ 4.8/4.9
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace tabs with two spaces for consistency with rest of codebase</title>
<updated>2015-12-15T14:22:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-14T04:54:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=725acc7f17e47e0ea0e7e690f241ee8a286411ea'/>
<id>urn:sha1:725acc7f17e47e0ea0e7e690f241ee8a286411ea</id>
<content type='text'>
Remove trailing whitespace in same files.
</content>
</entry>
<entry>
<title>net_node: add a --offline argument</title>
<updated>2015-12-07T20:21:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-07T20:21:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2c83055597e01491b6dffc195dd9e6fe559f0bf7'/>
<id>urn:sha1:2c83055597e01491b6dffc195dd9e6fe559f0bf7</id>
<content type='text'>
It will not try to connect to the monero network, nor listen
</content>
</entry>
<entry>
<title>add RPC calls and commands to get/set bans</title>
<updated>2015-11-26T00:04:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-26T00:04:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=38ceb73848a3c37df60bce637d855b7564b09730'/>
<id>urn:sha1:38ceb73848a3c37df60bce637d855b7564b09730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net_node: allow bans for custom amounts of time</title>
<updated>2015-11-25T22:23:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-25T22:04:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7bc4dce6ede055be5f6d494766eb31b9e68ae8a1'/>
<id>urn:sha1:7bc4dce6ede055be5f6d494766eb31b9e68ae8a1</id>
<content type='text'>
m_blocked_ips now stores the unblocking time, rather than the
blocking time.
Also change &gt; to &gt;=, since banning for 0 seconds should not ban
</content>
</entry>
<entry>
<title>Add IP blocking for misbehaving nodes (adapted from Boolberry)</title>
<updated>2015-11-23T18:06:20Z</updated>
<author>
<name>Javier Smooth</name>
<email>iamjaviersmooth@gmail.com</email>
</author>
<published>2015-11-23T17:34:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cea2b13b221bed66023254dd3356f2548a08df4'/>
<id>urn:sha1:4cea2b13b221bed66023254dd3356f2548a08df4</id>
<content type='text'>
With minor cleanup and fixes (spelling, indent) by moneromooo
</content>
</entry>
</feed>
