| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Add rpc-restricted-bind-ip option | Howard Chu | 2020-10-29 | 1 | -0/+4 |
| | | | | | Fixes #6369 | ||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | --disable-ban-rpc option to prevent RPC users from banning | naughtyfox | 2019-12-04 | 1 | -0/+2 |
| | | |||||
| * | p2p+rpc: don't skip p2p or rpc port bind failure by default | xiphon | 2019-10-13 | 1 | -1/+1 |
| | | |||||
| * | Add IPv6 support | Thomas Winget | 2019-07-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | 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 Clagett | 2019-05-22 | 1 | -2/+16 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Fix file permission issue | Tim L | 2017-11-03 | 1 | -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 support | Tim L | 2017-10-30 | 1 | -0/+2 |
| | | |||||
| * | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 2017-02-06 | 1 | -0/+67 |
