1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

9415 Commits

Author SHA1 Message Date
90d8cff390 Merge pull request #5638 from rcarver/fix/cmds/rm-link
object patch rm-link: change arg from 'link' to 'name'
2018-10-26 11:16:39 -07:00
2235472df0 Merge pull request #5653 from ipfs/fix/gx-update-cmds
gx: update go-ipfs-cmds
2018-10-26 10:00:01 -07:00
4c970f8c71 fix legacy command tests
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 09:26:56 -07:00
37f0fd92c7 gx: update go-ipfs-cmds
(no code changes)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 09:26:53 -07:00
26013edd50 Merge pull request #5656 from ipfs/gx/update-pubsub
gx: update pubsub (again)
2018-10-26 06:14:52 -07:00
5b26444052 gx: update pubsub (again)
Small patch to mark gossipsub peers as wanted so we don't prune them.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 05:57:43 -07:00
bf1aeaceb9 Merge pull request #5647 from ipfs/feat/pubsub-signing
configurable pubsub signing
2018-10-26 04:13:31 -07:00
2b0bc7e084 configurable pubsub singing
I'd like to sneak this into the release so we can turn on strict verification
ASAP.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 04:00:44 -07:00
caf819cedc Merge pull request #5648 from overbool/fix/ipns-config-panic
fix(core): ipns config RecordLifetime panic
2018-10-25 17:34:23 -07:00
74e1aaf17c fix(core): ipns config RecordLifetime panic
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-26 07:58:46 +08:00
00a4b38f61 Merge pull request #5646 from overbool/refactor/commands/id
refactor(commands/id): use new command
2018-10-25 11:26:30 -07:00
2fe969a26a refactor(commands/id): use new command
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-26 01:11:11 +08:00
c8d2a4e51e Merge pull request #5645 from ipfs/fix/remove-p2p-circuit-swarm-hack
remove p2p-circuit addr hack in ipfs swarm peers
2018-10-25 09:35:13 -07:00
a561eca7ec remove p2p-circuit addr hack in ipfs swarm peers
We used to have to do this as these addresses had `/ipfs/QmId` appended at
the *transport* layer. However, we were able to remove this with the transport
refactor so we can now remove this check.

fixes https://github.com/libp2p/specs/issues/72

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-25 09:15:52 -07:00
7ecd6756b4 Merge pull request #5642 from chenminjian/refact/command/root
refact(command): replace option name with const string
2018-10-25 03:45:02 -07:00
0bd181cddc Merge pull request #5637 from ipfs/feat/pubsub-rename
mass gx update
2018-10-25 03:43:58 -07:00
2f008d47cd refact(command): replace option name with const string
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-25 15:13:18 +08:00
e35d4ea58b gx: update yamux
(fixes a panic due to a race)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 15:01:31 -07:00
636bbc7e2b gx update go-libp2p
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 13:39:48 -07:00
4d956d2ba9 update for changed relay defaults
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 13:39:39 -07:00
6aa8525f6e object patch rm-link: change arg from 'link' to 'name'
This improves the semantics of rm-link to be consistent with add-link,
clarifying that you should specify the link name as the thing to remove.

License: MIT
Signed-off-by: Ryan Carver <ryan@ryancarver.com>
2018-10-24 10:09:19 -07:00
e41ac96207 switch to new raceless routing event interface
fixes #5616

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 10:00:22 -07:00
c97c3459be gx update
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 09:59:43 -07:00
efa282d46e update for pubsub rename
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 09:42:43 -07:00
d3bba25f05 Merge pull request #5455 from chenminjian/feat/flags/profile-apply
feat: add dry-run flag for config profile apply command
2018-10-24 05:56:40 -07:00
64cdabc88f feat: stop apply command exposing private key over HTTP API
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-24 05:46:00 -07:00
2e3cbe3e27 feat: add dry-run flag for config profile apply command
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-24 05:46:00 -07:00
dcecab6854 Merge pull request #5615 from funkyfuture/patch-1
Dockerfile: Specifies comments on exposed ports
2018-10-23 11:57:45 -07:00
6a0e7ce30a Merge branch 'master' into patch-1 2018-10-23 20:30:44 +02:00
0b29355220 Dockerfile: Specifies comments on exposed ports
Closes #5610

License: MIT
Signed-off-by: Frank Sachsenheim <funkyfuture@noreply.github.com>
2018-10-23 20:28:32 +02:00
e92ace1270 Merge pull request #5629 from overbool/docs/dns-note
docs: add a note for dns command
2018-10-23 14:26:11 +01:00
2622b0f30f Merge pull request #5632 from AliMirlou/patch-1
Fix link in readme
2018-10-23 14:24:53 +01:00
17d6b328c9 Fix link in readme
License: MIT
Signed-off-by: Ali Mirlou <alimirlou@gmail.com>
2018-10-23 09:56:33 +03:30
4e260775b2 docs: add a note for dns command
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-23 13:09:28 +08:00
fa74e7492e Merge pull request #5617 from ipfs/go-contributing-docs
docs: Update link format
2018-10-23 02:50:14 +01:00
caffa59183 Merge pull request #5627 from ipfs/feat/update-webui-2.1.0
update webui to 2.1.0
2018-10-23 00:57:09 +01:00
c4974d2a79 Merge pull request #5574 from ipfs/feat/coreapi/remove-cat
coreapi unixfs: remove Cat, use sessions
2018-10-23 00:56:39 +01:00
519c67a00c coreapi unixfs: gw handler cleanup
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-23 01:14:51 +02:00
838aeb9b89 coreapi unixfs: docs for getSession, use api.dag
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-23 01:13:35 +02:00
a4cb06027a coreapi unixfs: use session for resolving too
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:39:26 +02:00
faf5230e69 coreapi unixfs: Return seeker from get
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:38:47 +02:00
7915d26090 coreapi unixfs: fix Get seeking in gateway
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:37:45 +02:00
34b1313d82 coreapi unixfs: remove Cat, use sessions
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:37:45 +02:00
c430e53a17 update webui to 2.1.0
This brings us on-par with js-ipfs.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-22 09:22:21 -07:00
6694631e3d docs: Update link format
License: MIT
Signed-off-by: Molly Mackinlay <molly@protocol.ai>
2018-10-19 17:22:21 +01:00
dd4d8bb25e Merge pull request #5529 from overbool/fix/issue-#5523
fix(p2p): issue #5523
2018-10-18 19:33:44 +01:00
f6c6327c63 Merge pull request #5612 from overbool/refactor/use-int64
refactor(command): modify int to int64
2018-10-18 19:26:38 +01:00
cffcc8ea70 Merge pull request #5614 from ipfs/feat/update-webui
update the webui
2018-10-18 19:25:09 +01:00
def2147c48 update the webui
Because the current one is *so* broken it's not worth waiting for an actual
release.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-18 19:05:11 +01:00
ff6f16c939 refactor(command): modify int to int64
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-18 23:44:14 +08:00