dcrd/internal/rpcserver
Dave Collins e917dcb795
rpcserver: Add more strict request origin check.
This makes the CORS policy for websocket clients more strict by ensuring
any requests from other domains are rejected.  It is worth noting that,
in practice, the current less strict mechanism is secure due to both the
use of a self-signed TLS certificate and the requirement for
authentication to issue any commands, but further hardening is still
desirable.
2021-07-07 20:48:34 -05:00
..
testdata rpcserver: Add handleSearchRawTransactions tests. 2020-08-29 22:03:04 -05:00
doc.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
interface.go blockchain: Use scripts in tickets address query. 2021-06-09 00:29:08 -05:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver.go rpcserver: Add more strict request origin check. 2021-07-07 20:48:34 -05:00
rpcserverhandlers_test.go blockchain: Use scripts in tickets address query. 2021-06-09 00:29:08 -05:00
rpcserverhelp_test.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcserverhelp.go rpcserver: Remove unused help entry. 2021-05-13 18:22:53 -05:00
rpcwebsocket.go rpcserver: Impose additional read limits. 2021-06-30 12:38:36 -05:00
treasury_test.go txscript: Split signing code to sign subpackage. 2021-05-07 13:19:00 -05:00

rpcserver

Build Status ISC License Doc

Overview

Package rpcserver includes all RPC server interfaces, types, and pieces of code pertaining to implementing the RPC server.

License

Package rpcserver is licensed under the copyfree ISC License.