Alex Potsides
ff32eba6a0
feat: connection gater ( #1142 )
...
Port of https://github.com/libp2p/go-libp2p-core/blob/master/connmgr/gater.go
Adds a new configuration key `connectionGater` which allows denying the dialing of certain peers, individual multiaddrs and the creation of connections at certain points in the connection flow.
Fixes: https://github.com/libp2p/js-libp2p/issues/175
Refs: https://github.com/libp2p/js-libp2p/issues/744
Refs: https://github.com/libp2p/js-libp2p/issues/769
Co-authored-by: mzdws <8580712+mzdws@user.noreply.gitee.com>
2022-01-25 16:27:01 +00:00
Spencer T Brody
d8ceb0bc66
feat: add fetch protocol ( #1036 )
...
Adds three methods to implement the `/libp2p/fetch/0.0.1` protocol:
* `libp2p.fetch(peerId, key) => Promise<Uint8Array>`
* `libp2p.fetchService.registerLookupFunction(prefix, lookupFunction)`
* `libp2p.fetchService.unRegisterLookupFunction(prefix, [lookupFunction])`
Co-authored-by: achingbrain <alex@achingbrain.net>
2022-01-24 17:07:11 +00:00
Alex Potsides
b7e87066a6
fix: make tests more reliable ( #1139 )
...
Try to use only public functions and properties to verify test behaviour
2022-01-21 12:58:31 +00:00
dadepo
96d3461393
docs: Include loadkeychain in the index ( #1087 )
2022-01-10 11:56:08 +01:00
dadepo
5e5d11ec19
docs: fix import of datastore-level ( #1086 )
2022-01-08 17:57:37 +01:00
Vít Habada
c4a442788b
docs: update example config ipfs links ( #1077 )
2021-12-22 17:03:03 +01:00
Vít Habada
70a4bb9451
docs: peerstore configuration datastore fixed
2021-12-22 14:15:18 +01:00
Marston Connell
1f1bbc0ee6
docs: naming error in the documentation ( #1056 )
...
Changed LevelStore to LevelDatastore
2021-12-07 21:05:33 +00:00
Alex Potsides
2f598eba09
feat: update dht ( #1009 )
...
Changes dht creation to use factory function and updates docs
BREAKING CHANGE: libp2p-kad-dht has a new event-based API which is exposed as `_dht`
2021-11-25 16:32:19 +00:00
patrickwoodhead
bb0ca28195
docs: update connection link in API docs ( #1024 )
...
Fixes #1018
The issue was caused when the repo [js-libp2p-interfaces](https://github.com/libp2p/js-libp2p-interfaces ) was renamed and refactored in this [commit](946348f7f8
)
2021-11-16 15:55:00 +00:00
Robert Kiel
a335fda852
docs: fix datastore link ( #999 )
2021-09-27 12:42:53 +02:00
Vasco Santos
43e3af0c12
chore: add migration guide to 0.33 ( #997 )
2021-09-24 11:33:59 +02:00
Leask Wong
97107c4ef7
chore: update datastore usage in CONFIGURATION.md ( #982 )
...
Co-authored-by: Vasco Santos <vasco.santos@ua.pt>
2021-08-31 11:51:51 +02:00
greenSnot
ef24fabf02
feat: custom protocol name ( #962 )
...
Co-authored-by: mzdws <8580712+mzdws@user.noreply.gitee.com>
2021-08-13 16:21:50 +02:00
Vasco Santos
67b97e32da
chore: add migration guide to 0.32 ( #957 )
2021-07-15 12:34:15 +02:00
Vasco Santos
af723b355e
fix: do not allow dial to large number of multiaddrs ( #954 )
2021-07-09 08:46:24 +02:00
Alex Potsides
2a6a635f13
chore: remove ipfs-utils dep ( #953 )
...
* chore: remove ipfs-utils dep
We only use it for the env detection, so use [wherearewe](https://www.npmjs.com/package/wherearewe )
instead which is that, but pulled out into a tiny module.
The `TextDecoder` class is global everywhere we support so we don't
need to pull it in from `ipfs-utils` and it's been removed from v8
anyway.
* chore: update ipfs-http-client
2021-06-11 10:01:40 +02:00
mcclure
2959794796
chore: add more details on DHT configuration in CONFIGURATION.md ( #951 )
2021-06-10 09:06:26 +02:00
Ryan Bell
2068c845cb
chore: configuration format fix
2021-06-07 11:50:21 +02:00
zeim839
890dd05941
replaced libp2p with node ( #942 )
...
Co-authored-by: zeim839 <kassissahil@gmail.com>
2021-05-12 16:47:29 +02:00
Vasco Santos
f860ffb3e7
chore: add migration guide to 0.31 ( #912 )
2021-04-30 09:30:41 +02:00
Vasco Santos
8506414ea1
chore: config types and dependencies update ( #904 )
...
BREAKING CHANGES:
top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
2021-04-15 09:40:02 +02:00
Vasco Santos
c3e147df6b
chore: delegates config md properties for client ( #903 )
2021-03-24 09:35:17 +01:00
Vasco Santos
9941414a91
chore: update delegates config docs to use http client ( #853 )
2021-02-11 11:42:10 +01:00
Alex Potsides
0a6bc0d101
feat: add UPnP NAT manager ( #810 )
...
* feat: add uPnP nat manager
Adds a really basic nat manager that attempts to use UPnP to punch
a hole through your router for any IPV4 tcp addresses you have
configured.
Adds any configured addresses to the node's observed addresses list
and adds observed addresses to `libp2p.multiaddrs` so we exchange
them with peers when performing `identify` and people can dial you.
Adds configuration options under `config.nat`
Hole punching is async to not affect start up time.
Co-authored-by: Vasco Santos <vasco.santos@moxy.studio>
2021-01-27 14:55:26 +01:00
acolytec3
d60922b799
docs: Add bootstrap to custom peer discovery ( #859 )
2021-01-15 10:27:23 +01:00
Vasco Santos
bc05083207
docs: production guide base setup ( #804 )
2020-12-16 13:56:41 +01:00
Vasco Santos
7809e6444e
chore: auto relay configuration example with noise ( #828 )
2020-12-16 13:56:41 +01:00
Vasco Santos
7d76ba1367
docs: migration 0.29 to 0.30 ( #808 )
2020-12-16 13:56:41 +01:00
Vasco Santos
baedf3fe5a
feat: discover and connect to closest peers ( #798 )
2020-12-16 13:56:41 +01:00
Vasco Santos
585ad52b4c
feat: custom dialer addr sorter ( #792 )
...
* feat: custom dialer addr sorter
* chore: use libp2p utils sorter via addressBook getMultiaddrsForPeer
* chore: use new libp2p utils
* chore: apply suggestions from code review
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-12-16 13:56:41 +01:00
Vasco Santos
e50c6abcf2
chore: update pubsub ( #801 )
...
BREAKING CHANGE: pubsub signing policy properties were changed according to libp2p-interfaces changes to a single property. The emitSelf option default value was also modified to match the routers value
2020-12-16 13:56:41 +01:00
Vasco Santos
5758db8ea9
chore: remove noAnnounce from address manager
2020-12-16 13:56:41 +01:00
Vasco Santos
ef9d3ca2c6
feat: custom announce filter
2020-12-16 13:56:41 +01:00
Vasco Santos
97e3633f47
chore: store self protocols in protobook ( #760 )
2020-12-16 13:56:41 +01:00
Vasco Santos
ee23fb9508
chore: apply suggestions from code review
...
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-12-16 13:56:41 +01:00
Vasco Santos
11a46ea71e
chore: add configuration docs for auto relay and hop service
2020-12-16 13:56:41 +01:00
Vasco Santos
43eda43f06
chore: create signed peer record on new listen addresses in transport manager
2020-12-16 13:56:41 +01:00
Vasco Santos
7b93ece7f2
chore: use listening events to create self peer record on updates
2020-12-16 13:56:41 +01:00
Smite Chow
8691465a52
feat: support custom listener options ( #822 )
...
* support custom listener options
* fix get listener options
* add doc to explain custom listener options
* add ut
* fix code style
* Apply suggestions from code review
Co-authored-by: Vasco Santos <vasco.santos@ua.pt>
* add missing comma
Co-authored-by: Vasco Santos <vasco.santos@ua.pt>
2020-12-09 16:31:17 +01:00
a1300
73204958ee
docs: use Libp2p.create() in examples ( #811 ) ( #814 )
2020-11-30 11:15:09 +01:00
Vasco Santos
d0a9fada32
feat: custom and store self agent version + store self protocol version ( #800 )
...
* feat: custom and store self protocol and agent version
* fix: do not enable custom protocolVersion
2020-11-20 15:14:01 +01:00
Samlior
824a444f56
docs(fix): fix contentRouting.getMany ( #803 )
2020-11-18 10:28:43 +01:00
Vasco Santos
093c0ea13f
feat: resolve multiaddrs before dial ( #782 )
2020-11-04 13:54:50 +01:00
acolytec3
4c7a89b710
doc(pubsub): add topicValidators links in API.md table of contents
2020-10-12 12:57:33 +02:00
Vasco Santos
2fd3b0a0e5
chore: examples not using secio ( #747 )
...
* chore: examples not using secio
* chore(docs): remove unused dep
* chore(docs): remove reference of secio in setup
* chore(docs): replace circuit secio reference with noise
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-10-07 16:16:36 +02:00
Vasco Santos
bb59b518f1
chore: complement 0.29 migration for pubsub subscribe ( #755 )
...
* chore: complement 0.29 migration for pubsub subscribe
* chore: update doc/migrations/v0.28-v0.29.md
Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-09-16 15:46:05 +02:00
Vasco Santos
0087218194
chore: update getting started connect event ( #752 )
2020-09-14 13:23:28 +02:00
Vasco Santos
63ba2f8fa3
chore: update docs after secio deprecation announcement ( #745 )
2020-09-08 14:07:06 +02:00
Vasco Santos
cfbd52d7f7
chore: migration to 0.29 should use webrtc-star0.20
2020-08-27 15:38:01 +02:00