Steven Allen
00a7c6a24c
go-ipfs-config: Merge pull request #90 from ipfs/feat/remove-strict-signing-option
...
feat: remove strict signing pubsub option.
2020-05-19 19:29:10 -07: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
23817a39e8
go-ipfs-config: Merge pull request #80 from ipfs/fix/default-datastore
...
fix: correct the default-datastore config profile
2020-04-27 15:00:22 -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
48dc791903
go-ipfs-config: Merge pull request #77 from ipfs/feat/disable-autonatsvc-lowpower
...
feat: disable autonat service when in lowpower mode
2020-04-14 20:30:08 -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
08c4a24992
go-ipfs-config: Merge pull request #76 from ipfs/feat/duration-type
...
feat: add and use a duration helper type
2020-04-14 20:26:51 -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
3c6a974ae4
go-ipfs-config: Merge pull request #75 from ipfs/feat/autonat
...
feat: add an autonat config section
2020-04-14 19:05:50 -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
8b77ad2d5c
go-ipfs-config: Merge pull request #74 from ipfs/feat/remove-private
...
feat: remove Routing.PrivateType
2020-04-09 13:50:41 -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
c030db01a5
go-ipfs-config: Merge pull request #73 from ipfs/feat/add-private-routing
...
feat: add private routing config field
2020-04-06 17:34:00 -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
94994aaa8f
go-ipfs-config: Merge pull request #71 from ipfs/chore/remove-prefer-tls
...
feat: remove PreferTLS experiment
2020-03-29 18:54:21 -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
51770f5a59
go-ipfs-config: Merge pull request #68 from ipfs/chore/remove-dep
...
chore: remove unnecessary dependency
2020-03-17 19:12:13 -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
Steven Allen
fe9db1cf0e
go-ipfs-config: Merge pull request #67 from ipfs/feat/remove-old-bootstrap
...
feat: remove old bootstrap peers
2020-03-17 19:09:34 -07:00
Steven Allen
f455264a4b
go-ipfs-config: feat: remove old bootstrap peers
2020-03-17 19:07:14 -07:00
Steven Allen
7a22748cff
go-ipfs-config: Merge pull request #30 from ipfs/feat/gateway-subdomains
...
add config options for proxy/subdomain
2020-03-17 18:59:48 -07:00
Marcin Rataj
265f8cf95d
go-ipfs-config: add config options for proxy/subdomain
...
Co-authored-by: Steven <steven@stebalien.com>
2020-03-17 18:57:29 -07:00
Steven Allen
7dfdeeb04e
go-ipfs-config: feat: add graphsync option
...
related to https://github.com/ipfs/go-ipfs/issues/6830
2020-02-11 19:16:27 -08:00
Steven Allen
357e86de16
go-ipfs-config: Merge pull request #60 from ipfs/defaults/badger-async
...
profile: badger profile now defaults to asynchronous writes
2020-01-03 14:01:05 -08:00
Adin Schmahmann
95a14f43ac
go-ipfs-config: profile: badger profile now defaults to asynchronous writes
2019-12-16 13:28:05 -05:00
Steven Allen
ba29412434
go-ipfs-config: Merge pull request #39 from ipfs/feat/ipfs-to-p2p
...
migrate multiaddrs from /ipfs -> /p2p
2019-12-14 19:16:41 +01:00
Steven Allen
d0d55a8548
go-ipfs-config: migrate multiaddrs from /ipfs -> /p2p
...
See: https://github.com/libp2p/libp2p/issues/79
2019-12-14 18:51:30 +01:00
Steven Allen
944d62b6aa
go-ipfs-config: Merge pull request #57 from ipfs/fix/generic-key-size
...
use key size constraints defined in libp2p
2019-12-04 13:39:57 -05:00
Steven Allen
66886eb1ff
go-ipfs-config: fix(init): use key size constraints defined in libp2p
2019-12-04 13:38:00 -05:00
Steven Allen
ad3cb6cf99
go-ipfs-config: Merge pull request #46 from ipfs/fix/no-omitempty
...
plugins: don't omit empty config values
2019-08-29 13:59:34 -07:00
Steven Allen
f0b5fe9733
go-ipfs-config: plugins: don't omit empty config values
...
Turns out the go-ipfs config logic really doesn't play well with this. Let's
just keep them and avoid encoding empty values another way.
2019-08-29 13:56:13 -07:00
Steven Allen
a05268861a
go-ipfs-config: Merge pull request #45 from ipfs/fix/is-not-exist
...
make it easier to detect an uninitialized repo
2019-08-29 11:51:14 -07:00
Steven Allen
40bc2372f9
go-ipfs-config: make it easier to detect an uninitialized repo
2019-08-29 11:48:53 -07:00
Steven Allen
356880aacf
go-ipfs-config: Merge pull request #44 from ipfs/nit/omitempty-plugin
...
nit: omit empty plugin values
2019-08-29 10:30:02 -07:00
Steven Allen
25e3e1974b
go-ipfs-config: nit: omit empty plugin values
...
Let's try to slim down default configs a bit.
2019-08-29 10:25:35 -07:00
Steven Allen
1f6f939c0b
go-ipfs-config: Merge pull request #43 from ipfs/feat/plugin-config
...
add plugins config section
2019-08-29 10:24:20 -07:00
Steven Allen
a04a858922
go-ipfs-config: add plugins config section
...
* Allow users to store plugin specific config options.
* Allow users to disable specific plugins.
Eventually, we can use this to allow loading plugins from non-standard locations.
2019-08-29 10:15:31 -07:00
Steven Allen
a7ff340af6
go-ipfs-config: chore: bump minimum key size to 2048
2019-08-29 10:15:25 -07:00
Steven Allen
3692ba8f44
go-ipfs-config: Merge pull request #38 from ipfs/features/add-provider-config
...
Add very basic (possibly temporary) Provider configs
2019-07-09 15:37:06 -07:00
Michael Avila
86abf1fc57
go-ipfs-config: Fix bad go fmt
2019-06-27 12:52:23 -07:00
Michael Avila
f61d052ce1
go-ipfs-config: Add very basic (possibly temporary) Provider configs
2019-06-27 12:20:44 -07:00
Steven Allen
a7d7f22ba2
go-ipfs-config: Merge pull request #37 from ipfs/fix/formatting-bootstrappers
...
fix string formatting of bootstrap peers
2019-06-01 15:50:16 -07:00
Steven Allen
e9c30cf356
go-ipfs-config: fix string formatting of bootstrap peers
2019-06-01 09:03:11 -07:00