aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-18use const references in catch blocksmoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-20Optionally query moneropulse DNS records to check for updatesmoneromooo-monero1-0/+1
It just checks and prints a message if there is a new version for now.
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+0
2017-01-10Remove db-auto-remove-logsMiguel Herranz1-1/+0
2016-11-25Added command_line::is_yesLee Clagett1-0/+3
2016-09-24core: make the sync chunk block count overridablemoneromooo-monero1-0/+1
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero1-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.
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero1-1/+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.
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-13add a --fakechain argument for testsmoneromooo-monero1-0/+1
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.
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-0/+8
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.
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+3
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Separate testnet default data dirZachary Michaels1-0/+1
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-12DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget1-0/+3
2014-03-03moved all stuff to githubAntonio Juarez1-0/+177