Commit Graph

43 Commits

Author SHA1 Message Date
JoelKatz
d3bce70e86 Remove Config::init. It's not needed. 2012-08-14 16:00:03 -07:00
JoelKatz
e473ce8424 Support "standalone" mode (-a or --standalone) in which we do not connect
to the network and do not close ledgers. This mode makes it much easier to
test transactions as they are only applied once to the open ledger.
2012-08-14 15:35:30 -07:00
JoelKatz
ee01b55874 An SNTP client implementation. About 95% complete right now. 2012-08-04 21:33:05 -07:00
jed
13a68da567 compile on windows 2012-07-14 08:41:05 -07:00
Arthur Britto
5cf06d45a0 Add support for configuring fee_offer. 2012-07-07 00:09:49 -07:00
Arthur Britto
3a4e4e5d6d Cosmetic. 2012-07-04 01:17:20 -07:00
Arthur Britto
9df8d6487c Mostly cosmetic. 2012-07-02 17:05:08 -07:00
jed
8f7c984ef7 don't validate if ledger # is too low 2012-06-30 06:52:05 -07:00
JoelKatz
69d7b8a93d Track server and protocol versions and minimum supported versions. This is a
protocol-breaking change. It's needed because other protocol-breaking
changes are needed for security reasons, and we don't want
subtly-incompatible nodes connecting.
2012-06-24 16:30:13 -07:00
jed
ab15f65aeb block some RPC commands from being used remotely 2012-06-22 09:14:45 -07:00
Arthur Britto
913261c0bb Merge branch 'master' into websocket
Conflicts:
	src/Config.h
2012-06-20 20:52:30 -07:00
Arthur Britto
c9d06c3fb2 Config support for [ips]. 2012-06-19 12:45:01 -07:00
Arthur Britto
d76cc94f0c Cosmetic. 2012-06-19 12:41:31 -07:00
Arthur Britto
29d29e1c63 For now, make scan interval min 1 minute. 2012-06-19 12:23:42 -07:00
JoelKatz
a1523fcb06 Fix log chattiness. Add a new configuration parameter "debug_logfile" 2012-06-18 20:05:12 -07:00
Arthur Britto
9286ca628f Cosmetic. 2012-06-18 14:58:32 -07:00
Arthur Britto
8f74e5bf07 Add support [validators] in newcoind.cfg. 2012-06-18 14:13:06 -07:00
Arthur Britto
ec008fe76d Improve configuration handling.
- Make VALIDATORS_SITE configurable.
- At bootstrap load validators.txt with out a unl_default entry.
- Always merge in unl_default at start if available.
2012-06-18 11:45:22 -07:00
Arthur Britto
9964689f8f Add configuration support for WEBSOCKET_IP and WEBSOCKET_PORT. 2012-06-16 02:53:56 -07:00
Arthur Britto
d3c1681c68 Add configuration support for UNL_DEFAULT. 2012-06-16 02:43:36 -07:00
Arthur Britto
c26d60579a Change config to use single entry for validation. 2012-06-13 15:48:14 -07:00
Arthur Britto
253df289c3 Add support for CLI option --conf. 2012-06-11 20:54:05 -07:00
Arthur Britto
063d4352ee Implement XDG spec for file layout. 2012-06-11 20:14:35 -07:00
jed
6770fdf0b3 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-06 07:11:14 -07:00
jed
a79c78111e add RPC_ALLOW_REMOTE connections flag 2012-06-06 07:10:30 -07:00
Arthur Britto
8e88b1cd8a Add fee configuration for creating nicknames. 2012-06-05 14:13:00 -07:00
Arthur Britto
aec977ced2 Add config ACCOUNT_PROBE_MAX. 2012-06-03 19:43:21 -07:00
Arthur Britto
97fe2568e5 Improve starting currency comments. 2012-06-02 17:12:57 -07:00
Arthur Britto
f0e3383856 Fix starting number of XNS. 2012-06-02 02:04:46 -07:00
Arthur Britto
3dd84e134c Add help for RPC wallet_add. 2012-06-01 17:57:20 -07:00
JoelKatz
de76d6c98f Use the new code. 2012-05-21 14:33:44 -07:00
Arthur Britto
5142807109 Add currency name and percision to Config.h 2012-05-19 18:17:00 -07:00
Arthur Britto
e96ae17554 Add Config options for FEE_DEFAULT and FEE_CREATE. 2012-05-17 20:29:37 -07:00
JoelKatz
8bf477acac Slight quorum change. 2012-05-03 15:45:32 -07:00
JoelKatz
3df579bbae Ledger quorum configuration. 2012-05-01 02:27:08 -07:00
Arthur Britto
785f9b056a Add PEER_START_MAX and PEER_CONNECT_LOW_WATER to config. 2012-05-01 00:35:18 -07:00
Arthur Britto
fc2ce4ea35 Improve reporting for bad validators.txt. 2012-04-30 13:59:02 -07:00
Arthur Britto
76930ab175 Add configuration option peer_scan_interval_min. 2012-04-30 13:20:54 -07:00
Arthur Britto
10017b06a2 Add config option peer_ssl_cipher_list. 2012-04-28 16:15:15 -07:00
Arthur Britto
396eca1a3c Work toward policy based network connectivity. 2012-04-25 23:04:38 -07:00
Arthur Britto
c01ca8bf39 Comment out unused config variables. 2012-04-13 20:42:05 -07:00
Arthur Britto
bcdd8ab519 Use newcoind.cfg instead of config.xml 2012-04-06 22:27:14 -07:00
Arthur Britto
c513e45754 Move sources to src and build objs in obj. 2012-03-06 22:43:06 -08:00