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
4b1ae41ebf
go-ipfs-config: Merge pull request #126 from ipfs/feat/custom-resolver
...
add custom DNS Resolver configuration
2021-04-15 12:16:56 +03: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
ba6b029b96
go-ipfs-config: Merge pull request #113 from ipfs/petar/remotepin
...
add remote pinning services config
2020-12-08 14:40:48 -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
Adin Schmahmann
d445c0caeb
go-ipfs-config: Merge pull request #115 from ipfs/chore/rm-badger2
...
Remove badger2 profile
2020-11-23 20:53:06 -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
9e480f6b41
go-ipfs-config: Merge pull request #102 from ipfs/feat/transports
...
feat: add a transports section for enabling/disabling transports
2020-06-16 15:13:49 -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
89e73d989c
go-ipfs-config: Merge pull request #98 from ipfs/fix/default-perms
...
fix: remove group permissions
2020-06-03 12:42:41 -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
3d90053cdd
go-ipfs-config: Merge pull request #97 from ipfs/feat/sec-transport-experiments
...
feat: add an option for security transport experiments
2020-05-25 23:12:26 -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
a346451578
go-ipfs-config: Merge pull request #96 from ipfs/feat/peering-service
...
feat: add peering service config section
2020-05-25 19:14:47 -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
435b942822
go-ipfs-config: Merge pull request #95 from ipfs/fix/key-init-message
...
fix: include key size in key init method
2020-05-22 16:39:27 -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
Steven Allen
984de7039d
go-ipfs-config: Merge pull request #94 from RubenKelevra/fix/bootstrap_peers
...
fix boostrap peers
2020-05-21 19:57:01 -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
Steven Allen
c3cd359dac
go-ipfs-config: Merge pull request #91 from RubenKelevra/feat/default_quic_listening
...
default config: add QUIC listening ports + quic to mars.i.ipfs.io
2020-05-21 15:27:39 -07: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
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