Jorropo
d0ef882d97
Merge pull request #9308 from Jorropo/docs/webtransport
...
docs: add WebTransport docs
2022-09-27 16:54:17 +02:00
Jorropo
b539cd4e47
docs: add WebTransport docs
2022-09-27 16:14:34 +02:00
galargh
d4ac65f430
chore: bump version to 0.16.0-rc1
2022-09-26 10:11:17 +02:00
Jorropo
773c246232
fix: ensure hasher is registered when using a hashing function
...
Fixes #9297
2022-09-26 10:05:26 +02:00
Jorropo
baccaef1b5
Merge pull request #9293 from Jorropo/webtransport
...
feat: add webtransport as an optin transport
2022-09-23 20:09:33 +02:00
Jorropo
8baec10146
feat: add webtransport as an optin transport
2022-09-23 19:50:55 +02:00
Justin Johnson
bcaacdd6c3
feat(gateway): _redirects file support ( #8890 )
...
https://github.com/ipfs/kubo/pull/8890
https://github.com/ipfs/specs/pull/290
2022-09-23 18:44:19 +02:00
Jorropo
2549475d84
docs: fix typo in changelog-v0.16.0.md
2022-09-23 11:45:16 +02:00
@RubenKelevra
c7ed7ba722
Readme: Rewrite introduction and featureset ( #9211 )
...
* Readme: Rewrite introduction and featureset
* Readd links
Co-authored-by: Gus Eggert <gus@gus.dev>
2022-09-22 13:28:49 -04:00
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
Winterhuman
1146f2dd81
Add <protocols> to ipfs id -h options ( #9229 )
2022-09-22 06:43:54 +00:00
Perfection Loveday
401302128d
ci: update CodeQL Actions workflow from V1 to V2 ( #9266 )
2022-09-22 08:09:58 +02:00
Jorropo
5bcbd153f7
Merge pull request #9285 from Jorropo/chore/go-libp2p-v0.23.1
...
chore: bump go-libp2p v0.23.1
2022-09-21 23:31:21 +02:00
Jorropo
fb22320c9a
fix: error message for DefaultServiceLimits change
2022-09-21 23:16:03 +02:00
Jorropo
74aaf37cec
chore: bump go-libp2p v0.23.1
...
This does not include any WebTransport config code in Kubo, this will be done later in an other PR.
2022-09-21 23:16:03 +02:00
Lucas Molas
9e5d0aaaec
feat(cmds/add): --to-files option automates files cp ( #8927 )
...
* feat(cmds/add): --to-files option as files cp
* tests(to-files): ensure error handling is covered
this adds bunch of tests that guard UX around importing multiple files
into MFS, and the logic around trailing slash to indicate if the MFS
destination if a directory.
If the destination has a trailing slash, we ensure that the directory
exists and is a dir and not a file. this allows us to support
adding multipl files into MFS dir:
ipfs add file1.txt file2.txt --to-files /some/mfs/dir/
* docs: to-files helptext
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-09-21 18:08:36 +02:00
Marcin Rataj
b6b97d90ac
fix: require IPNS V2 signatures
2022-09-21 01:09:00 +02:00
eth-limo
8e2bf82f97
docs: fix broken ENS DoH example ( #9281 )
2022-09-21 00:37:47 +02:00
Antonio Navarro Perez
32e9a6988b
Merge pull request #9258 from mrd0ll4r/bitswap-fx-configuration
2022-09-19 11:57:07 +02:00
Antonio Navarro Perez
9f155e3ab9
Merge branch 'master' into bitswap-fx-configuration
2022-09-19 11:40:58 +02:00
Antonio Navarro Perez
4f9ba1a0e0
Merge pull request #9213 from ipfs/ajnavarro-patch-1
2022-09-19 11:39:42 +02:00
Leo Balduf
826c79c95c
core/node: add configuration options for Bitswap via fx
...
Fixes #9256
2022-09-18 11:42:17 +02:00
Steve Loeppky
289b4e1d60
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Steve Loeppky
a6eb9f1238
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Steve Loeppky
5abfd14e9b
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Steve Loeppky
203c2f5e78
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Steve Loeppky
07c9b7d815
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
952a376433
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
e7d9ce2915
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
3fe18278af
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
4cb7508c3a
Update docs/RELEASE_ISSUE_TEMPLATE.md
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
917d2bbf4f
Update docs/RELEASE_ISSUE_TEMPLATE.md
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
7c0dde45e9
Add how to test IPFS companion.
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
29810705f7
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
c9fa800ac9
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
4ade119953
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
7efa911b2a
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
951cb328cd
Update docs/RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
Steve Loeppky
343e265d01
Minor list formatting update
2022-09-16 10:57:37 -07:00
Antonio Navarro Perez
3fed8b2a66
Update RELEASE_ISSUE_TEMPLATE.md
2022-09-16 10:57:37 -07:00
dbadoy4874
97550ac802
docs: small typo in Dockerfile
2022-09-15 17:14:09 +02:00
Russell Dempsey
87dc8de461
feat: ipfs-webui v2.18.1
2022-09-13 23:40:49 +02:00
Jorropo
aeaf57734a
chore: bump go-bitswap v0.10.2
2022-09-13 19:21:18 +02:00
Russell Dempsey
007295d34d
feat: ipfs-webui v2.18.0 ( #9262 )
...
https://github.com/ipfs/ipfs-webui/releases/tag/v2.18.0
2022-09-12 15:40:46 +02:00
Jorropo
b8412efb80
Merge pull request #9244 from Jorropo/update/go-libp2p
...
bump go-libp2p v0.22.0 & go1.18&go1.19
2022-09-09 17:21:08 +02:00
Jorropo
196887cbe5
chore: bump go-libp2p v0.22.0 & go1.18&go1.19
...
Fixes : #9225
2022-09-09 17:09:38 +02:00
Jorropo
82fbb84384
fmt: applies go1.19 fmt
2022-09-08 18:34:06 +02:00
Eli Bailey
aad1219529
docs: change windows choco install command to point to go-ipfs
...
Changes code example to use (what I believe is the) correct installation: https://community.chocolatey.org/packages/go-ipfs
2022-09-06 17:47:00 +02:00
Steven Allen
d2c49278f6
fix: pass the repo directory into the ignored_commit function
...
fixes #9012
2022-09-01 17:17:22 +02:00
Winterhuman
0f3a1b3820
docs(cmds): daemon: update DHTClient description
2022-09-01 15:59:10 +02:00