bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

Implemented whitelist for RPC calls (NOT for websocket API) - see #1421 #1524

Closed pmconrad closed 9 years ago

pmconrad commented 9 years ago

My patch adds whitelisting to the http-rpc and json-rpc (encrypted and plain) interfaces. Whitelisting a commands also allows all aliases. An empty whitelist means allow-all (compatible with current default).