- 16 Nov, 2014 1 commit
-
-
Jeromy authored
-
- 14 Nov, 2014 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 05 Nov, 2014 3 commits
-
-
Brian Tiger Chow authored
use case: Just configured and installed a node. benefits: 1) reduces friction when setting up a new node 2) reveals useful details about the workings of the system. It's the user's first encounter with her node's identity. The tour can build on the user's knowledge. ``` ipfs (maybebtc-november) λ. ipfs init -f initializing ipfs node at /Users/btc/.go-ipfs generating key pair peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT ```
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 18 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 10 Oct, 2014 4 commits
-
-
Peter Borzov authored
-
Peter Borzov authored
-
Peter Borzov authored
-
Peter Borzov authored
-
- 02 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 29 Sep, 2014 5 commits
-
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
-
Shanti Bouchez-Mongardé authored
Removed config.Filename and replace it with config.GetConfigFilePath that takes a configuration directory as argument instead. Makes code simpler. ipfs.getConfigDir now also return the default configuration dir instead of an empty string in some cases.
-
Shanti Bouchez-Mongardé authored
-
- 24 Sep, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
WARNING: change breaks old configs. @whyrusleeping @perfmode This commit changes the way addresses are stored in config files. It lumps Identity.Address and RPCAddress into Addresses. This commit also fixes several golint issues.
-
- 22 Sep, 2014 6 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
There are (so far) two sorts of addresses that peers care about: - peer network addresses, local to listen, saved to bootstrap. `config.Identity.Address` - peer RPC network address, local RPC tcp endpoint `config.RPCAddress` @whyrusleeping @perfmode
-
Juan Batiz-Benet authored
In the future, let's have a (signed) list of bootstrap nodes. Ideally just a list of ipfs multiaddrs (with node.ID)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
- 17 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 12 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
also replace *Datastore with Datastore
-
- 11 Sep, 2014 2 commits
-
-
Matt Bell authored
-
Siraj Ravel authored
-
- 10 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
dependencies are vendored into Godeps/_workspace and commit versions are recorded in Godeps.json update datastore to e89f0511 update go.crypto
-
- 03 Sep, 2014 1 commit
-
-
Jeromy authored
-
- 02 Sep, 2014 1 commit
-
-
Jeromy authored
-