jbenet changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/ipfs/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://github.com/ipfs/community/blob/master/code-of-conduct.md -- Sprints: https://github.com/ipfs/pm/ -- Community Info: https://github.com/ipfs/community/ -- FAQ: https://github.com/ipfs/faq -- Support: https://github.com/ipfs/support
<voxelot> Qwertie: $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"http://example.com\"]"
<multivac> ValueError: Invalid IPv6 URL (file "/usr/lib/python2.7/urlparse.py", line 188, in urlsplit)
<voxelot> or for a quick fix i just export $export API_ORIGIN="domain"
Guest76192 has quit [Ping timeout: 264 seconds]
r04r is now known as zz_r04r
Shane has joined #ipfs
ianopolous has joined #ipfs
NightRa has quit [Quit: Connection closed for inactivity]
e-lima has quit [Ping timeout: 240 seconds]
screensaver has quit [Ping timeout: 255 seconds]
rendar has quit [Quit: Leaving]
<Qwertie> voxelot, Im trying to get this to work https://www.reddit.com/r/ipfs/comments/3wzxut/i_made_a_chat_using_ipns/ what would I put for the domain?
<multivac> [REDDIT] I made a chat using ipns (self.ipfs) | 6 points (100.0%) | 2 comments | Posted by Faleidel | Created at 2015-12-15 - 22:10:50
domanic has joined #ipfs
groxx has joined #ipfs
wiedi has joined #ipfs
Shane has quit [Ping timeout: 240 seconds]
domanic has quit [Ping timeout: 265 seconds]
reit has joined #ipfs
pfraze has quit [Read error: Connection reset by peer]
pfraze has joined #ipfs
sethpadroe has joined #ipfs
ianopolous has quit [Ping timeout: 250 seconds]
devbug has quit [Ping timeout: 260 seconds]
groxx has quit []
Tera2342 has quit [Read error: Connection reset by peer]
voxelot has quit [Ping timeout: 256 seconds]
sethpadroe has quit [Ping timeout: 276 seconds]
bellwort has joined #ipfs
Tera2342 has joined #ipfs
Tera2342 has quit [Ping timeout: 240 seconds]
kanzure has joined #ipfs
kanzure has quit [Changing host]
Tera2342 has joined #ipfs
amstocker_ has joined #ipfs
amstocker has quit [Ping timeout: 256 seconds]
cemerick has joined #ipfs
anon3459 has joined #ipfs
reit has quit [Ping timeout: 250 seconds]
zugzwanged has joined #ipfs
zugz has quit [Ping timeout: 250 seconds]
gunn has joined #ipfs
SoreGums has quit [Ping timeout: 272 seconds]
SoreGums has joined #ipfs
gunn_ has joined #ipfs
gunn_ has quit [Read error: Connection reset by peer]
gunn__ has joined #ipfs
gunn has quit [Ping timeout: 260 seconds]
Oatmeal has joined #ipfs
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
hoony has joined #ipfs
Tera2342 has quit [Ping timeout: 250 seconds]
Senj has joined #ipfs
Senji has quit [Disconnected by services]
Senj is now known as Senji
pfraze has quit [Remote host closed the connection]
<ogzy> Kubuxu, what kind of setting should i enter to ipfs init for cjdns usage?
hoony has quit [Ping timeout: 276 seconds]
Pharyngeal has quit [Ping timeout: 272 seconds]
<ipfsbot> [ipfs] RichardLitt opened pull request #142: Added ` - ` between links and descriptions, final periods (master...feature/readability) http://git.io/vEWVT
Pharyngeal has joined #ipfs
voxelot has quit [Ping timeout: 250 seconds]
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
pfraze has joined #ipfs
pfraze has quit [Remote host closed the connection]
pfraze has joined #ipfs
anon3459 has quit [Quit: Leaving]
simonv3 has quit [Quit: Connection closed for inactivity]
micxjo has joined #ipfs
escondida has joined #ipfs
<escondida> Hey, folks. Trying ipfs, I ran "ipfs init", then "ipfs add a/test/file". I was able to successfully "ipfs cat" the resulting hash, but "ipfs ls <my_id>" (which I got with "ipfs id") just hangs forever. Am I misunderstanding something basic here?
Tera2342 has joined #ipfs
ogzy has quit [Ping timeout: 255 seconds]
ygrek has quit [Ping timeout: 264 seconds]
ianopolous has joined #ipfs
Oatmeal has quit [Quit: TTFNs!]
jhulten_ has joined #ipfs
pfraze has quit [Remote host closed the connection]
pfraze has joined #ipfs
tinybike has joined #ipfs
<tperson> It shouldn't hang
<tperson> it should just not return anything (as it's a file not a directory)
<tperson> Oh, nm you are trying to ls `ipfs ls`
<escondida> tperson: I was ls'ing my id, not the file. Looks like the problem was that I *was* misunderstanding something basic: you don't get a top-level dir at your id
<tperson> er ipfs id
<escondida> yeah
<tperson> Your ID is a special hash, you really can't do much with it.
<escondida> ah
<tperson> (besides use it to allow others to connect to you
<escondida> also, in retrospect, it also should've been obvious that dirs are also immutable objects, so you can't just, like, add stuff to a dir with a known hash
<tperson> You can *add*, but you'll get a new hash
<escondida> right
<tperson> ipfs object patch is pretty sweet
<escondida> That does seem neat. I guess I just need to get used to the idea of using the namespace feature to create a top-level dir
pfraze has quit [Remote host closed the connection]
ulrichard has joined #ipfs
amstocker_ has quit [Ping timeout: 250 seconds]
mungojelly has quit [Ping timeout: 255 seconds]
ulrichard has quit [Max SendQ exceeded]
ulrichard has joined #ipfs
<haad> good morning
amstocker_ has joined #ipfs
Oatmeal has joined #ipfs
<tperson> Hello
<daviddias> Good morning :)
ianopolous has quit [Ping timeout: 272 seconds]
<tperson> The node ID is the multihash of the public key, that is the raw bytes of the key correct? So if I were to say, base58 decode the PublicKey, I should be able to hash that and get my ID right?
<daviddias> null_radix: replied on your issue https://github.com/diasdavid/interface-peer-routing/issues/5 :)
<daviddias> tperson: if you encoded the pubkey before in base58, yes :)
<daviddias> right now is priv key which leads to pub key which gets multihashed into sha-256 and then gets encoded into b58
<daviddias> whyrusleeping: mafintosh oh brunhilde! :D
jhulten_ has quit [Ping timeout: 240 seconds]
<tperson> Where is the public key stored?
<daviddias> whyrusleeping: go-mdns + multicast-dns were working fine together with the PR back from July, need to try the new version mafintosh pushed, it might also be a case of go-mdns not being full spec compliant
<daviddias> tperson: it isn't, the public key gets generated from the private key
mildred has joined #ipfs
<ipfsbot> [webui] greenkeeperio-bot opened pull request #134: Update babel to version 6.3.26
<daviddias> my tests don't even pass with 5.0.0 anymore, it was really a breaking change, fun! :D
<ipfsbot> [js-ipfs-api] Dignifiedquire created greenkeeper-babel-core-6.3.26 (+1 new commit): http://git.io/vElea
<ipfsbot> js-ipfs-api/greenkeeper-babel-core-6.3.26 c557459 greenkeeperio-bot: chore(package): update babel-core to version 6.3.26...
<daviddias> morning dignifiedquire :)
disgusting_wall has quit [Quit: Connection closed for inactivity]
<tperson> daviddias: Are you attempting to also maintain backwards compatibility with 4, or are you going to be targeting the next LTS release?
<daviddias> in which of the endeavorus?
<daviddias> for js-ipfs?
<tperson> Ya
<daviddias> js-ipfs is bleeding edge :P
<daviddias> I'm trying not to break compatibility
<daviddias> which makes doing bitswap and storage really hard because we need to have a clear path of using protobufs + cbor on the wire
<daviddias> which we kind of have a good plan now with IPLD for retrocompatibility
<daviddias> go-ipfs also needs to enter IPLD
randomguy has joined #ipfs
Oatmeal has quit [Ping timeout: 264 seconds]
e-lima has joined #ipfs
ogzy has joined #ipfs
e-lima has quit [Ping timeout: 240 seconds]
<ogzy> last night i tried ipfs with cjdns, i configured the gateway as the ipv6 address and with a port, i was able to reach the content via http://ipv6address:9090/ipfs/some_hash but then i tried it at my localhost's ipv6, i couldn't reach it, should't it be reachable from other node's addresses also?
cemerick has quit [Ping timeout: 260 seconds]
<tperson> It would appear (from the config) that you can only bind the gateway to a single address (or you can do 0.0.0.0).
<ogzy> tperson, i binded to ipv6 address of the tun0 device, ipfs id displays single gateway, it worked when i tried to reach the ipfs hash from other nodes at my lan
<escondida> Okay, let's say that I have a directory ~/writing/blargh and a directory ~/local/srv/ipfs/sample_configs . If I wanted them both to be visible under the my id namespace, my immediate thought is to symlink ~/writing/blargh into ~/local/srv/ipfs/, but ipfs errors that it can't currently read symlinks. What's the correct procedure?
<ipfsbot> [webui] greenkeeperio-bot opened pull request #135: Update babel-core to version 6.3.26
keorn has joined #ipfs
<escondida> Or is object patch really the best option for that?
ygrek has joined #ipfs
keorn has quit [Remote host closed the connection]
keorn has joined #ipfs
micxjo has quit [Remote host closed the connection]
fazo has joined #ipfs
fazo has quit [Changing host]
fazo has joined #ipfs
<fazo> escondida: the reccomanded approach would be using the files api (ipfs files cp, ipfs files mv etc) but that's not available in ipfs 0.3.x
<fazo> so yeah, object patch it is
<escondida> ah
<escondida> Well, thanks (-:
<escondida> If anyone's interested, I decided to test setting up ipfs by writing about testing setting up ipfs. It's here: https://gateway.ipfs.io/ipns/QmaWf6fVgS2kV8MPDHRihey5e2KVV345ADYXMZn2kCAYmW/2015/12/22/
NeoTeo has joined #ipfs
amstocker_ has quit [Ping timeout: 256 seconds]
voxelot has quit [Ping timeout: 264 seconds]
keorn has quit [Ping timeout: 276 seconds]
<fazo> escondida: cool! you should also know you can use DNS to point at either IPNS or IPFS addresses (or other DNS addresses)
<NeoTeo> daviddias If one was, theoretically speaking, thinking of implementing IPFS in Swift, would you be the person to ask for guidance?
kharpeet has joined #ipfs
<escondida> fazo: Neat
NightRa has joined #ipfs
ygrek has quit [Ping timeout: 240 seconds]
bellwort has quit [Ping timeout: 255 seconds]
<ulrichard> can ipfs currently be run as a windows service?
gunn__ has quit [Read error: Connection reset by peer]
Guest57407 has joined #ipfs
gunn has joined #ipfs
<Kubuxu> ulrichard: anything can run a s a windows service AFAIK
<Kubuxu> ulrichard: this is how guys from windows cjdns create CjdnsService: https://github.com/interfect/cjdns-installer/tree/master/CjdnsService
<ulrichard> That's a C# program wrapping and controlling the other executable.
s_kunk has joined #ipfs
dignifiedquire has joined #ipfs
s_kunk has quit [Remote host closed the connection]
s_kunk_ has joined #ipfs
dignifiedquire has quit [Client Quit]
<daviddias> NeoTeo: I would be one of the persons, yes :) and very happy to do it!
<Kubuxu> Yes it is.
s_kunk_ is now known as s_kunk
<NeoTeo> daviddias Cool. I guess the first point would be if there's even a need for it. Are you going to be at 32C3?
escondida has quit [Quit: WeeChat 1.3]
<daviddias> NeoTeo: there is a huge benefit that comes from being present in several ecosystems, some of innovations that might happen on the Swift implementation will eventually trickle down to the other implementations (as it happen with the go implementation once the js impl started to get built)
<daviddias> and yes, I'll be there :)
s_kunk has quit [Changing host]
s_kunk has joined #ipfs
<NeoTeo> Super cool. mafintosh has managed to get me a spare ticket and I'd love to meet you IPFS guys in person.
tinybike has quit [Ping timeout: 246 seconds]
rombou has joined #ipfs
<ipfsbot> [go-ipfs] travisperson opened pull request #2121: fsrepo: Allow for custom datastore path (dev0.4.0...feat/datastore-path) http://git.io/vElRR
<mafintosh> NeoTeo: i think the ticket might be jbenet's extra ticket actually so full circle :)
jhulten_ has joined #ipfs
<mafintosh> NeoTeo: join #32c3-assembly
<NeoTeo> Oh jeez. Bummer he won't make it though.
<mrflibble> hi everyone, I just tried escondias' testing link via my ipfs instance, but my first attempt returned nothing (not even an error), I had to request it again (pressing F5) before my browser displayed the directory
Obamatron has quit [Ping timeout: 260 seconds]
<tperson> Is supernode client still a thing?
Obamatron has joined #ipfs
e-lima has joined #ipfs
<daviddias> ahah true, unfortunately jbenet can't come, but hey we will get to hangout :)
micxjo has joined #ipfs
<mrflibble> btw, is the datastore/LOG file supposed to be human-readable? it's got loads of wierd chars in it on windows
poleball99 is now known as pokeball99
jhulten_ has quit [Ping timeout: 276 seconds]
<NeoTeo> daviddias this is very true and very cool
<mafintosh> daviddias: does this mean ipfs works from js now, https://github.com/ipfs/js-ipfs-repo ?
<daviddias> that is just the IPFS Repo, the implementation in JS of the Repo Spec https://github.com/ipfs/specs/tree/master/repo
<daviddias> it is part of js-ipfs :)
<mafintosh> daviddias: ah
hartor has joined #ipfs
kharpeet has quit [Quit: This computer has gone to sleep]
kharpeet has joined #ipfs
Tera2342 has quit [Ping timeout: 246 seconds]
Tera2342 has joined #ipfs
kharpeet has quit [Read error: Connection reset by peer]
kharpeet has joined #ipfs
rendar has joined #ipfs
Obamatron has quit [Read error: Connection reset by peer]
CarlWeathers has joined #ipfs
Tera2342 has quit [Ping timeout: 250 seconds]
jhulten_ has joined #ipfs
mungojelly has joined #ipfs
jhulten_ has quit [Ping timeout: 240 seconds]
computerfreak has joined #ipfs
kharpeet has quit [Quit: This computer has gone to sleep]
Encrypt has joined #ipfs
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
dignifiedquire has joined #ipfs
dignifiedquire has quit [Ping timeout: 244 seconds]
dignifiedquire has joined #ipfs
NightRa has quit [Quit: Connection closed for inactivity]
Encrypt has quit [Quit: Quitte]
screensaver has joined #ipfs
voxelot has quit [Ping timeout: 256 seconds]
ralphtheninja has quit [Quit: Lost terminal]
computerfreak has quit [Quit: Leaving.]
rombou has quit [Ping timeout: 264 seconds]
tinybike has joined #ipfs
Guest57407 has quit [Remote host closed the connection]
dignifiedquire has quit [Ping timeout: 255 seconds]
leepreg has joined #ipfs
arpu has quit [Quit: Ex-Chat]
jhulten_ has joined #ipfs
jhulten_ has quit [Ping timeout: 250 seconds]
hellertime has joined #ipfs
<patagonicus> Anyone know how to allow non-localhost access to the API at 5001 or where that is documented? My google-fu seems to be weak today.
Encrypt has joined #ipfs
<patagonicus> Ah, looks like what I was trying won't work anyway: https://github.com/ipfs/go-ipfs/issues/1807
NeoTeo has quit [Quit: ZZZzzz…]
e-lima has quit [Ping timeout: 256 seconds]
randomguy has quit [Ping timeout: 256 seconds]
leepreg has quit [Remote host closed the connection]
reit has joined #ipfs
ulrichard has quit [Quit: Ex-Chat]
reit has quit [Client Quit]
reit has joined #ipfs
devbug has joined #ipfs
martinkl_ has joined #ipfs
devbug has quit [Ping timeout: 255 seconds]
rombou has joined #ipfs
krigia has joined #ipfs
krigia has quit [Ping timeout: 245 seconds]
eater has quit [Ping timeout: 255 seconds]
eater has joined #ipfs
cemerick has joined #ipfs
reit has quit [Quit: Leaving]
pfraze has joined #ipfs
nonaTure1 has joined #ipfs
pokeball99 has quit []
nonaTure2 has joined #ipfs
nonaTure has quit [Ping timeout: 265 seconds]
rombou has quit [Remote host closed the connection]
voxelot has joined #ipfs
nonaTure1 has quit [Ping timeout: 250 seconds]
rombou has joined #ipfs
nonaTure2 has quit [Quit: Leaving.]
cemerick has quit [Ping timeout: 276 seconds]
pfraze has quit [Remote host closed the connection]
dignifiedquire has joined #ipfs
dignifiedquire_ has joined #ipfs
Jacques has joined #ipfs
Jacques is now known as Guest19625
zz_r04r is now known as r04r
voxelot has quit [Ping timeout: 255 seconds]
dignifiedquire has quit [Ping timeout: 260 seconds]
dignifiedquire_ is now known as dignifiedquire
Guest19625 has quit [Ping timeout: 250 seconds]
pfraze has joined #ipfs
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
martinkl_ has quit [Quit: Textual IRC Client: www.textualapp.com]
dignifiedquire has quit [Ping timeout: 272 seconds]
<Kubuxu> How ephemeral are IPNS entries?
voxelot has quit [Ping timeout: 240 seconds]
rombou has quit [Quit: Leaving.]
dignifiedquire has joined #ipfs
rombou has joined #ipfs
rombou has quit [Ping timeout: 260 seconds]
rombou1 has joined #ipfs
rombou1 has quit [Client Quit]
rombou has joined #ipfs
hoony has joined #ipfs
wage has joined #ipfs
disgusting_wall has joined #ipfs
keorn has joined #ipfs
rombou has quit [Quit: Leaving.]
nonaTure has joined #ipfs
rombou has joined #ipfs
anona has quit [Ping timeout: 260 seconds]
rombou has quit [Ping timeout: 240 seconds]
anona has joined #ipfs
rombou has joined #ipfs
e-lima has joined #ipfs
mildred has quit [Ping timeout: 260 seconds]
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
rombou has quit [Remote host closed the connection]
rombou has joined #ipfs
keorn has quit [Ping timeout: 255 seconds]
computerfreak has joined #ipfs
<bret> daviddias: ipfs just got starrd by tjholowaychuk haha cool!
<computerfreak> wow i just discovered https://syncthing.net/
<computerfreak> now i dont need sync folder with ipfs :D
jhulten_ has joined #ipfs
<mrflibble> nice computerfreak, i've not heard of that one!
<mrflibble> I'm using owncloud at the moment, which seems pretty good
<computerfreak> its also using block hashes, still reading the code to understand it
<mrflibble> ah
<computerfreak> i never got friend with that one
<computerfreak> i like to have my iown nodes
<computerfreak> got bittorrentsync before release thatw as nice
<computerfreak> but now its shit
<mrflibble> oh :( not tried that. shame. i like BT
<mrflibble> u can run owncloud where u like
<bret> thats computerfreak i disapprove of the liscencing, but for a $40 liscence that doesnt expire, bittorrent sync will do for now
<bret> s/thats/
<computerfreak> well now i found the real one ;)
<computerfreak> i dont need BT
<bret> i need selective sync unfortunately...
<bret> not sure of syncthing ever got that in
<computerfreak> i think u can do that with #syncthing
<computerfreak> or what exactly do u wanna do?
<computerfreak> i just need sync and readonly ..
<bret> computerfreak: i want to access my files... but I dont want to store all my files on all devices
<bret> but otherwise i would use syncthing
rombou has quit [Quit: Leaving.]
<computerfreak> ah u wanna stream in temp folder
<computerfreak> well, u sill need to download it, so it shouldnt be that hard to code ;)
<fazo> bret: I don't think syncthing can do that
<fazo> I've been using it for a loooong time. I think I even designed their website at some point
<mrflibble> lol
<fazo> it's about the only website I ever designed. There's a reason for that lol :( I suck at design
NeoTeo has joined #ipfs
wage has quit [Ping timeout: 264 seconds]
randomguy has joined #ipfs
<computerfreak> website isnt bad designed ;)
wiedi has quit [Ping timeout: 240 seconds]
rkrishna` has joined #ipfs
NightRa has joined #ipfs
rkrishnan has quit [Ping timeout: 250 seconds]
Encrypt has quit [Quit: Quitte]
rkrishna` has quit [Ping timeout: 276 seconds]
randomguy has quit [Quit: Leaving.]
e-lima has quit [Ping timeout: 265 seconds]
rowdydowdy has joined #ipfs
wiedi has joined #ipfs
<fazo> computerfreak: I only did some parts, and it has been modified a lot since then :)
grahamperrin has joined #ipfs
e-lima has joined #ipfs
<dignifiedquire> daviddias: ping
<daviddias> dignifiedquire: pong
<dignifiedquire> daviddias: :)
<daviddias> :D
<daviddias> no packets were dropped
<dignifiedquire> daviddias: ipfsd-ctl is not working for me/super slow, not sure if I’m doing sth wrong
<daviddias> did you update it and that made it slow?
<dignifiedquire> daviddias: I installed it for the first time in that instance
<daviddias> which instance?
<dignifiedquire> and it’s timing out after 60s in my tests, just trying to setup tests for ipfs-geoiop
<dignifiedquire> (local machine)
wiedi_ has joined #ipfs
grahamperrin has left #ipfs [#ipfs]
<dignifiedquire> will push the code in a moment
<dignifiedquire> also can you give me owner access on ipfs-geoip plese
<daviddias> ok, that helps :)
<daviddias> just because it is christmas :P
<dignifiedquire> lol
wiedi has quit [Ping timeout: 240 seconds]
<daviddias>
kaliy_ has quit [Ping timeout: 255 seconds]
<dignifiedquire> daviddias: stil can’t enable travis
<dignifiedquire> daviddias: https://github.com/ipfs/ipfs-geoip/pull/5
<dignifiedquire> daviddias: all I want is a disposable api
<dignifiedquire> but it times out :(
hoony has quit [Remote host closed the connection]
<daviddias> travis enabled
<dignifiedquire> ta
<daviddias> ok, give me 1 hour :)
<dignifiedquire> the timeout isn’t that bad :D
wiedi_ has quit [Ping timeout: 240 seconds]
rowdydowdy has quit [Ping timeout: 250 seconds]
poachiness has joined #ipfs
arkadiy has joined #ipfs
s_kunk has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
<ipfsbot> [go-ipfs] travisperson closed pull request #2121: fsrepo: Allow for custom datastore path (dev0.4.0...feat/datastore-path) http://git.io/vElRR
rombou has joined #ipfs
simonv3 has joined #ipfs
<ipfsbot> [js-ipfs-api] Dignifiedquire created greenkeeper-rimraf-2.5.0 (+1 new commit): http://git.io/vEBnI
<ipfsbot> js-ipfs-api/greenkeeper-rimraf-2.5.0 f81fa09 greenkeeperio-bot: chore(package): update rimraf to version 2.5.0...
ygrek has joined #ipfs
kharpeet has joined #ipfs
<ipfsbot> [webui] greenkeeperio-bot opened pull request #136: Update react-router to version 1.0.3
e-lima has quit [Read error: Connection reset by peer]
rombou has quit [Ping timeout: 264 seconds]
NeoTeo has quit [Quit: ZZZzzz…]
Encrypt has quit [Quit: Eating time!]
tinybike has quit [Remote host closed the connection]
<daviddias> dignifiedquire: ipfs is erroring when trying to resolve the GEOIP_ROOT https://ipfs.io/ipfs/QmQQ3BUpPjgYiTdhp4H9YWSCtoFXs8t91njhpvXNNLd3yB
<daviddias> what would be the file available on this root?
<dignifiedquire> daviddias: also https://github.com/ipfs/ipfs-geoip/issues/2
<dignifiedquire> so no idea how to regenerate the data
<dignifiedquire> daviddias: but the look up works, it’s just only available on 0.3.10 not on 0.4. and you need to look it up using object/get
jedahan has joined #ipfs
<daviddias> I see
<dignifiedquire> but it still fails somehow :(
dPow has joined #ipfs
<jedahan> has anyone made a kinda ipfs-proxy, something like the firefox plugin but works system-wide, intercepting all http requests with recognized hashes and checking the network for it?
<dignifiedquire> daviddias: but it still looks like this data is corrupted/not working anymore
<dignifiedquire> the root rqeuests is resolved, but the nested lookups are not working
<ipfsbot> [webui] Dignifiedquire closed pull request #136: Update react-router to version 1.0.3
cemerick has joined #ipfs
<daviddias> not all the dag nodes are available
<dignifiedquire> daviddias: yeah :/
<dignifiedquire> but as we don’t have the underlying data we can’t fix that
<daviddias> will check with lgierth if it is under a migration to a new storage node
<dignifiedquire> daviddias: didn’t he say he lost all data from one node at some point?
<daviddias> Castor
<dignifiedquire> maybe the data was there :/
<daviddias> .ask lgierth if he knows something about QmQQ3BUpPjgYiTdhp4H9YWSCtoFXs8t91njhpvXNNLd3yB (the geoip dataset ) and if it is pinned/stored somewhere
<multivac> daviddias: I'll pass that on when lgierth is around.
computerfreak has quit [Remote host closed the connection]
rombou has joined #ipfs
rombou has left #ipfs [#ipfs]
prosody has quit [Quit: Connection closed for inactivity]
Oatmeal has joined #ipfs
amstocker has joined #ipfs
<dignifiedquire> daviddias: can you do a review of this please? I want to merge it https://github.com/ipfs/webui/pull/130
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Encrypt has joined #ipfs
prosody has joined #ipfs
boxxa has joined #ipfs
jedahan has joined #ipfs
amstocker has quit [Ping timeout: 256 seconds]
amstocker has joined #ipfs
nonaTure has quit [Quit: Leaving.]
nonaTure has joined #ipfs
poachiness has quit [Ping timeout: 260 seconds]
hartor1 has joined #ipfs
cemerick has quit [Ping timeout: 265 seconds]
hartor has quit [Ping timeout: 260 seconds]
hartor1 is now known as hartor
nonaTure has quit [Ping timeout: 245 seconds]
hartor1 has joined #ipfs
hartor has quit [Ping timeout: 255 seconds]
hartor1 is now known as hartor
<arkadiy> is there somewhere the mfs api is documented? I found this PR https://github.com/ipfs/go-ipfs/pull/1550/files and a bunch of issues referencing it but nothing on design/spec
Oatmeal has quit [Ping timeout: 272 seconds]
nonaTure has joined #ipfs
scratchback has joined #ipfs
ralphtheninja has joined #ipfs
jfred_ has quit [Ping timeout: 250 seconds]
leer10 has joined #ipfs
jfred has joined #ipfs
arkadiy has quit [Ping timeout: 252 seconds]
voxelot has quit []
keorn has joined #ipfs
NeoTeo has joined #ipfs
Oatmeal has joined #ipfs
hellertime has quit [Quit: Leaving.]
hartor has quit [Quit: hartor]
<daviddias> I can :) will do
keorn has quit [Ping timeout: 272 seconds]
nonaTure has quit [Ping timeout: 265 seconds]
fazo has quit [Quit: fazo]
<dignifiedquire> daviddias: thanks :)
Encrypt has quit [Quit: Sleeping time!]
kharpeet has quit [Quit: This computer has gone to sleep]
kharpeet has joined #ipfs
rendar has quit [Ping timeout: 245 seconds]
rendar has joined #ipfs
ianopolous has joined #ipfs
nonaTure has joined #ipfs
dignifiedquire has quit [Quit: dignifiedquire]
nonaTure has quit [Ping timeout: 260 seconds]
kharpeet has quit [Quit: This computer has gone to sleep]
reit has joined #ipfs
nonaTure has joined #ipfs
NeoTeo has quit [Quit: ZZZzzz…]
leer10 has quit [Ping timeout: 240 seconds]
ianopolous has quit [Ping timeout: 256 seconds]
boxxa has quit [Quit: Connection closed for inactivity]
NightRa has quit [Quit: Connection closed for inactivity]
amstocker has quit [Ping timeout: 276 seconds]
pfraze has quit [Remote host closed the connection]
Oatmeal has quit [Quit: TTFNs!]
Oatmeal has joined #ipfs
jamie_k_ has joined #ipfs
chrisdickinson_ is now known as chrisdickinson