Commit Graph

1353 Commits

Author SHA1 Message Date
Steven Allen 76944c4fc8
Merge pull request #705 from libp2p/feat/static-relays
options to configure static relays for autorelay
2020-01-17 05:22:16 -08:00
Steven Allen c615fa0b2a
Merge pull request #771 from optman/fix-port-mapping
enable non-public address port mapping announcement
2020-01-16 02:30:59 +01:00
optman 3f43dfe646 enable non-public address port mapping announcement 2020-01-15 18:38:39 +08:00
Steven Allen 28d32bb067
Merge pull request #768 from libp2p/fix/log-spam
fix: demote stream deadline errors to debug logs
2020-01-07 07:15:11 -08:00
Steven Allen 9073eaaf8f fix: demote stream deadline errors to debug logs
Otherwise, we spam an error every time we try to negotiate a protocol on a
closed stream (e.g., when the underlying connection closes on us).
2020-01-03 09:14:43 -08:00
Steven Allen ef1fc8a0ac
Merge pull request #765 from libp2p/chore/update-ws-transport
chore(dep): update go-ws-transport
2019-12-17 13:16:53 +01:00
Steven Allen 8d90b859ff chore(dep): update go-ws-transport
* Fixes a concurrent write/panic bug.
* Adds WASM support.
2019-12-17 13:09:33 +01:00
Steven Allen 4e33d72fac
Merge pull request #763 from libp2p/dependabot/go_modules/github.com/ipfs/go-cid-0.0.4
build(deps): bump github.com/ipfs/go-cid from 0.0.3 to 0.0.4
2019-12-17 12:35:34 +01:00
Steven Allen 9c742c49dc
Merge pull request #762 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-core-0.3.0
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0
2019-12-17 12:34:13 +01:00
dependabot-preview[bot] ff532fae93
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases)
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 18:40:47 +00:00
Steven Allen 756a5984ff
Merge pull request #764 from libp2p/feat/recursive-dnsaddr
feat(host): recursively resolve addresses
2019-12-16 19:37:25 +01:00
Steven Allen e5d28696f5 feat(host): recursively resolve addresses
We currently only resolve /dnsaddr addresses once. This patch resolves up to 32
dnsaddr addresses per dial.

