Changes between Version 1 and Version 2 of GuiRpcProtocol
- Timestamp:
- Mar 31, 2008, 10:35:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpcProtocol
v1 v2 6 6 Note that the RPC "server" is the core client, and the RPC client is a GUI or addon communicating with it. It may seem confusing. This terminology will be used on the rest of the page. 7 7 8 == Authentication == 8 == Authentication == #auth 9 9 10 10 The RPC protocol allows the RPC client to authenticate itself using a password. Most RPC operations can only be done by an authenticated client. Some can be done without authentication, but only by a client running on the same machine.