Commit Graph

56 Commits

Author SHA1 Message Date
Vinnie Falco
df9fa7b897 Fix default param using std::function 2013-06-28 17:01:02 -07:00
Vinnie Falco
832f67b35c Roll back 7 commits 2013-06-28 11:48:43 -07:00
Vinnie Falco
903cc001dd Use beast for bind, placeholders, and function 2013-06-28 07:02:48 -07:00
Vinnie Falco
d9f222fa83 Strip includes 2013-06-19 16:23:04 -07:00
Vinnie Falco
00a7cbf610 Update copyright notice and 80 column separators 2013-06-15 18:20:59 -07:00
Vinnie Falco
521e812fc4 Reformatting using AStyle 2013-06-14 08:45:13 -07:00
Vinnie Falco
ee49051e1c Downgrade access specification from protected to private in most places
Conflicts:
	src/cpp/ripple/FeatureTable.h
	src/cpp/ripple/HashedObject.h
	src/cpp/ripple/NetworkOPs.h
2013-06-06 20:44:58 -07:00
JoelKatz
5af4673104 RPC infrastructure for feature management. 2013-05-30 10:35:17 -07:00
Vinnie Falco
ce66f950cf Put json in its own module with header 2013-05-27 13:15:58 -07:00
Stefan Thomas
da406a3506 RPC: Add proof_solve. 2013-05-13 10:17:43 +02:00
Stefan Thomas
c3d2eae667 RPC: Add proof_verify. 2013-05-13 10:17:43 +02:00
Stefan Thomas
5c7a92ba76 RPC: Add proof_create. 2013-05-13 10:17:43 +02:00
Arthur Britto
ec081cd2dc Make RPC account_lines support specify the peer account. 2013-04-14 23:15:58 -07:00
Arthur Britto
58b3cc1dd6 Add nexmo SMS support. 2013-03-30 00:34:49 -07:00
Arthur Britto
eb4708528b Get rid of account index from CLI RPC. 2013-03-26 18:58:26 -07:00
Arthur Britto
edd79c50a9 Add RPC json. 2013-03-21 13:11:27 -07:00
JoelKatz
7a6a199df4 Take advantage of perfect forwarding in a few more places. 2013-03-18 03:10:54 -07:00
Arthur Britto
d0c79083ab Add CLI support for RPC book_offers. 2013-02-28 16:41:18 -08:00
Arthur Britto
1b9bf68877 Have RPCSub use new callRPC. 2013-02-01 19:25:01 -08:00
Arthur Britto
c834ce4e06 More work toward http/https client merge. 2013-02-01 18:10:53 -08:00
Arthur Britto
fb1cd25f28 More work toward http/https client unification. 2013-01-31 13:07:37 -08:00
Arthur Britto
a05a2c7181 Make RPC ledger_header work. 2013-01-30 01:28:06 -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
Arthur Britto
937f9718f8 Support paths for subscribe via json-rpc. 2012-12-30 17:16:53 -08:00
Arthur Britto
ab0da033c3 Add support for JSON-RPC subscriptions. 2012-12-29 16:07:29 -08:00
Arthur Britto
192dae3b74 Stub subscribe for JSON-RPC. 2012-12-29 14:42:38 -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
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