kubo/cmd/ipfs
Antonio Navarro Perez d1b9e41fc2
feat: Delegated routing with custom configuration. (#9274)
New multi-router configuration system based on https://hackmd.io/G1KRDEX5T3qyfoBMkIrBew#Methods

- Added a new routing type: "custom"
- Added specific struct types for different Routers (instead of map[string]interface{})
- Added `Duration` config type, to make easier time string parsing
- Added config documentation.
- Use the latest go-delegated-routing library version with GET support.
- Added changelog notes for this feature.

It:
- closes #9157
- closes #9079
- closes #9186
2022-09-22 15:47:45 +02:00
..
dist Ensure that folder exists before moving ipfs binary. 2022-05-06 15:29:05 +02:00
util go fmt 2022-05-03 14:09:38 -04:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
add_migrations.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
daemon_linux.go go fmt 2022-05-03 14:09:38 -04:00
daemon_other.go go fmt 2022-05-03 14:09:38 -04:00
daemon.go feat: Delegated routing with custom configuration. (#9274) 2022-09-22 15:47:45 +02:00
debug.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
dnsresolve_test.go fix dns test 2021-05-10 21:04:55 -07:00
init.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
ipfs.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
main.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
pinmfs_test.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
pinmfs.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
Rules.mk refactor: rename to kubo 2022-07-06 18:40:37 +02:00
runmain_test.go chore: replace ioutil with io and os (#8969) 2022-06-14 12:37:02 -04:00