Commit Graph

254 Commits

Author SHA1 Message Date
gammazero
dbb5fa78a5 go-ipfs-config: Fix comment 2021-04-20 00:29:38 -07:00
gammazero
ec1659d79a go-ipfs-config: Init migration config with empty values 2021-04-19 23:41:54 -07:00
gammazero
5e6df6f54a go-ipfs-config: unit test for migration config 2021-04-17 18:19:05 -07:00
gammazero
67456e2e64 go-ipfs-config: Add config for downloading repo migrations 2021-04-16 17:35:34 -07:00
vyzo
c932e6b700 go-ipfs-config: add default empty config for DNS, rename struct from DNSConfig to DNS 2021-04-14 18:46:35 +03:00
vyzo
f264de4139 go-ipfs-config: update comments
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2021-04-13 17:53:47 +03:00
vyzo
28553d793a go-ipfs-config: simplify DNS config 2021-04-13 17:32:15 +03:00
vyzo
8a8b161da4 go-ipfs-config: add custom DNS Resolver configuration 2021-04-12 13:53:19 +03:00
Adin Schmahmann
2690c10bca go-ipfs-config: add support for pinning mfs (#116)
* add support for pinning mfs
* add pin conceal selector
* add RemoteServicesPath

Co-authored-by: Petar Maymounkov <petarm@gmail.com>
2021-01-28 18:05:47 -05:00
Adin Schmahmann
d643a2bce4 go-ipfs-config: go fmt 2020-12-05 17:21:55 -05:00
Adin Schmahmann
06fe967955 go-ipfs-config: add remote pinning services config 2020-12-05 17:21:55 -05:00
gammazero
74dcf427fc go-ipfs-config: Remove badger2 profile
This is needed for the upcoming release since there is not yet an official badger2 release with the items needed for use by IPFS.
2020-11-23 17:09:21 -08:00
gammazero
1ec9262cda go-ipfs-config: Add badger2 profile and config spec 2020-10-09 16:11:07 -07:00
Petar Maymounkov
da979299da go-ipfs-config: error if bit size specified with ed25519 keys (#105) 2020-07-14 09:50:10 -07:00
Steven Allen
44e005e577 go-ipfs-config: fix: panic on invalid priority/flag values 2020-06-16 10:24:24 -07:00
Steven Allen
38ad98d84d go-ipfs-config: fix: remove undefined support from unmarshal
It's not a part of the JSON spec.
2020-06-16 00:45:58 -07:00
Steven Allen
5c1b4cd0e6 go-ipfs-config: doc: document Flag.WithDefault 2020-06-15 20:01:33 -07:00
Steven Allen
e26444e4c7 go-ipfs-config: fix typo
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2020-06-15 20:00:51 -07:00
Steven Allen
f55b515255 go-ipfs-config: doc(swarm): extend autorelay docs 2020-06-15 19:57:41 -07:00
Steven Allen
f74d15eacf go-ipfs-config: fix: fix type name typo 2020-06-15 19:56:38 -07:00
Steven Allen
0f17ef601f go-ipfs-config: doc(swarm): fix autorelay description
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2020-06-15 19:55:50 -07:00
Steven Allen
7ce67b8954 go-ipfs-config: feat: add WithDefault for flag/priority
This makes it easier to resolve these fields.
2020-06-15 19:19:01 -07:00
Steven Allen
57089fd66b go-ipfs-config: feat: remove OverrideSecurityTransports
This was never included in a release, and has been replaced by a flexible
transport prioritization system.
2020-06-15 15:24:41 -07:00
Steven Allen
4f3aeb7428 go-ipfs-config: feat: add a transports section for enabling/disabling/prioritizing transports 2020-06-15 15:24:03 -07:00
Steven Allen
dfe53cd5b6 go-ipfs-config: feat: add flag and priority types
These let us zero-encode "default" to "null" (and omit it with "omitempty") so
we don't have to hard code the default in the config.
2020-06-15 15:24:00 -07:00
Steven Allen
9ebfb49530 go-ipfs-config: fix: remove group permissions
There's no reason to give the group access to these files by default.
2020-06-03 09:03:56 -07:00
Steven Allen
e69fcd9d01 go-ipfs-config: feat: add an option for security transport experiments
We should have a more permanent way to configure security transports, but
experimental flags are a quick and unstable way to do this without making any
promises.
2020-05-25 23:11:18 -07:00
Steven Allen
75bde89788 go-ipfs-config: doc: improve wording for peering config
Co-authored-by: Will <will.scott@protocol.ai>
2020-05-25 19:14:40 -07:00
Steven Allen
13bcc4da44 go-ipfs-config: feat: add peering service config section 2020-05-25 14:05:24 -07:00
Steven Allen
ba2e10aecc go-ipfs-config: fix: include key size in key init method 2020-05-22 16:37:25 -07:00
Steven Allen
45f2784d82 go-ipfs-config: Merge pull request #93 from RubenKelevra/feat/quic_remove_config_option
QUIC: remove experimental config option
2020-05-21 19:57:19 -07:00
@RubenKelevra
5f248ac78c go-ipfs-config: fix boostrap peers 2020-05-22 04:28:17 +02:00
@RubenKelevra
7f51e84a55 go-ipfs-config: QUIC: remove experimental config option 2020-05-22 03:13:16 +02:00
@RubenKelevra
ca7098926f go-ipfs-config: default config: add QUIC listening ports + quic to mars.i.ipfs.io
fixes 1) of https://github.com/ipfs/go-ipfs/issues/7343
2020-05-21 23:45:44 +02:00
Steven Allen
ed0f306c2c go-ipfs-config: feat: remove strict signing pubsub option.
It's still possible to disable signing. However, it's no longer possible to
enable signing _and_ disable strict signature verification.
2020-05-19 19:05:59 -07:00
Will
eaf1cc8d18 go-ipfs-config: Merge pull request #78 from ipfs/feat/ed25519init
Add Init Alternative allowing specification of ED25519 key
2020-04-28 10:33:50 -07:00
Will Scott
a70d82e4ba go-ipfs-config: add test validating that createIdentity follows algorithm preference 2020-04-28 09:50:01 -07:00
Steven Allen
515d6905e3 go-ipfs-config: fix: correct the default-datastore config profile
And use an actual profile instead of just aliasing.
2020-04-27 14:39:17 -07:00
Will Scott
c6336c3303 go-ipfs-config: interface 2020-04-21 08:08:21 -07:00
Will Scott
d02cdb3963 go-ipfs-config: Add Init Alternative allowing specification of ED25519 key 2020-04-20 17:37:46 -07:00
Steven Allen
cf3fa1bdb6 go-ipfs-config: feat: disable autonat service when in lowpower mode 2020-04-14 20:29:05 -07:00
Steven Allen
25a96cfb1b go-ipfs-config: feat: add and use a duration helper type 2020-04-14 20:04:40 -07:00
Steven Allen
4554fc9246 go-ipfs-config: feat: add an autonat config section
And remove the current EnableAutoNATService option from the swarm config. While
a breaking change, this shouldn't cause _too_ much trouble given that we're
going to enable AutoNAT everywhere by default anyways.
2020-04-14 19:05:01 -07:00
Steven Allen
ab3a78d78e go-ipfs-config: feat: remove Routing.PrivateType
This can't be set independently at this point. We can add something back when we
know the form this option should take.
2020-04-09 13:24:03 -07:00
Steven Allen
7b9225113f go-ipfs-config: doc: add a bit of documentation. 2020-04-06 17:32:07 -07:00
Steven Allen
043f20c1f8 go-ipfs-config: feat: add private routing config field
That way, users can enable/disable/configure routing on their local network.
2020-04-06 15:42:36 -07:00
Steven Allen
0f2ebaa9e5 go-ipfs-config: Merge pull request #70 from ipfs/feat/badger-stable
feat: mark badger as stable
2020-04-01 09:11:25 -07:00
Steven Allen
542ca9296b go-ipfs-config: feat: remove PreferTLS experiment
This will now be enabled by default.
2020-03-29 18:50:34 -07:00
Steven Allen
cc723f94b8 go-ipfs-config: feat: mark badger as stable
We're still not ready to enable it by default but at least mark it as stable.
2020-03-27 18:40:26 -07:00
Steven Allen
f83f2b1487 go-ipfs-config: chore: remove unnecessary dependency
We _used_ to need this dependency to parse the dns addresses. However, dnsaddr
protocols are now all defined directly in go-multiaddr.
2020-03-17 19:09:54 -07:00