Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -2/+2 | |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -2/+2 | |
2019-12-04 | --disable-ban-rpc option to prevent RPC users from banning | naughtyfox | 1 | -0/+3 | |
2019-10-13 | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 1 | -3/+3 | |
2019-07-31 | Add IPv6 support | Thomas Winget | 1 | -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. | |||||
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 1 | -2/+80 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-08-31 | rpc: allow to pass RPC login via RPC_LOGIN env var | Dusan Klinec | 1 | -4/+10 | |
- passing by parameter is insecure as it is shown in the process list | |||||
2018-06-21 | fix typos in language files and rpc_args.cpp | ordtrogen | 1 | -1/+1 | |
2018-02-16 | Merge pull request #3094 | Riccardo Spagni | 1 | -1/+1 | |
a85dbb3f Fixed typos and wording tweaks (Maxithi) | |||||
2018-01-29 | Fixed typos and wording tweaks | Maxithi | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+1 | |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -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. | |||||
2017-11-03 | Fix file permission issue | Tim L | 1 | -0/+0 | |
This branch fixes a file permission issue introduced by https://github.com/monero-project/monero/commit/69c37200aa87f100f731e755bdca7a0dc6ae820a | |||||
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 1 | -0/+18 | |
2017-02-23 | rpc: s/rcp/rpc/ | moneromooo-monero | 1 | -1/+1 | |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -0/+96 | |