Commit Graph

516 Commits

Author SHA1 Message Date
Jacob Heun
5319e065ec chore: update contributors 2019-04-17 15:06:47 +02:00
Jacob Heun
f3801f0e6c fix: dht config (#359) 2019-04-17 15:04:35 +02:00
Jacob Heun
51cc993876 docs: fix incorrect references for enabling dht discovery (#358) 2019-04-16 15:04:23 +02:00
Jacob Heun
a800c1ad91 chore: release version v0.25.1 v0.25.1 2019-04-16 12:40:41 +02:00
Jacob Heun
54c474de98 chore: update contributors 2019-04-16 12:40:41 +02:00
Jacob Heun
f28dffb268 fix: bail when discovering self (#357) 2019-04-16 12:05:22 +02:00
Jacob Heun
c049074cb5 chore: update release template (#355) 2019-04-12 13:05:13 +02:00
Jacob Heun
1bde70f1b5 chore: release version v0.25.0 v0.25.0 2019-04-12 11:15:34 +02:00
Jacob Heun
cfa4df6e11 chore: update contributors 2019-04-12 11:15:33 +02:00
Jacob Heun
eb5aa03232 fix: allow switch to be configured (#354) 2019-04-12 11:10:09 +02:00
Jacob Heun
4cb541ddae docs: update examples for latest libp2p rc (#353)
* docs: update chat example readme

* docs: update discovery test for autodial

* docs: fix delegated routing example

* docs: update echo example readme

* docs: fix libp2p in the browser example

* docs: update examples for peer/content routing

* docs: update the pubsub example
2019-04-11 15:52:04 +02:00
Jacob Heun
aa1d9b273a chore: release version v0.25.0-rc.6 v0.25.0-rc.6 2019-04-11 13:54:40 +02:00
Jacob Heun
7313f781fc chore: update contributors 2019-04-11 13:54:39 +02:00
Jacob Heun
313b1eae20 fix: connection emits (#352)
* fix: add connection tracking events

* chore: update dependencies
2019-04-11 13:49:31 +02:00
Jacob Heun
01aa44724e feat: auto dial discovered peers (#349) 2019-04-11 12:44:58 +02:00
Vasco Santos
8b627797e2 chore: add discourse badge (#351) 2019-04-10 11:53:19 +02:00
Jacob Heun
e5f19e860b fix: remove unneeded peerbook puts (#348) 2019-04-05 14:27:35 +02:00
Yusef Napora
5204da73f7 chore: update readme with links to docs & discuss (#347) 2019-04-04 10:49:40 +02:00
Andrew Nesbitt
66130ccba8 docs: fix link to contributing guidelines in issue template (#343) 2019-03-26 17:41:43 +01:00
Jacob Heun
aa1bb3ab75 chore: release version v0.25.0-rc.5 v0.25.0-rc.5 2019-03-21 14:27:36 +01:00
Jacob Heun
813a59b9ce chore: update contributors 2019-03-21 14:27:35 +01:00
Jacob Heun
eee60ed37d feat: update to the latest switch (#336) 2019-03-21 14:23:00 +01:00
Jacob Heun
e52ce66ab7 fix: disable dht by default #338 (#339)
fix: correct transport config check
2019-03-20 09:12:02 +01:00
Andrew Nesbitt
da52af704e docs: update package table in readme (#337) 2019-03-15 16:18:27 +01:00
Hugo Dias
282ce62703 chore: remove npmignore because we have files prop in package.json (#335) 2019-03-12 18:17:13 +01:00
Aditya Bose
ef3238bdee docs: update README.md (#334)
Fixed a typo in the Tutorials and Examples section.
2019-03-12 08:55:24 +01:00
Jacob Heun
4c06c54fc5 chore: release version v0.25.0-rc.4 v0.25.0-rc.4 2019-03-06 11:28:20 +01:00
Jacob Heun
bb0c45d704 chore: update contributors 2019-03-06 11:28:19 +01:00
Vasco Santos
eb10b5c6d2 chore: disable dht discovery (#333) 2019-03-06 11:21:43 +01:00
Jacob Heun
a282fbe139 chore: release version v0.25.0-rc.3 v0.25.0-rc.3 2019-02-26 15:24:55 +01:00
Jacob Heun
6cfb0b2692 chore: update contributors 2019-02-26 15:24:55 +01:00
Vasco Santos
de84ee473c chore: add error codes to dht and pubsub errors (#328)
* chore: add error codes to dht and pubsub errors

* fix: code review
2019-02-26 15:15:30 +01:00
Jacob Heun
f28ecb2483 chore: release version v0.25.0-rc.2 v0.25.0-rc.2 2019-02-26 15:10:31 +01:00
Jacob Heun
bba6f7eff8 chore: update contributors 2019-02-26 15:10:30 +01:00
Jacob Heun
9f5f07269e test: add circuit browser test (#326) 2019-02-25 13:44:56 +01:00
Jacob Heun
5f92acd5bb fix: make the config less restrictive (#329) 2019-02-25 12:19:37 +01:00
Jacob Heun
dfe8f632f7 chore: release version v0.25.0-rc.1 v0.25.0-rc.1 2019-02-21 17:46:11 +01:00
Jacob Heun
9f47100713 chore: update contributors 2019-02-21 17:46:09 +01:00
Hugo Dias
d497961938 fix: bundle-size (#298)
* fix: bundle-size

* fix: feedback

* fix: lint

* chore: update deps

* fix: add bundle size check and update deps

* fix: fix badges

* fix: add once to package.json

* fix: fix config validation
2019-02-21 17:07:35 +01:00
isan_rivkin
6e76aade7f feat: support unsubscribe all for pubsub (#321)
* chore: unsubscribe without handler reference

* chore: added unsubscribe 1 param
2019-02-21 14:46:31 +01:00
Jacob Heun
ec7d0761de test: add pull-mplex to test suite 2019-02-18 15:45:33 +01:00
Hugo Dias
59fe9732d7 chore: move to travis (#322)
* chore: move to travis

* chore: move to travis 2

* chore: remove unused test file

* chore: remove travis webworker

* chore: fix webworker

* chore: remove webrtcsupport module

* chore: test windows

* chore: make windows-build-tools silent

* chore: test dllss

* chore: test dllss 2

* chore: test dllss 3

* chore: remove before_install stuff

* chore: remove windows from CI
2019-02-14 18:07:13 +01:00
Thomas Eizinger
4ed5c039fc chore: change from ipfs to p2p protocol (#315)
https://github.com/multiformats/js-multiaddr/pull/76 changed the
default protocol from ipfs to p2p.

js-multiaddr is a transitive dependency of peer-info, so in order
to get this change, we had to bump the version of peer-info.

* fix: revert ipfs -> p2p change for some tests

As per PR feedback. Needed for backwards-compatibility.
2019-02-05 19:59:42 +01:00
Vasco Santos
9e7a080a5c fix: emit peer discovery for dht discovery 2019-02-05 19:54:02 +01:00
Jacob Heun
558e5987be chore: remove _isStarted as it's no longer used
_isStarted is an outdated property and shouldn't exist
in the code anymore. The state machine handles start
logic and the isStarted computed property pulls from there.
The code comments around dht and pubsub are also no
longer valid, so they were deleted.
2019-02-05 15:57:10 +01:00
Jacob Heun
dcf59a8468 chore: update the release template 2019-02-05 15:37:25 +01:00
Jacob Heun
ab028a2be3 chore: update contributors v0.25.0-rc.0 2019-02-05 13:56:50 +01:00
Thomas Eizinger
91e60d4253 feat: prepare for new randomWalk config parameters
As per: https://github.com/libp2p/js-libp2p-kad-dht/issues/76

fix: pass whole dht config into DHT constructor
2019-02-05 12:42:40 +01:00
ebinks
679d446daa fix: add callback to pubsub.unsubscribe and test (#300) 2019-02-01 19:27:47 +01:00
Jacob Heun
8047fb76fa fix: start and stop error callback (#316)
* fix: ensure start and stop callbacks are called
2019-02-01 16:32:34 +01:00