Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 65b044eea2840d50c80b82abffd663db3f052ab9
https://github.com/btcsuite/btcd/commit/65b044eea2840d50c80b82abffd663db3f052ab9
Author: Olaoluwa Osuntokun <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M btcjson/v2/btcjson/btcdextcmds.go
M btcjson/v2/btcjson/btcdextcmds_test.go
M docs/json_rpc_api.md
M rpcserver.go
M rpcserverhelp.go
M server.go
Log Message:
-----------
Fix #79 by adding a new `node` JSON-RPC command
* Gives node operators full control of peer connectivity
* RPC adds ability to disconnect all matching non-persistent peers,
remove persistent peers, and connect to peers making them either
temporary or persistent.