<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/main.cpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2026-08-15T20:14:26Z</updated>
<entry>
<title>Establish Monzero Phase 0 and inactive assets baseline</title>
<updated>2026-08-15T20:14:26Z</updated>
<author>
<name>Monzero Build System</name>
<email>builds@monzero.org</email>
</author>
<published>2026-08-15T20:14:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=28f1919249465d3230f45ed21686c5a836d56df0'/>
<id>urn:sha1:28f1919249465d3230f45ed21686c5a836d56df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_utilities: fix --data-dir option</title>
<updated>2026-04-22T05:34:02Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2026-04-22T05:27:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8a20fd2bc84d74917381fb50362b4d1a385256bd'/>
<id>urn:sha1:8a20fd2bc84d74917381fb50362b4d1a385256bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zmq: add restricted rpc mode</title>
<updated>2026-04-01T16:06:10Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2026-03-25T19:37:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7f2cfe9294ec1fa7bece2a8069114c1b6985650f'/>
<id>urn:sha1:7f2cfe9294ec1fa7bece2a8069114c1b6985650f</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