fixes https://github.com/libp2p/go-libp2p/issues/744
2019-12-16 15:53:51 +01:00
dependabot-preview[bot] 7d77f3ed7b
build(deps): bump github.com/ipfs/go-cid from 0.0.3 to 0.0.4
Bumps [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/ipfs/go-cid/releases)
- [Commits](https://github.com/ipfs/go-cid/compare/v0.0.3...v0.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 11:22:18 +00:00
Steven Allen 9459d6cf55
Merge pull request #760 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0
build(deps): bump github.com/multiformats/go-multiaddr from 0.1.2 to 0.2.0
2019-12-11 14:54:28 +01:00
dependabot-preview[bot] d347a08e6a
build(deps): bump github.com/multiformats/go-multiaddr
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases)
- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.2...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 11:35:57 +00:00
Steven Allen 3304e01bbb
Merge pull request #751 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-discovery-0.2.0
build(deps): bump github.com/libp2p/go-libp2p-discovery from 0.1.0 to 0.2.0
2019-12-06 21:19:17 -05:00
dependabot-preview[bot] bea3a811a5
build(deps): bump github.com/libp2p/go-libp2p-discovery
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases)
- [Commits](https://github.com/libp2p/go-libp2p-discovery/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 21:56:09 +00:00
Steven Allen 1b677020de
Merge pull request #752 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-core-0.2.5
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.4 to 0.2.5
2019-12-06 16:53:10 -05:00
Steven Allen 449f0b2157
Merge pull request #753 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.1.2
build(deps): bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.1.2
2019-12-06 16:52:57 -05:00
Steven Allen 5140535b17 Merge branch 'ci/go-1.13' 2019-12-06 16:47:22 -05:00
Steven Allen 9db625ec8d ci: bump to go 1.13 2019-12-06 16:30:25 -05:00
Steven Allen f843d347ea
Merge pull request #754 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-testing-0.1.1
build(deps): bump github.com/libp2p/go-libp2p-testing from 0.1.0 to 0.1.1
2019-12-06 15:47:52 -05:00
dependabot-preview[bot] 2262669b6b
build(deps): bump github.com/libp2p/go-libp2p-testing
Bumps [github.com/libp2p/go-libp2p-testing](https://github.com/libp2p/go-libp2p-testing) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/libp2p/go-libp2p-testing/releases)
- [Commits](https://github.com/libp2p/go-libp2p-testing/compare/v0.1.0...v0.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 17:42:51 +00:00
dependabot-preview[bot] 8e6e4dfe4a
build(deps): bump github.com/multiformats/go-multiaddr
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases)
- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.1...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 17:42:29 +00:00
dependabot-preview[bot] 3998fd0696
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.4 to 0.2.5
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases)
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.4...v0.2.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 17:42:05 +00:00
vyzo a091bcb087
Merge pull request #748 from libp2p/gomod/update
update go-libp2p-nat to v0.0.5
2019-11-21 20:46:07 +02:00
vyzo d65d0c4bf8 gomod: update go-libp2p-nat to v0.0.5 2019-11-21 20:36:57 +02:00
Steven Allen 3ac69bd8b3
Merge pull request #743 from sternhenri/patch/readme
small grammar fixes and updates to readme
2019-11-18 11:57:42 -06:00
Henri S 1b8f1b69d0 small grammar fixes and updates to readme 2019-11-18 08:35:37 -08:00
vyzo 210dcc67dc
Merge pull request #740 from libp2p/identify/configurable-threshold
Identify: Make activation threshold configurable
2019-11-05 13:35:15 +02:00
Hector Sanjuan 7e49c66219 Identify: Make activation threshold configurable
Also: fix the comments and try to explain how the activation/aliveness of
addresses happen (and write the correct defaults).
2019-11-05 12:18:55 +01:00
Steven Allen b8e13dae78
Merge pull request #733 from libp2p/chore/update-deps
chore(dep): update libp2p-core and protobuf
2019-10-28 18:25:40 -07:00
Steven Allen 94d7efc58e chore(dep): update libp2p-core and protobuf
* Enforces 2048 bit RSA keys when using OpenSSL
* Updates go-multiaddr-dns for /dns support.
* Update gogo/protobuf and regenerate all protobufs.
2019-10-28 16:41:54 -07:00
vyzo 9cd56c0bab use a global variable for default relays
and rename DefaultRelays option to DefaultStaticRelays.
2019-10-08 13:01:29 +03:00
Raúl Kripalani 5f60501a04
readme: add instructions for bypassing default gomod proxy. (#731)
We do not want to contribute to informing Google of every single user that uses go-libp2p, thanks.

Also, the default proxy (proxy.golang.org) contains old and deprecated `+incompatible` versions that the Go toolchain selects over the more recent go-modded versions.

See https://github.com/golang/go/issues/34189 and https://github.com/golang/go/issues/34217.
2019-10-06 23:02:50 +09:00
Steven Allen c1687281a5
Merge pull request #727 from libp2p/dep/update
dep: update
2019-09-25 11:40:42 -07:00
Steven Allen 1e889e1867 dep: update
final dep updates before a release
2019-09-25 11:31:45 -07:00
Steven Allen fae94ac9c9
Merge pull request #693 from libp2p/chore/add-issue-templates
chore: port issue templates from go-ipfs
2019-09-25 10:01:35 -07:00
Steven Allen 3c94365bb5
Merge pull request #724 from libp2p/dep/update-deps
dep: update go-libp2p-circuit
2019-09-19 14:11:49 -07:00
Steven Allen 1938505f5a dep: update go-multiaddr
for https://github.com/multiformats/go-multiaddr/issues/108
2019-09-18 23:02:37 -07:00
Steven Allen 2fc0af4c10 dep: update go-libp2p-circuit 2019-09-18 12:08:20 -07:00
Raúl Kripalani 02e6218268
readme: remove waffle link. (#720) 2019-09-13 11:55:33 +01:00
Alex Browne 529bf100cc Update link to go-libp2p-tls in README.md (#719) 2019-09-10 23:46:07 +01:00
Alex Browne 1b9b84b810 Add Filters option (#717)
The new `Filters` option allows users to take ownership of the `Filters` struct, and is suitable for cases where the addresses you want to accept/deny change dynamically.
2019-09-05 12:08:16 +01:00
Steven Allen 51950e41c2
Merge pull request #702 from libp2p/feat/user-agent
better user-agent handling
2019-08-28 09:02:41 -07:00
Raúl Kripalani 9cf6af474b add godocs. 2019-08-28 11:50:26 +01:00
Raúl Kripalani a3c39ad62a
dep: upgrade eventbus to v0.1.0 (#709) 2019-08-24 17:02:40 +02:00
Yusef Napora 963da41454 use new constructor for insecure transport (#706) 2019-08-24 16:42:51 +02:00
Steven Allen 556e075393
Merge pull request #708 from libp2p/dep/update-swarm
dep: update go-libp2p-swarm
2019-08-21 11:20:02 -07:00
Steven Allen 1edd9dd300 dep: update go-libp2p-swarm
Fixes a race condition when a user modifies the address list returned by InterfaceListenAddresses.
2019-08-21 11:03:23 -07:00