<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/console_handler.h, branch v0.15.0.1</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.15.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-08-28T19:01:48Z</updated>
<entry>
<title>simplewallet: lock console on inactivity</title>
<updated>2019-08-28T19:01:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-06T08:44:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1a367d6a22efc2e596c29d8c3eb95102775f8b24'/>
<id>urn:sha1:1a367d6a22efc2e596c29d8c3eb95102775f8b24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>console_handler: print newline on EOF</title>
<updated>2019-03-13T16:52:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-13T16:51:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ef816de2b471a0e46f3818da20101c853c564c2'/>
<id>urn:sha1:6ef816de2b471a0e46f3818da20101c853c564c2</id>
<content type='text'>
This avoids the annoying case where the shell prints its prompt
after the last line from Monero output, causing line editing to
sometimes go wonky, for lack of a better term
</content>
</entry>
<entry>
<title>console_handler: add a global log when exiting via EOF</title>
<updated>2018-10-20T09:13:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-20T09:12:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d3cda5ad393098235637d8a5f8fa52cac96358df'/>
<id>urn:sha1:d3cda5ad393098235637d8a5f8fa52cac96358df</id>
<content type='text'>
It's a common confusion point for users which run monerod
without stdin and with --detach
</content>
</entry>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:20:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=effcbf2060a48b01779a713fe66c82714a7fb7f2'/>
<id>urn:sha1:effcbf2060a48b01779a713fe66c82714a7fb7f2</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</content>
</entry>
<entry>
<title>console_handler: fix start_default_console use of prompt parameter</title>
<updated>2018-05-26T19:18:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-26T18:32:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a58c88e2d2e1e5b61e2cce3ac9f7ab843863f35'/>
<id>urn:sha1:6a58c88e2d2e1e5b61e2cce3ac9f7ab843863f35</id>
<content type='text'>
It had not been updated to the function type change
</content>
</entry>
<entry>
<title>move includes around to lessen overall load</title>
<updated>2017-12-16T22:46:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-25T22:25:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09ce03d612e54231694eee2fb9e5c807b2bfc341'/>
<id>urn:sha1:09ce03d612e54231694eee2fb9e5c807b2bfc341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added command descriptions</title>
<updated>2017-11-26T09:37:37Z</updated>
<author>
<name>Cifrado</name>
<email>hello@cifrado.me</email>
</author>
<published>2017-11-22T12:53:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=287dde63d8f67c56b08c67b7a93ef7e58a157be1'/>
<id>urn:sha1:287dde63d8f67c56b08c67b7a93ef7e58a157be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify readline support</title>
<updated>2017-08-22T07:30:04Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-21T11:55:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c088d38a57f6be5c8399a8c2243b2862d9f67cbe'/>
<id>urn:sha1:c088d38a57f6be5c8399a8c2243b2862d9f67cbe</id>
<content type='text'>
And don't use std::mutex
</content>
</entry>
<entry>
<title>simplewallet: add (out of sync) or (no daemon) markers in the prompt</title>
<updated>2017-08-02T13:44:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-02T13:44:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7d6ec83648f145190cab9044d321f3ef6d4e8e7'/>
<id>urn:sha1:b7d6ec83648f145190cab9044d321f3ef6d4e8e7</id>
<content type='text'>
Should help people who don't realize why they haven't seen their
monero yet.
</content>
</entry>
<entry>
<title>Add various readline related fixes</title>
<updated>2017-07-09T13:50:04Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-07-07T19:40:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6955976b2d3f25205fc9fd065744d69ba64cccfa'/>
<id>urn:sha1:6955976b2d3f25205fc9fd065744d69ba64cccfa</id>
<content type='text'>
- Add missing unbind key
- Fix colored messages
- Add command completion
- Preserve last command input
- Fix cursor position issues
- Fix trailing whitespace in commands
- Synchronize set_prompt
</content>
</entry>
</feed>
