<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p, branch v0.18.3.0</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.18.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-03-19T01:58:38Z</updated>
<entry>
<title>p2p: do not log to global when re-blocking a subnet</title>
<updated>2023-03-19T01:58:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2023-03-09T17:17:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c4cfaa4567106d53f397b1e61f9ed9ea76dae579'/>
<id>urn:sha1:c4cfaa4567106d53f397b1e61f9ed9ea76dae579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: avoid spam blocking ipv4 addresses in a blocked subnet</title>
<updated>2023-03-19T01:58:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2023-03-01T16:56:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f0e326be58f5ac78e3aa1de29db848a895f5e62b'/>
<id>urn:sha1:f0e326be58f5ac78e3aa1de29db848a895f5e62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: add plowsof seed nodes</title>
<updated>2023-01-27T13:17:54Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2023-01-25T20:09:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=988056dc09403a613e8d6467f4f6a4226be35fad'/>
<id>urn:sha1:988056dc09403a613e8d6467f4f6a4226be35fad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: remove offline seed nodes</title>
<updated>2023-01-27T13:17:54Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-11-28T23:08:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ce4ef6da96a1235d00700426bf2beaca33c09544'/>
<id>urn:sha1:ce4ef6da96a1235d00700426bf2beaca33c09544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8644</title>
<updated>2023-01-11T16:40:13Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-01-11T16:40:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cbc5cf43f2e40940f6a3e42b9d833753305baf35'/>
<id>urn:sha1:cbc5cf43f2e40940f6a3e42b9d833753305baf35</id>
<content type='text'>
38d4811 p2p: fix exclusive node DNS resolution for certain hosts [release] (Jeffrey Ryan)
</content>
</entry>
<entry>
<title>p2p: fix exclusive node DNS resolution for certain hosts [release]</title>
<updated>2022-11-18T00:57:04Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-11-16T21:53:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=38d4811c890997f20f4a3eea1b429e18bbfb4024'/>
<id>urn:sha1:38d4811c890997f20f4a3eea1b429e18bbfb4024</id>
<content type='text'>
Fixes #8633. The function `append_net_address` did not parse hostname + port addresses (e.g. `bar:29080`) correctly if the hostname did not contain a `'.'` character.

@vtnerd comments 1

clear up 2nd conditional statement
</content>
</entry>
<entry>
<title>p2p: fix back ping to discover healthy peers to connect to</title>
<updated>2022-11-16T02:02:25Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-11-15T00:54:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=146cac02cae2b4c7cfc0e737574adc72094d24f1'/>
<id>urn:sha1:146cac02cae2b4c7cfc0e737574adc72094d24f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8330</title>
<updated>2022-05-27T02:23:38Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-05-27T02:23:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9d789d68ccca9a9b4aba483b7faa03a062c50c3'/>
<id>urn:sha1:f9d789d68ccca9a9b4aba483b7faa03a062c50c3</id>
<content type='text'>
2dab31f Don't exclusively drop tor/i2p outgoing cxns in idle loop (j-berman)
</content>
</entry>
<entry>
<title>Don't exclusively drop tor/i2p outgoing cxns in idle loop</title>
<updated>2022-05-18T16:54:21Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-05-15T03:11:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2dab31f62f3e7aff14afd7897848143456b0c47d'/>
<id>urn:sha1:2dab31f62f3e7aff14afd7897848143456b0c47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't send peerlist larger than max allowed</title>
<updated>2022-05-12T01:41:24Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-05-12T01:41:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bae4a1ad8f35af12fa1c4a45302c19c14c99c0b4'/>
<id>urn:sha1:bae4a1ad8f35af12fa1c4a45302c19c14c99c0b4</id>
<content type='text'>
</content>
</entry>
</feed>
