Commit Graph

27 Commits

Author SHA1 Message Date
JoelKatz
e8ac00e1a3 Allow tunable node sizes to adjust cache sizes, sweep timing, fetch
timing, and so on. Node size defaults to "tiny", which converves
memory and bandwidth.
2013-01-27 13:55:59 -08:00
JoelKatz
089d511972 New auto-detect TLS configuration code. 2013-01-24 15:52:17 -08:00
Arthur Britto
d569633c09 Let [rpc_admin_allow] take multiple lines. 2013-01-21 17:18:21 -08:00
Arthur Britto
5d8e6734c3 Split websocket ssl settings for public and private. 2013-01-20 14:42:08 -08:00
Arthur Britto
7688253df9 Work arround crashing on ~Config. 2013-01-18 01:48:55 -08:00
Arthur Britto
e69d309cb3 More security changes. 2013-01-18 01:41:48 -08:00
Arthur Britto
bda80d4144 Change the security model for RPC admin access. 2013-01-18 00:36:22 -08:00
Arthur Britto
2775d76df3 Limit length of Domain and MessageKey fields. 2013-01-16 19:48:22 -08:00
Arthur Britto
4982ffdf74 Add support for calling RPC command at startup from config file. 2013-01-16 15:05:44 -08:00
JoelKatz
0fabbc4f18 About half of clustering support. We need this so our own nodes don't send each other proof
of work requests when we're under load.
2013-01-12 01:41:46 -08:00
JoelKatz
cc2588aba2 Make it possible to start from a specific chosen ledger. 2013-01-07 23:47:39 -08:00
Arthur Britto
a40fbdb832 Update DEFAULT_PEER_SCAN_INTERVAL_MIN for production use. 2013-01-06 11:29:52 -08:00
Arthur Britto
5114790700 Make unneeded code a compilation option. 2013-01-06 02:15:46 -08:00
Arthur Britto
dfd3994921 Add config option [database_path]. 2013-01-04 16:01:55 -08:00
Arthur Britto
3781555bda Add --testnet flag. 2013-01-02 22:51:21 -08:00
JoelKatz
038adf2a34 Mark two FIXMEs in code that handles fees wrongly. Work on doing fees correctly. 2012-12-17 18:09:47 -08:00
Arthur Britto
72d8811ad3 Add and use new owner_reserve. 2012-12-13 15:45:49 -08:00
Arthur Britto
f1735c5cdf Move from account create fee to reserve XRP. 2012-12-12 21:54:56 -08:00
JoelKatz
670763d321 Need working ways to specify the key, cert, and chain. 2012-12-06 19:19:53 -08:00
JoelKatz
176efd4a8e Add support for SSL certificate chain. 2012-12-06 18:58:49 -08:00
jed
4ec4ccf490 broken websocket code 2012-12-06 16:48:04 -08:00
Arthur Britto
c2d6dc0ab7 Add command line option --quiet. 2012-12-01 17:56:27 -08:00
JoelKatz
6d858ab178 Get rid of "full history". You can now configure how many back ledgers you want to retrieve
on startup. The default is 256. The configuration element is "ledger_history". Valid values are:
0/off/false/none = don't retrieve any history
on/full/yes/-1 = retrieve all history back to the genesis ledger
<number> = retrieve that number of past ledgers
2012-11-29 11:33:33 -08:00
jed
2c6b001b25 . 2012-11-21 10:34:07 -08:00
Arthur Britto
ea00a2d0d0 Add configuration support for peer_private. 2012-11-20 14:47:55 -08:00
Arthur Britto
3cb3b41cef Rename unl_default to validators_file. 2012-11-20 13:13:52 -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