aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add readline support to clijethro2017-06-181-0/+7
| | | | | | | | | | | | | | | | | This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time.
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+5
| | | | | It just checks and prints a message if there is a new version for now.
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+0
|
* Remove db-auto-remove-logsMiguel Herranz2017-01-101-5/+0
|
* Show available types for db-type commandMiguel Herranz2017-01-101-1/+4
|
* Added command_line::is_yesLee Clagett2016-11-251-1/+26
|
* core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-0/+6
|
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-181-0/+1
| | | | | | | | 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.
* More for PR#999Howard Chu2016-08-291-1/+1
|
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-5/+0
| | | | | | We also replace the --fakechain option with an optional structure containing details about configuration for the core/blockchain, for test purposes. This seems more future friendly.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-0/+5
| | | | | | | | | | | The core tests use the blockchain, and reset it to be able to add test data to it. This does not play nice with the databases, since those will save that data without an explicit save call. We add a fakechain flag that the tests will set, which tells the core and blockchain code to use a separate database, as well as skip a few things like checkpoints and fixup, which only make sense for real data.
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-0/+40
| | | | | | This fixes coretests, which does not register daemon specific arguments, but uses core, which uses those arguments. Also gets rid of an unwanted dependency on daemon code from core.
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+3
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Separate testnet default data dirZachary Michaels2014-09-151-0/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-121-0/+12
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+12