<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common, branch v0.13.0.2</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.13.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-10-06T09:15:43Z</updated>
<entry>
<title>Merge pull request #4390</title>
<updated>2018-10-06T09:15:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-05T21:12:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9556ba0d66bd1ec76d15feaadee8e10355912497'/>
<id>urn:sha1:9556ba0d66bd1ec76d15feaadee8e10355912497</id>
<content type='text'>
a0613532 secure_pwd_reader: Add proper Unicode handling [Ryo contribution] (fireice-uk)
579383c2 simplewallet: Add Unicode input_line [Ryo backport] (fireice-uk)
</content>
</entry>
<entry>
<title>Merge pull request #4482</title>
<updated>2018-10-02T20:45:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e0fa7fa38488784efd1cbb87922b3079370e0b55'/>
<id>urn:sha1:e0fa7fa38488784efd1cbb87922b3079370e0b55</id>
<content type='text'>
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4479</title>
<updated>2018-10-02T20:45:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:39:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c426a30f98df53aa4f7bcbdd1539e31fb7f413b'/>
<id>urn:sha1:9c426a30f98df53aa4f7bcbdd1539e31fb7f413b</id>
<content type='text'>
d5541e44 common: Windows 'spawn' support for tx and block notifications (xiphon)
</content>
</entry>
<entry>
<title>Merge pull request #4463</title>
<updated>2018-10-02T20:45:33Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:36:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5fc4d57ee528c0f8974c1b6a32969622eae52056'/>
<id>urn:sha1:5fc4d57ee528c0f8974c1b6a32969622eae52056</id>
<content type='text'>
8110bea3 dns_utils: refresh list of usable DNSSEC servers (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4333</title>
<updated>2018-09-29T20:18:09Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:18:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=efbd42f9d9df593d4df905709a5f4c0a39451542'/>
<id>urn:sha1:efbd42f9d9df593d4df905709a5f4c0a39451542</id>
<content type='text'>
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
</content>
</entry>
<entry>
<title>add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}</title>
<updated>2018-09-29T08:44:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-03T14:19:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=734030046055f521a73e59b50fa2a16f48e34c8d'/>
<id>urn:sha1:734030046055f521a73e59b50fa2a16f48e34c8d</id>
<content type='text'>
Those take a command line of the form "A [B]", with A being the
name (and optional path, if not in the caller's CWD, but fully
qualified path is recommended, avoids possible security issues)
to a program, and optional arguments. Any occurence of the two
character string "%s" will be replaced by the hash of the block
or transaction which triggered the notification.

Tokenization is barebones. If you want things like pipes, calls
to paths with spaces, etc, then use a script (though exec time
will suffer).

block-notify is called when a new block is added onto the chain.

tx-notify is called when a new transaction happens with the
wallet as source and/or destination.

It is the notification program's responsibility to determine what
to do in those cases.

Note that this is asynchronous, so it is very possible that:
- the notification programs will be run out of order
- several events happen before the notification for the first one

A Windows port would be nice if someone wants to make one.
</content>
</entry>
<entry>
<title>threadpool: do not propagate exceptions through the dtor</title>
<updated>2018-09-27T17:29:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T15:14:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea7f9543817993e22faf94478f07aac746729f73'/>
<id>urn:sha1:ea7f9543817993e22faf94478f07aac746729f73</id>
<content type='text'>
This would call terminate.
We ignore exceptions in pthread_join instead, as this is not
a fatal problem here.

Coverity 182568
</content>
</entry>
<entry>
<title>Merge pull request #4371</title>
<updated>2018-09-21T18:31:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:31:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a059bcd74effd74467ce737094cbbbad5d92aca2'/>
<id>urn:sha1:a059bcd74effd74467ce737094cbbbad5d92aca2</id>
<content type='text'>
55c7cd14 Adding expect&lt;T&gt; - a value-or-error implementation (Lee Clagett)
</content>
</entry>
<entry>
<title>wallet: ask-password can now ask without encrypting the secret spend key</title>
<updated>2018-09-14T11:14:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-02T09:59:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44259e560e484350204a4c11f978cd9a6f090494'/>
<id>urn:sha1:44259e560e484350204a4c11f978cd9a6f090494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4309</title>
<updated>2018-09-14T10:46:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-14T10:46:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1c36fcf8868e5c8a58a7e42016425e76e742ab8c'/>
<id>urn:sha1:1c36fcf8868e5c8a58a7e42016425e76e742ab8c</id>
<content type='text'>
5083614f dns_util: add new DNSSEC trust anchor for rollover (moneromooo-monero)
</content>
</entry>
</feed>
