Steven Allen
dd7868a1a7
don't disconnect on protocol version mismatch
Sending a protocol version is nice. However, this "disconnect if our versions
are different" logic makes the version entirely useless (because we can't change
it).
Really, each indevidual protocol is versioned so let's just leave it at that. If
we make a breaking change that requires a protocol bump, we can do that and
then switch on the other side's version. However, we'll have to wait for the
entire network to upgrade for that to work.
6 years ago
vyzo
ddd5604b14
Merge pull request #458 from libp2p/feat/ping
Add ping service in basic host and libp2p constructor option (enabled by default)
6 years ago
vyzo
48e0effd6a
resolve import cycle in ping test
6 years ago
vyzo
1056fa8119
Ping constructor option, enabled by default
6 years ago
vyzo
0fa1c25479
ping service in basic host
6 years ago
vyzo
a768598c50
free standing Ping function
6 years ago
vyzo
4dc78663d6
Merge pull request #457 from libp2p/fix/pubsub-link
package-list: fix pubsub link
6 years ago
Steven Allen
9592a3eab6
package-list: fix pubsub link
(for rename)
6 years ago
Raúl Kripalani
11bd3221ba
Merge pull request #456 from libp2p/feat/update-package-list
update package list for discovery and autonat
6 years ago
vyzo
55f24aa3fc
shuffle packages to better spots
6 years ago
vyzo
9a8a3d7437
update package list for discovery and autonat
6 years ago
vyzo
2f5a29e64e
Merge pull request #449 from libp2p/fix/issue-448
fix relay-specific address dialing in routed host
6 years ago
vyzo
1536433f6b
use TempAddrTTL for relay addrs
6 years ago
Steven Allen
0126c421eb
Merge pull request #453 from libp2p/docs/gorpc-in-list
Add go-libp2p-gorpc to package list.
6 years ago
vyzo
e0e1c9f82f
Merge pull request #441 from libp2p/feat/default-relay
Enable relay by default in New
6 years ago
Steven Allen
01399d737c
Merge pull request #455 from libp2p/gx/update-circuit
gx: update go-libp2p-circuit
6 years ago
Steven Allen
9237347ad2
ci: update go
6 years ago
Steven Allen
c3acc1c21b
gx: update go-libp2p-circuit
(disables discovery by default)
6 years ago
Hector Sanjuan
80a994aeb0
Add go-libp2p-gorpc to package list.
Apparently this also includes some new Jenkins badges.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
6 years ago
Steven Allen
061038402a
gx publish 6.0.19
6 years ago
Steven Allen
9750574e2e
gx publish 6.0.18
6 years ago
vyzo
46c377ac12
Merge pull request #451 from libp2p/fix/readme
fix README info for pubsub
6 years ago
vyzo
6d641cac9f
fix README info for pubsub
6 years ago
vyzo
c52f45235d
simplify routed relay addr check
the first component must be P_P2P, or else we have a specific address to dial
6 years ago
vyzo
dd9b96f702
check for old-style relay addrs
6 years ago
Steven Allen
2fac973565
gx publish 6.0.17
6 years ago
Steven Allen
42346ec3a1
gx publish 6.0.16
6 years ago
vyzo
f3c4a0c48b
fix relay-specific address dialing in routed host
6 years ago
Steven Allen
27f502e525
Merge pull request #443 from libp2p/fix/log-spam
downgrade protocol mux failure log to debug
6 years ago
Kevin Atkinson
394c637102
gx publish 6.0.15
6 years ago
Kevin Atkinson
9c7d8298e3
gx publish 6.0.14
6 years ago
vyzo
e7fc8861f9
downgrade protocol mux failure log to debug
6 years ago
Steven Allen
57ed88e170
Merge pull request #427 from cannium/track-more-observed-address-info
Track more info for observed addresses
6 years ago
Can ZHANG
92ec4b2d18
Updates due to code review
6 years ago
vyzo
5834054ad8
fix typo
6 years ago
vyzo
0600392e23
enable relay by default in New
6 years ago
Can ZHANG
96df62bd5b
Changes on discussion
- map internal -> []{external -> { observer -> [time, direction] } }
- some cleaning
6 years ago
Can ZHANG
b4e4d496ea
Fix test
6 years ago
Can ZHANG
d859fb0dd7
Track more info for observed addresses
6 years ago
Steven Allen
2787133b04
gx publish 6.0.13
6 years ago
Steven Allen
a88ea16620
Merge pull request #430 from Ice-Storm/patch-1
Delete extra comments
6 years ago
QYuan
38abbc9128
Delete extra comments
6 years ago
Steven Allen
290499641e
Merge pull request #426 from libp2p/feat/415
gx: update go-libp2p-nat
6 years ago
Steven Allen
ad42428e6b
gx: update go-libp2p-nat
Pulls in update to fix #415 . Thanks @cannium !
6 years ago
vyzo
1959dde238
Merge pull request #423 from KerwinKoo/master
Just repair spelling mistake
6 years ago
gukq
2ea753ece0
Just repair spelling mistake
Signed-off-by: gukq <gukaiqiang@gmail.com>
6 years ago
Steven Allen
8f826ec266
Merge pull request #412 from cannium/deduplicate-addrs
Deduplicate addresses of host output
6 years ago
Can ZHANG
e6b1e07f11
Updates due to code review
6 years ago
Steven Allen
3620e52d9f
Merge pull request #422 from KerwinKoo/master
Just repair spelling mistake
6 years ago
gukq
b84518b6c9
Just repair spelling mistake
Signed-off-by: gukq <gukaiqiang@gmail.com>
6 years ago