<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include, branch v0.10.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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T19:32:02Z</updated>
<entry>
<title>epee: optionally restrict HTTP service to a configurable user agent</title>
<updated>2016-09-18T19:32:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-07T20:38:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56'/>
<id>urn:sha1:eeb2bbc0fcc9c5afa2c3aa12915b4d3f31115e56</id>
<content type='text'>
This is intended to catch traffic coming from a web browser,
so we avoid issues with a web page sending a transfer RPC to
the wallet. Requiring a particular user agent can act as a
simple password scheme, while we wait for 0MQ and proper
authentication to be merged.
</content>
</entry>
<entry>
<title>epee: do not try network resolution if loopback worked</title>
<updated>2016-09-01T17:12:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-01T17:12:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0d7ce00793a5e6b9f20f7e6f09313f0240800674'/>
<id>urn:sha1:0d7ce00793a5e6b9f20f7e6f09313f0240800674</id>
<content type='text'>
Fixes the wallet being unable to connect to the daemon
when there is no NIC.
</content>
</entry>
<entry>
<title>Merge pull request #884</title>
<updated>2016-07-06T16:20:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-07-06T16:20:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18fa01c0920123a7727ab3fb6aabab165e59002a'/>
<id>urn:sha1:18fa01c0920123a7727ab3fb6aabab165e59002a</id>
<content type='text'>
c2ad9ca allow peers without port (moneromooo-monero)
</content>
</entry>
<entry>
<title>allow peers without port</title>
<updated>2016-07-03T11:51:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-03T11:51:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c2ad9caf013a7221022de79515ff2d65b62fa73a'/>
<id>urn:sha1:c2ad9caf013a7221022de79515ff2d65b62fa73a</id>
<content type='text'>
The default port is then used
</content>
</entry>
<entry>
<title>contrib: epee: add missing noexcept spec to class decl</title>
<updated>2016-06-22T13:05:53Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-06-21T23:36:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=72287d121a5efbb455566d56612daab571a0141b'/>
<id>urn:sha1:72287d121a5efbb455566d56612daab571a0141b</id>
<content type='text'>
The noexcept specs were added to make GCC 6.1.1 happy (#846), but this
one was missing (because GCC did not complain about it on Linux, but
does complain on OSX).
</content>
</entry>
<entry>
<title>Merge pull request #862</title>
<updated>2016-06-19T19:51:32Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-06-19T19:51:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2072c642d1e2a3f20ef3656eab1f3703938a0859'/>
<id>urn:sha1:2072c642d1e2a3f20ef3656eab1f3703938a0859</id>
<content type='text'>
5dc09f2 wallet_rpc_server: fix some string values being returned between &lt;&gt; (moneromooo-monero)
f8213c0 Require 64/16 characters for payment ids (moneromooo-monero)
</content>
</entry>
<entry>
<title>Require 64/16 characters for payment ids</title>
<updated>2016-06-19T16:52:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-09T19:01:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f8213c0644ab6b809b586cb510da07984739938d'/>
<id>urn:sha1:f8213c0644ab6b809b586cb510da07984739938d</id>
<content type='text'>
The default behavior for hex string parsing would allow the
last digit to be made from a single hexadecimal character,
which is correct, but we typically do not want that as it
gets confusing and easy to not spot wrong input size.
</content>
</entry>
<entry>
<title>contrib: epee: add exception spec to throwing destructors</title>
<updated>2016-05-18T05:02:27Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-05-18T04:59:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c2d7300d2ebea0c5567268f320fe3427f4399667'/>
<id>urn:sha1:c2d7300d2ebea0c5567268f320fe3427f4399667</id>
<content type='text'>
The destructors get a noexcept(true) spec by default, but these
destructors in fact throw exceptions. An alternative fix might be to not
throw (most if not all of these throws are non-essential
error-reporting/logging).
</content>
</entry>
<entry>
<title>Merge pull request #840</title>
<updated>2016-05-17T17:09:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-05-17T17:09:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f03def87ad4a3be505955e01a0c54db29e30b4a7'/>
<id>urn:sha1:f03def87ad4a3be505955e01a0c54db29e30b4a7</id>
<content type='text'>
1c0bffb Restrict also 'get_connections' and 'getbans' APIs. (osensei)
9f8bc49 Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in restricted mode. (osensei)
</content>
</entry>
<entry>
<title>Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in restricted mode.</title>
<updated>2016-05-14T06:06:04Z</updated>
<author>
<name>osensei</name>
<email>admin@monerohash.com</email>
</author>
<published>2016-05-14T06:06:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9f8bc4946b3993ad4437936dcae705d2c8f1116a'/>
<id>urn:sha1:9f8bc4946b3993ad4437936dcae705d2c8f1116a</id>
<content type='text'>
</content>
</entry>
</feed>
