Marcin Rataj
73c3fd3d15
refactor: move AutoTLS to top level
...
we have AutoNAT there, and this feature could be extended in the future
to cover user-provided domains and Gateway, so moving it out of Swarm
makes it more future-proof.
2024-10-29 16:23:37 +01:00
Marcin Rataj
e51d907854
fix: p2p-forge/client with newCertmagicConfig
...
this should fix race condition caused by using certmagic.Default
directly before.
2024-10-29 00:22:24 +01:00
Marcin Rataj
ed7e20171d
chore: rename logger to autotls
2024-10-28 19:30:51 +01:00
Marcin Rataj
99b7757e71
refactor: ForgeClient → AutoTLS
...
addressing UX/DX feedback from Daniel, switching to self-explanatory
configuration section
2024-10-28 19:20:57 +01:00
Marcin Rataj
21b5c8898b
Merge remote-tracking branch 'origin/master' into feat/libp2p-direct
2024-10-23 02:22:04 +02:00
Marco Munizaga
56c68a1657
refactor: update to go-libp2p v0.37.0 ( #10554 )
...
CodeQL / codeql (push) Has been cancelled
Docker Build / docker-build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-10-23 01:31:40 +02:00
Marcin Rataj
538c9bb054
fix: p2p-forge log and debugging
...
Cleanup to unify the way p2p-forge related things are logged.
Debugging can be enabled by setting environment variable
`GOLOG_LOG_LEVEL="error,p2p-forge/client=debug"`
2024-10-19 00:18:11 +02:00
Marcin Rataj
48896120d1
Merge branch 'master' into feat/libp2p-direct
2024-10-18 17:21:26 +02:00
Marcin Rataj
b336602597
feat: ipfs-webui v4.3.3 ( #10543 )
...
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.3
2024-10-16 20:51:17 +02:00
Marcin Rataj
d5994c1b26
chore: linter fix for deprecated config option
2024-10-11 20:17:12 +02:00
Marcin Rataj
946298b60f
Merge master into feat/libp2p-direct
2024-10-11 19:54:08 +02:00
Marcin Rataj
af543af159
chore: logger name
...
this matches convention from `./client/acme.go`
in p2p-forge itself
2024-10-11 18:44:02 +02:00
Marcin Rataj
52ca370759
feat(routing/http): support IPIP-484 and streaming ( #10534 )
2024-10-03 22:58:25 +00:00
Lucas Molas
22aeb13124
fix(core): look for MFS root in local repo only ( #8661 )
...
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
2024-10-03 21:38:16 +02:00
fengzie
a17830754c
Fix issue in ResourceManager and nopfsPlugin about repo path ( #10492 )
2024-09-28 20:58:24 -07:00
Andrew Gillis
9577527329
feat(bitswap): allow configuring WithWantHaveReplaceSize ( #10512 )
...
Allow configuration of the bitswap server's replace WantHave with WantBlock maximum block size using the Internal.Bitswap.WantHaveReplaceSize config item. This sets the maximum size of a block in bytes up to which we will replace a want-have with a want-block. Setting a size of 0 disables this replacement and means that block sizes are not read for WantHave requests.
See ipfs/boxo#672 for more details
Updated boxo to version with PR 672
---------
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-09-27 20:37:41 -07:00
Andrew Gillis
ca4f486781
refactor: simplify logic for MFS pinning ( #10506 )
2024-09-27 15:37:47 +02:00
Russell Dempsey
ce23fc7ccc
feat: ipfs-webui v4.3.2 ( #10523 )
...
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.1
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.2
---------
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-09-24 23:26:51 +02:00
Adin Schmahmann
06708d81fe
feat(forge): set certmagic default logger to use go-log
2024-09-20 18:23:50 -04:00
Marcin Rataj
bef0a21667
fix: p2p-forge require websocket transport
2024-09-20 22:59:26 +02:00
Marcin Rataj
7c9842e5b1
refactor(forge): WithUserAgent + WithForgeAuth
2024-09-20 20:16:26 +02:00
Marcin Rataj
bfc73d041c
fix: wire up config.ForgeClient settings
2024-09-20 03:17:51 +02:00
Marcin Rataj
fe307da094
refactor(config): Swarm.ForgeClient
2024-09-19 00:37:38 +02:00
Adin Schmahmann
ce6d09d4db
feat: add ability to automatically acquire WSS certificates using p2p-forge and libp2p.direct
2024-09-18 17:42:57 -04:00
Marcin Rataj
2260e35df2
chore: upgrade to go 1.23 ( #10486 )
...
* chore: upgrade to go 1.23
https://tip.golang.org/doc/go1.23
* refactor: golangci-lint v1.60.2
2024-08-28 18:56:45 +02:00
Andrew Gillis
263edb251e
feat: Support storing UnixFS 1.5 Mode and ModTime ( #10478 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-08-21 02:02:46 +02:00
Marcin Rataj
91ae982494
feat: webui v4.3.0 ( #10477 )
...
https://github.com/ipfs/ipfs-webui/releases/tag/v4.3.0
2024-08-12 22:36:59 +02:00
Andrew Gillis
5c91fe655c
Merge branch 'master' into tls-by-default
2024-08-06 20:16:57 -07:00
Marcin Rataj
ffab7b271a
feat: run AutoNAT V2 service in addition to V1 ( #10468 )
...
* feat: libp2p.EnableAutoNATv2
Part of https://github.com/ipfs/kubo/issues/10091
We include a flag that allows shutting down V2 in case there are issues
with it.
* docs: EnableAutoNATv2
2024-08-06 21:51:45 +02:00
Marcin Rataj
feef0851bd
feat: go-libp2p 0.36 and /webrtc-direct listener ( #10463 )
...
Co-authored-by: Marco Munizaga <git@marcopolo.io>
2024-08-06 21:25:27 +02:00
Patryk
225dbe6c03
feat: periodic version check and json config ( #10438 )
...
Co-authored-by: Lucas Molas <schomatis@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-07-24 23:42:19 +02:00
Marco Munizaga
121c6023c3
chore: go-libp2p 0.35.1 ( #10430 )
...
https://github.com/libp2p/go-libp2p/releases/tag/v0.35.1
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-06-14 21:33:00 +02:00
Marcin Rataj
a07852a3f0
fix(cli): unify --name param in ls and add ( #10439 )
...
This is a cosmetic fix for bug found during testing 0.29.0-rc2.
pin add --name had shorthand -n
pin ls --name had no shorthand, and --names had -n
This unifies -n making it a shorthand for the same parameter in both
`pin ls` and `pin add`.
2024-06-06 22:19:23 +02:00
Lukáš Lukáč
40cf630874
fix(libp2p): streams config validation in resource manager ( #10435 )
2024-06-03 21:13:30 +02:00
Henrique Dias
b79cedec73
chore: libp2p 0.34.1 ( #10429 )
2024-05-27 10:16:13 +02:00
Oleg Kovalov
75df4e8173
refactor: stop using github.com/pkg/errors ( #10431 )
2024-05-26 11:04:40 +00:00
Marcin Rataj
bde3a42940
chore: fix --help text
...
https://github.com/ipfs/kubo/pull/10412 changed to be partial match
but we forgot to update --help text
2024-05-14 16:20:00 +02:00
Henrique Dias
8022e13a6b
config: introduce Import section ( #10421 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-05-14 14:17:04 +00:00
IGP
ae05085644
feat: enables searching pins by name ( #10412 )
...
Co-authored-by: Henrique Dias <mail@hacdias.com>
2024-05-14 11:05:35 +00:00
Henrique Dias
ca1dc3a020
gofmt
2024-05-06 09:06:45 +02:00
dbeal
8ee5099002
fix divide by zero error for reprovide error
2024-04-25 20:53:51 +09:00
Henrique Dias
eb97cf9e57
chore: bump to go-ipfs-cmds @ v0.11
2024-04-17 07:47:39 +02:00
Henrique Dias
6f2a61e1df
core/node: prioritize announcing pin roots, and flat strategy ( #10376 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-04-09 06:37:23 +00:00
Marcin Rataj
513bc3c0c8
chore: webui v4.2.1 ( #10391 )
...
patch release that removes unnecessary requests to
countly.ipfs.io which is no longer online
https://github.com/ipfs/ipfs-webui/releases/tag/v4.2.1
2024-04-09 08:08:06 +02:00
Henrique Dias
11183bb2f5
chore: upgrade go-libp2p-kad-dht ( #10378 )
...
* chore: upgrade go-libp2p-kad-dht
* config: make LoopbackAddressesOnLanDHT a Flag
* config: add DefaultLoopbackAddressesOnLanDHT
* docs(config): Routing.LoopbackAddressesOnLanDHT
---------
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-04-04 12:56:19 +00:00
Henrique Dias
cd78f2eae3
chore(config): make Routing.AcceleratedDHTClient a Flag ( #10384 )
2024-04-04 13:59:31 +02:00
crazehang
efceaec7da
core: fix some typos ( #10382 )
...
Signed-off-by: crazehang <zhangrenzhong@outlook.com>
2024-04-03 13:29:32 +02:00
Henrique Dias
9047fed8d5
core/commands!: remove deprecated object APIs ( #10375 )
2024-03-22 09:32:30 +01:00
Michael Muré
a3483e352e
coreapi/unixfs: don't create an additional IpfsNode for --only-hash
2024-03-19 12:37:23 +01:00
shuangcui
0bdfe94272
docs: remove repetitive words ( #10370 )
...
Signed-off-by: shuangcui <fliter@qq.com>
2024-03-19 12:10:34 +01:00