Commit graph

3 commits

Author SHA1 Message Date
instagibbs
bab5e9ef7c Rework CallRPC, use bitcoind cookie auth 2017-02-02 10:58:51 -05:00
Wladimir J. van der Laan
6c1a016a64 rpc: Generate auth cookie in hex instead of base64
Base64 contains '/', and the '/' character in credentials is problematic
for AuthServiceProxy which represents the RPC endpoint as an URI with
user and password embedded.

Closes #8399.

Github-Pull: #8858
Rebased-From: 1c80386bce
2016-11-01 11:48:15 -04:00
Daniel Cousens
a0eaff8a1d move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
Renamed from src/rpcprotocol.cpp (Browse further)