Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 28087af90bfc903a3acbc2d693a0762bd2a9024d
https://github.com/conformal/btcwallet/commit/28087af90bfc903a3acbc2d693a0762bd2a9024d
Author: Josh Rickmar <[email protected]>
Date: 2013-11-18 (Mon, 18 Nov 2013)
Changed paths:
M cmd.go
M cmdmgr.go
M sockets.go
Log Message:
-----------
Add handling for standard bitcoind-style RPC.
With the exception of the createencryptedwallet extension (which is
required to make a wallet), all websocket-specific handlers are now
only available from a websocket connection, and standard RPC requests
are handled with a normal HTTP request and reply.
As an added bonus, listening on IPv6 now works.