Elias Rad
91144f7bfc
Docs fix spelling issues ( #10493 )
...
* fix keystore.md
* fix config.md
* fix datastores.md
* fix libp2p-resource-management.md
2024-08-26 11:32:07 -07:00
gammazero
9cc64ef06f
Update comment
2024-08-06 20:21:43 -07: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
Henrique Dias
8022e13a6b
config: introduce Import section ( #10421 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2024-05-14 14:17:04 +00: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
413de0f831
docs(config): clarify RPC vs Gateway
2024-04-05 23:53:40 +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
Daniel Norman
21728eb000
docs: update default ipns lifetime
2024-03-19 13:58:06 +01:00
Marcin Rataj
1514785074
chore: fix link
2024-02-09 17:34:57 +01:00
Marcin Rataj
68f955664a
docs: clarify Gateway.ExposeRoutingAPI ( #10337 )
...
* docs: clarify Gateway.ExposeRoutingAPI
Closes #10195
* Apply suggestions from code review
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
---------
Co-authored-by: Henrique Dias <mail@hacdias.com>
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
2024-02-09 16:07:11 +01:00
Marcin Rataj
f4ff4f76dd
docs(config): mention routing v1 spec
2024-02-07 10:57:31 +01:00
Henrique Dias
0ea879b4a1
feat: add Ipns.MaxCacheTTL
2024-01-26 11:20:34 +01:00
Henrique Dias
e166af9756
core/corehttp: wrap gateway with headers, deprecate gateway /api/v0
2024-01-24 09:33:23 +00:00
Henrique Dias
d1db95c447
config: remove all options that are marked as REMOVED
...
Most of the removed options are many years old. In addition, they've all been removed in past iterations of Kubo. Some options were marked as removed in the config.md, but we still had a warning in the code to let users know they have been removed.
I think it's been long enough for all of this options, and enough Kubo iterations in order to alert the users. It is good to keep it in the config.md for now so that people can actually check. However, I think it's time to remove them from the code itself.
2024-01-22 15:33:27 +01:00
Marcin Rataj
9343a95f4d
docs(config): clarify ReproviderStrategy roots
2024-01-12 13:13:29 +01:00
sukun
3ae04c536e
docs: clarify WebRTCDirect cannot reuse the same port as QUIC
2023-11-22 10:29:43 +01:00
Jorropo
6a51849c29
libp2p: remove mplex
...
Fixes : #10069
2023-11-22 08:06:39 +03:00
Jorropo
a617c52f57
libp2p: default to preffering TLS
...
See https://github.com/libp2p/go-libp2p/pull/2650 .
2023-11-22 06:06:15 +01:00
Henrique Dias
01cc5eab57
feat(rpc): Opt-in HTTP RPC API Authorization ( #10218 )
...
Context: https://github.com/ipfs/kubo/issues/10187
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-11-17 01:29:29 +01:00
Marcin Rataj
7834a26d03
docs(changelog): clarify webrtc in v0.24
...
This sets the expectations (not production ready) and
gives users hint how to enable it by adding `/udp/4001/webrtc-direct`
listener.
2023-11-09 09:23:22 +01:00
Jonas Keunecke
f17a064193
docs/config: remove extra commas in PublicGateways example entries
2023-11-06 15:03:57 +01:00
Henrique Dias
884a3f36d4
docs: make it clear Web RTC Direct is experimental
2023-11-03 14:49:35 +01:00
Henrique Dias
9f3251c1b0
feat: add WebRTC Direct support
2023-11-03 14:43:42 +01:00
Alejandro Criado-Pérez
cc3c224c62
docs: fix typos
2023-09-22 11:08:26 +00:00
Marcin Rataj
5c0508b8dd
docs: s/ipfs dht/amino dht/
2023-09-22 08:23:09 +02:00
Henrique Dias
0bac56c3aa
feat: add Gateway.DisableHTMLErrors option ( #10137 )
2023-09-21 15:03:17 +00:00
Henrique Dias
4606586207
feat(gateway): expose /routing/v1 server (opt-in) ( #9877 )
2023-08-25 17:30:04 +02:00
Henrique Dias
5ea58251d5
chore: update boxo, go-libp2p, and internalize mplex ( #10095 )
2023-08-24 06:11:02 +00:00
Jorropo
f805b9fcda
feat: allow users to optin again into mplex
...
This is a partial revert of 7220409394 .
Closes #9958
2023-08-15 14:53:44 +02:00
Jorropo
7220409394
feat: remove Mplex
...
Mplex does not implement backpressure, our implementation will randomly reset streams if buffers overflow instead of risking deadlocks.
In the past we had a bug where kubo nodes would prefer mplex over yamux. Turning off mplex make our connections to thoses nodes negociate yamux.
Closes #9958
2023-08-15 11:35:45 +02:00
Marcin Rataj
da44c9f7a1
docs: Gateway.HTTPHeaders
2023-06-30 09:27:04 +02:00
Jorropo
e7294cbdff
feat: warn users who are falling behind reprovides
...
Fixes : #9704
Fixes : #9702
Fixes : #9703
Fixes : #9419
2023-06-08 10:05:30 +02:00
Marco Munizaga
8390f8596f
docs: update QUIC as the most widely used transport by Kubo nodes ( #9921 )
...
* Update QUIC as the most widely used transport by Kubo nodes
* Update docs
2023-06-08 01:04:20 +02:00
Henrique Dias
c10b804449
feat: Gateway.DeserializedResponses config flag ( #9789 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-05-30 00:59:34 +02:00
Marcin Rataj
38556b8d21
docs: Reprovider config ( #9900 )
...
This updates docs to match new values from https://github.com/ipfs/kubo/pull/9326
2023-05-29 16:17:11 +02:00
Marcin Rataj
196b5c16c0
docs(config): remove mentions of relay v1 ( #9860 )
...
Context: https://github.com/ipfs/interop/pull/592
2023-05-08 14:20:51 +02:00
Henrique Dias
88d431c812
feat: remove writable gateway ( #9743 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-03-27 15:19:55 +02:00
Jorropo
1f5763f787
chore: deprecate the pubsub api
...
Fixes #9717
2023-03-15 04:42:02 +01:00
Gus Eggert
0d94bac30c
feat: add "autoclient" routing type
...
This routing type is the same as "auto" but it creates the DHT in
"client" mode and hence does not start a DHT server.
2023-03-09 08:18:14 -05:00
omahs
698166bf2a
docs: fix typos
2023-03-06 09:42:54 -05:00
Steve Loeppky
f84ad6d627
Doc updates/additions
2023-03-03 12:39:25 +01:00
Gabe
e3b17a4fe6
docs: be clear about swarm.addrfilters ( #9661 )
2023-02-27 15:43:20 +01:00
ElPaisano
714a968faa
docs: bulk spelling edits ( #9544 )
...
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
Co-authored-by: Gus Eggert <gus@gus.dev>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-02-20 23:37:10 +01:00
Henrique Dias
14649aa8ba
refactor: new go-libipfs/gateway API, deprecate Gateway.Writable ( #9616 )
2023-02-02 02:50:46 +01:00
Antonio Navarro Perez
633c497f63
Adjust inbound connection limits depending on memory.
2023-01-30 11:01:03 +01:00
Mohsin Zaidi
9652f24f6c
feat: Pubsub.SeenMessagesStrategy ( #9543 )
...
* feat: expire messages from the cache based on last seen time
* docs: Pubsub.SeenMessagesStrategy
Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-27 00:24:35 +01:00