Commit Graph

95 Commits

Author SHA1 Message Date
Stefan Thomas
32d6e0728a Show a more specific error when entering an invalid command on the CLI RPC. 2013-01-16 16:17:28 +01:00
JoelKatz
8191153dce Split into server_info (for humans) and server_state (for machines).
Allow either without admin privileges, filter information out from non-admins.
Cleanup and improve data in all cases.
2013-01-15 19:16:20 -08:00
Arthur Britto
b61e201667 Get rid of chatty debug. 2013-01-15 15:43:52 -08:00
Arthur Britto
026f2a7fc7 More debugging. 2013-01-14 21:45:54 -08:00
Arthur Britto
1008c8d1f1 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-01-14 17:00:25 -08:00
Arthur Britto
104613a0a6 Add command line support for sign. 2013-01-14 17:00:09 -08:00
JoelKatz
5fa43cc770 Make a simple way to extend the RPC command set without modifying core server code.
This makes it easy to add self-contained modules that can be controlled and is also
useful for one-off and troubleshooting commands.
2013-01-13 22:46:42 -08:00
Arthur Britto
a12a566139 Make ripple_path_find work for command line. 2013-01-13 21:11:37 -08:00
Arthur Britto
4961fde6d7 Mark more code as unneeded. 2013-01-06 11:32:24 -08:00
JoelKatz
06c54c425c Fix not leaving the "need network ledger" state correctly. 2013-01-04 00:08:27 -08:00
JoelKatz
3708271ae5 Rest of fix. 2013-01-03 23:37:38 -08:00
Arthur Britto
937f9718f8 Support paths for subscribe via json-rpc. 2012-12-30 17:16:53 -08:00
Arthur Britto
6592f9de39 Report correct target for callRPC. 2012-12-30 17:02:01 -08:00
Arthur Britto
192dae3b74 Stub subscribe for JSON-RPC. 2012-12-29 14:42:38 -08:00
Arthur Britto
6a318f496c Change RPC ledger params to just current and closed. 2012-12-06 10:36:34 -08:00
Arthur Britto
6980bcaa46 Cosmetic. 2012-12-05 18:04:27 -08:00
Arthur Britto
d7c5b73875 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-05 18:02:58 -08:00
Arthur Britto
5b68f2a15d Refactor NetworkOps and RPC to specify account_index and ledgers better. 2012-12-05 18:02:41 -08:00
JoelKatz
a43a993a01 Refactor log_level command to meet new spec. 2012-12-05 13:18:14 -08:00
Arthur Britto
f44e58776f Add support for RPC random. 2012-12-04 23:38:10 -08:00
jed
50953ff6d5 add account_offers and refactor 2012-12-04 12:12:11 -08:00
Arthur Britto
3b15853267 Refactor RPC tx_history. 2012-12-03 23:16:39 -08:00
Arthur Britto
8952d77b2b Refactor RPC tx. 2012-12-03 23:06:34 -08:00
Arthur Britto
224c3391bf Refactor RPC owner_info. 2012-12-03 22:58:21 -08:00
Arthur Britto
9600c3dc3f Refactor RPC data_*. 2012-12-03 22:50:17 -08:00
Arthur Britto
d9b8bcaa32 Refactor RPC login. 2012-12-03 22:41:28 -08:00
Arthur Britto
b51daf0942 Refactor RPC get_counts. 2012-12-03 22:28:50 -08:00
Arthur Britto
0635a5f6e3 Note unnecessary commands. 2012-12-03 18:08:27 -08:00
Arthur Britto
ecf8c69763 Refactor RPC validation_seed. 2012-12-03 18:00:59 -08:00
Arthur Britto
9435dbee18 Refactor RPC validation_create. 2012-12-03 17:57:18 -08:00
Arthur Britto
be48c6510c Refactor RPC wallet_seed. 2012-12-03 17:52:30 -08:00
Arthur Britto
500df6bd32 Refactor RPC wallet_propose. 2012-12-03 17:46:33 -08:00
Arthur Britto
f8a906ce9a Refactor RPC wallet_accounts. 2012-12-03 16:12:32 -08:00
Arthur Britto
125a1ae5d3 Refactor RPC ripple_lines_get. 2012-12-03 15:58:48 -08:00
Arthur Britto
e8f2efab93 Refactor RPC ledger. 2012-12-03 15:40:11 -08:00
Arthur Britto
c71b675639 Refactor RPC connect. 2012-12-03 15:09:04 -08:00
Arthur Britto
936f52d654 Refactor RPC unl_delete. 2012-12-03 14:59:12 -08:00
Arthur Britto
2ef272b805 Refactor RPC unl_add. 2012-12-03 14:51:41 -08:00
Arthur Britto
65175b8e54 Refactor RPC submit and submit_json. 2012-12-02 19:46:32 -08:00
Arthur Britto
c6db85fb39 Refactor RPC commands with no arguments. 2012-12-02 18:16:54 -08:00
Arthur Britto
318c7d15cb Refactor RPC account_tx. 2012-12-02 17:21:03 -08:00
Arthur Britto
f3bbe07572 Refactor RPC account_info. 2012-12-02 16:49:21 -08:00
Arthur Britto
ee3a2a0857 Regularize RPC calling. 2012-12-02 16:08:16 -08:00
Arthur Britto
8ffea0530a Begin moving CLI parsing to CallRPC. 2012-12-01 18:01:59 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00