lbcd/btcd
Dave Collins a9662d3169 Disable RPC server if no user/pass is provided.
This commit disables the RPC server by default if no RPC username of
password is specified (either via the command line or through the config
file).

Closes #2.
2013-08-07 11:02:31 -05:00
..
addrmanager.go Initial import. 2013-08-06 19:17:05 -05:00
addrmanager_test.go Use external paths for imports. 2013-08-07 00:33:46 -05:00
blockmanager.go Initial import. 2013-08-06 19:17:05 -05:00
btcd.go Initial import. 2013-08-06 19:17:05 -05:00
config.go Disable RPC server if no user/pass is provided. 2013-08-07 11:02:31 -05:00
discovery.go Initial import. 2013-08-06 19:17:05 -05:00
params.go Initial import. 2013-08-06 19:17:05 -05:00
peer.go Use external paths for imports. 2013-08-07 00:33:46 -05:00
rpcserver.go Make IPv4 and IPv6 listen on different sockets. 2013-08-07 10:39:23 -05:00
sample-btcd.conf Initial import. 2013-08-06 19:17:05 -05:00
server.go Make IPv4 and IPv6 listen on different sockets. 2013-08-07 10:39:23 -05:00
signal.go Initial import. 2013-08-06 19:17:05 -05:00