<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p, branch v0.18.2.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.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2023-01-27T13:17:54Z</updated>
<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>
<entry>
<title>"Change C-cast to static_cast in net_peerlist.h"</title>
<updated>2022-04-18T14:55:21Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-10T16:46:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11371425f562f7202aff74004776489b93973af8'/>
<id>urn:sha1:11371425f562f7202aff74004776489b93973af8</id>
<content type='text'>
Thanks @mj-xmr: https://github.com/monero-project/monero/pull/8211#discussion_r823870855
</content>
</entry>
<entry>
<title>Factor out move_it_backward from misc_language.h</title>
<updated>2022-04-18T14:55:21Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T02:49:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f25aa27c5cf83afd8e332bd5fe84c88c3dd7ffd'/>
<id>urn:sha1:1f25aa27c5cf83afd8e332bd5fe84c88c3dd7ffd</id>
<content type='text'>
Relevant commit from old PR:
330df2952cb2863a591158b984c0fb7f652887ac
</content>
</entry>
</feed>
