|
2fa43ce46c
|
ipfs name cmd improvements
- cleaned up cmd help
- ipfs name publish [<name>] <ref>
- ipfs name resolve [<name>]
- publish validates <ref>
- both validate n args
|
2014-10-09 03:39:47 -07:00 |
|
|
2944360f5c
|
New NameSystem interface
type NameSystem interface {
Resolver
Publisher
}
should say it all.
cc @whyrusleeping
|
2014-10-08 04:14:52 -07:00 |
|
|
77fccaa2f3
|
Obviated need for .ID.Pretty() all over the place.
|
2014-10-06 04:23:55 -07:00 |
|
|
1cfb0ffd05
|
command output nit
|
2014-10-01 01:28:20 -07:00 |
|
|
7cd9e4db3e
|
remove merge issue (logger)
|
2014-10-01 00:45:36 -07:00 |
|
|
f085d594aa
|
vendoring ipns things
|
2014-10-01 00:44:22 -07:00 |
|
|
6080944af9
|
writing files inside ipns works now! also implemented resolve cli command
|
2014-10-01 00:41:29 -07:00 |
|
|
e61c59758b
|
implement initial ipns filesystem interface as well as plumbing command for publishing
|
2014-10-01 00:39:57 -07:00 |
|