<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/main.cpp, branch v0.18.4.3</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.4.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-02-13T21:24:48Z</updated>
<entry>
<title>epee: update 'http_server_handlers_map2.h' macros to use fully qualified names</title>
<updated>2025-02-13T21:24:48Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-05-23T04:41:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=89fa3ed68ae1a21e71a35ad4c21afaa2baae1987'/>
<id>urn:sha1:89fa3ed68ae1a21e71a35ad4c21afaa2baae1987</id>
<content type='text'>
quick patch which fixes the issue where if you use some macros from `http_server_handlers_map2.h` you have to be in the `epee` namespace or it doesn't compile. Now can remove `using namespace epee;` from header file `core_rpc_server.h`, which caused a couple of name qualifying mistakes
</content>
</entry>
<entry>
<title>Handle case where a command line flag is not allowed in the config file</title>
<updated>2023-03-06T22:41:24Z</updated>
<author>
<name>almalh</name>
<email>almalh@proton.me</email>
</author>
<published>2023-03-06T00:58:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ad80f1b357b706ef48016f5c1214ce4d87613caa'/>
<id>urn:sha1:ad80f1b357b706ef48016f5c1214ce4d87613caa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: allow proxy configuration</title>
<updated>2021-08-20T19:24:29Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-03-18T20:50:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ced092aae04e5a6789e94b68a07c74e653cd869'/>
<id>urn:sha1:4ced092aae04e5a6789e94b68a07c74e653cd869</id>
<content type='text'>
Co-authored-by: selsta &lt;selsta@sent.at&gt;
Co-authored-by: tobtoht &lt;thotbot@protonmail.com&gt;
</content>
</entry>
<entry>
<title>Add rpc-restricted-bind-ip option</title>
<updated>2020-10-29T00:22:18Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2020-10-28T23:47:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65903d2cfca6204af1a69259286178716e01e79f'/>
<id>urn:sha1:65903d2cfca6204af1a69259286178716e01e79f</id>
<content type='text'>
Fixes #6369
</content>
</entry>
<entry>
<title>daemon: Windows - fix FAT32 warning, trailing backslash is required</title>
<updated>2020-09-20T13:57:44Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-09-20T13:57:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4846743fdc34be85512fdead8458b6c889d6d85d'/>
<id>urn:sha1:4846743fdc34be85512fdead8458b6c889d6d85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding ZMQ/Pub support for txpool_add and chain_main events</title>
<updated>2020-05-04T02:06:35Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-16T23:59:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e5214a2ca22cecf123bcff1ab441ed0415d08a6f'/>
<id>urn:sha1:e5214a2ca22cecf123bcff1ab441ed0415d08a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6578</title>
<updated>2020-07-19T10:41:55Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:41:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3434cc24a2035b4e7983f9044142376929a1e693'/>
<id>urn:sha1:3434cc24a2035b4e7983f9044142376929a1e693</id>
<content type='text'>
a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon)
</content>
</entry>
<entry>
<title>daemon: complain if data dir resides on FAT32 volume (Windows)</title>
<updated>2020-05-21T15:23:44Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-05-21T15:21:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a6803231e69b0c561a37d8bdb701f46d89d47aec'/>
<id>urn:sha1:a6803231e69b0c561a37d8bdb701f46d89d47aec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
</feed>
