Jorropo
a6008f0e36
go-ipfs-config: feat: add Addresses.AppendAnnounce ( #135 )
2021-11-23 19:09:58 +01:00
Steven Allen
c692e73f3f
go-ipfs-config: fix: remove deprecated calls
...
And rename imports.
2021-07-22 15:54:33 -07:00
web3-bot
8f09fa547f
go-ipfs-config: run gofmt -s
2021-05-17 17:00:43 +00:00
gammazero
ec1659d79a
go-ipfs-config: Init migration config with empty values
2021-04-19 23:41:54 -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
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
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
ba2e10aecc
go-ipfs-config: fix: include key size in key init method
2020-05-22 16:37:25 -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
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
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
66886eb1ff
go-ipfs-config: fix(init): use key size constraints defined in libp2p
2019-12-04 13:38:00 -05:00
Steven Allen
a7ff340af6
go-ipfs-config: chore: bump minimum key size to 2048
2019-08-29 10:15:25 -07:00
Steven Allen
e76a8cf714
go-ipfs-config: migrate to the consolidated libp2p
...
BREAKING: this also removes the dependency on go-ipfs-addr so we can deprecate
that package. This only appears to affect go-ipfs itself.
2019-05-31 12:54:12 -07:00
Łukasz Magiera
bc31fd957c
go-ipfs-config: Add Gateway.NoFetch
2019-01-03 23:09:15 +01:00
Ivan
1ca5f8e640
go-ipfs-config: Allow the use of the User-Agent header
...
License: MIT
Signed-off-by: Ivan <ivan386@users.noreply.github.com>
2018-10-14 21:32:55 +02:00
Steven Allen
5d245d879f
go-ipfs-config: Merge pull request #11 from ipfs/feat/multi-addr
...
allow multiple API/Gateway addresses
2018-10-02 11:56:32 -07:00
Lars Gierth
d7c1f55724
go-ipfs-config: Add Gateway.APICommands for /api allowlists
2018-09-24 16:44:56 +02:00
Steven Allen
6a618df199
go-ipfs-config: allow multiple API/Gateway addresses
...
Alternative to #6 that doesn't require a migration.
2018-09-21 09:39:47 -07:00
Łukasz Magiera
512b4d3b15
go-ipfs-config: remove version.go
2018-07-23 19:04:48 +02:00
Łukasz Magiera
757f25d4b1
go-ipfs-config: gx-go uw
2018-07-23 16:13:00 +02:00
Steven Allen
7fded300ef
go-ipfs-config: gx update
...
Updates:
* go-kad-dht: Query performance improvements, DHT client fixes, validates
records on *local* put.
* go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
* go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
* go-log: fixes possible panic when enabling/disabling events.
* go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
adds support for consuming /p2p/ multiaddrs.
fixes #5113
unblocks #4895
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-06-26 17:11:33 -07:00
Steven Allen
4a56636348
go-ipfs-config: gx update go-log, sys, go-crypto
...
* go-log
* sys
* go-crypto
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-06-08 22:36:24 -07:00
Steven Allen
c78cad7700
go-ipfs-config: update deps
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-05-31 17:59:17 -07:00
Łukasz Magiera
af1fc17657
go-ipfs-config: fix error style
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-30 09:43:27 +02:00
Łukasz Magiera
88d7dfec2f
go-ipfs-config: config: apply review to lowpower profile
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-24 16:11:42 +01:00
Łukasz Magiera
efb99b5e59
go-ipfs-config: daemon: config option for routing
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-24 16:11:42 +01:00
Steven Allen
ca129b458a
go-ipfs-config: gx: update go-log
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-01-31 21:54:22 -08:00
Steven Allen
f1e0a382ca
go-ipfs-config: gx: mass update
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-01-24 15:58:44 -08:00
keks
60e814bc83
go-ipfs-config: cmds: use Executors
...
- some fixes for cmds1.0
- reinsert plugin loading code, pretty print wrapper
TODO:
if plugin loading fails it only calls log.Warning.
returning an error would be better but that would have
to happen after PreRun, which is not possible atm.
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2018-01-21 11:11:47 -08:00
Łukasz Magiera
3de82a7c54
go-ipfs-config: config: revert profile subcommand
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
Steven Allen
85b87f7a04
go-ipfs-config: gx: update go-multihash
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-12-14 13:09:51 -08:00
Jeromy
330b646a34
go-ipfs-config: default settings for the connection manager
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-23 10:48:19 -07:00
Kevin Atkinson
2aa8f0221b
go-ipfs-config: Address p.r. feedback
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:53 -07:00
Kevin Atkinson
4eb6ac6054
go-ipfs-config: address p.r. comments
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
f142bea007
go-ipfs-config: bump repo version, remove support for old config
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
94a60d3bc7
go-ipfs-config: cleanup and bug fixes
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Jeromy
9c60623f12
go-ipfs-config: make datastore configuration nicely customizable
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
make things super customizable
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
better json format
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
Migrate to new flatfs
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-09-03 14:08:52 -07:00
Łukasz Magiera
92d7259c68
go-ipfs-config: Reprovider strategies
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-08-13 00:02:23 +02:00
Lars Gierth
c875a44a8d
go-ipfs-config: core: make announced swarm addresses configurable
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-07-31 13:03:09 +02:00
Jeromy
87d7ddbb9b
go-ipfs-config: update go-multihash and bubble up changes
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-07-11 19:27:43 -07:00
Ivan
08255bcd91
go-ipfs-config: Allow the use of the Range header in WebTorrent ( #3929 )
...
* Allow the use of the Range header in WebTorrent
License: MIT
Signed-off-by: Ivan386
* Allow the use of the Range header in WebTorrent
License: MIT
Signed-off-by: Ivan <ivan386@users.noreply.github.com>
2017-06-09 19:56:56 -07:00
Jeromy
413034b740
go-ipfs-config: bubble up updates from go-multihash changes
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-04-20 20:28:04 +02:00
Jeromy
4b5929d47f
go-ipfs-config: update go-libp2p-kad-dht with getclosestpeers fix
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-05 23:06:04 -08:00
Jeromy
90644b3130
go-ipfs-config: update go-multihash and bubble up deps
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-12 12:25:41 -08:00
Jeromy
3e6db54da2
go-ipfs-config: update to libp2p 4.0.1 and propogate other changes
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-05 22:12:43 -07:00