summaryrefslogtreecommitdiff
path: root/src/rpc/rpc_args.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-4/+4
|
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168Jeffrey2022-02-191-6/+0
|/ | | | | | | | This PR removes the requirement for --rpc-login to be specified if --rpc-access-control-origins is. This will allow public nodes to serve cross-origin requests. You can still use --rpc-login with --rpc-access-control-origins, but it is no longer mandatory. Original Issue: #8168
* Add rpc-restricted-bind-ip optionHoward Chu2020-10-291-0/+34
| | | | Fixes #6369
* Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-2/+2
|
* Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-2/+2
|
* --disable-ban-rpc option to prevent RPC users from banningnaughtyfox2019-12-041-0/+3
|
* p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon2019-10-131-3/+3
|
* Add IPv6 supportThomas Winget2019-07-311-0/+37
| | | | | | | | | | | | | | | | | | | new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.
* Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-2/+80
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec2018-08-311-4/+10
| | | | - passing by parameter is insecure as it is shown in the process list
* fix typos in language files and rpc_args.cppordtrogen2018-06-211-1/+1
|
* Merge pull request #3094Riccardo Spagni2018-02-161-1/+1
|\ | | | | | | a85dbb3f Fixed typos and wording tweaks (Maxithi)
| * Fixed typos and wording tweaksMaxithi2018-01-291-1/+1
| |
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
|
* wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-1/+3
| | | | | | wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc.
* Fix file permission issueTim L2017-11-031-0/+0
| | | | This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a
* RPC Add cross origin resource sharing supportTim L2017-10-301-0/+18
|
* rpc: s/rcp/rpc/moneromooo-monero2017-02-231-1/+1
|
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-0/+96