Commit Graph

41 Commits

Author SHA1 Message Date
Arthur Britto
73e6e70f13 Use stl for min and max. 2012-08-30 21:16:07 -07:00
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
Arthur Britto
219162c358 Less logging. 2012-07-18 14:47:25 -07:00
Arthur Britto
5cf06d45a0 Add support for configuring fee_offer. 2012-07-07 00:09:49 -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
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
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
617bd47d07 Get rid of word Family from NewcoinAddress routines. 2012-06-13 23:46:00 -07:00
Arthur Britto
c26d60579a Change config to use single entry for validation. 2012-06-13 15:48:14 -07:00
Arthur Britto
b8e2e83fd0 Fix Config dirs when can not figure out XDG_DATA_HOME. 2012-06-12 01:20:51 -07:00
Arthur Britto
253df289c3 Add support for CLI option --conf. 2012-06-11 20:54:05 -07:00
Arthur Britto
72660369de Cosmetic. 2012-06-11 20:20:51 -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
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
4a4e95855a Fix some tiny buglets Arthur found. 2012-05-02 02:57:09 -07:00
Arthur Britto
9ca903efae Another Config fix. 2012-05-01 13:24:35 -07:00
Arthur Britto
58269fea06 Fix config for integers. 2012-05-01 02:53:58 -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
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
JoelKatz
e005db7686 Needed for it to compile on my platform. 2012-04-06 22:39:08 -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