whyrusleeping changed the topic of #ipfs to: Release Candidate 2 of go-ipfs v0.4.3 has been released, available at https://dist.ipfs.io -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
neuthral has quit [Ping timeout: 264 seconds]
neuthral has joined #ipfs
cemerick has joined #ipfs
ckwaldon has joined #ipfs
Encrypt has quit [Quit: Quitte]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon1 is now known as ckwaldon
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
jaboja has quit [Ping timeout: 264 seconds]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
tmg has joined #ipfs
TheWhisperSP3 has quit [Quit: Leaving]
TheWhisperSP3 has joined #ipfs
mvorg has quit [Ping timeout: 252 seconds]
JesseW has joined #ipfs
<ipfsbot> [go-ipfs] kevina force-pushed kevina/block-rm from 9ae24c3 to 92f6747: https://git.io/vK40o
<ipfsbot> go-ipfs/kevina/block-rm 92f6747 Kevin Atkinson: "block rm": test case for removing pinned, valid, and non-existent blocks...
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
herzmeister has quit [Max SendQ exceeded]
cemerick has quit [Ping timeout: 265 seconds]
herzmeister has joined #ipfs
<jakobvarmose> I've been looking at the block garbage collection in go-ipfs. If I understand correctly it deletes everything that is not pinned. Wouldn't it be better to keep some of the non-pinned blocks?
<JesseW> jakobvarmose: why would that be better?
<JesseW> there are plans to make a number of more intelligent garbage collection options, though
<jakobvarmose> JesseW, The current system seems quite fragile as people don't usually pin a lot of stuff, and then data gets lost.
<JesseW> ah, that
<jakobvarmose> Besides, if I have configured my node to keep up to 10GB of data I would expect it to keep close to that limit at all times
<JesseW> is there a way, currently, to automatically run garbage collection when the repo size reaches a certain point? I'd missed that.
<JesseW> regarding fragility -- yes, under the current system, unless you or someone you know out-of-band has promised to pin and keep pinned a given hash, IPFS is more like a torrent than a web host, as I understand it.
<jakobvarmose> JesseW, If I understand correctly, it runs automatically when the block storage exceeds 9 GB by default. But it can be configured in the ~/.ipfs/config
<JesseW> hm, neat
<JesseW> yes, it does seem like such a "keep-it-under" feature should have a minimum, too, and only remove un-pinned stuff till it gets below the minium
<JesseW> please open a ticket!
<JesseW> er issue, not ticket
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
HostFat_ has joined #ipfs
HostFat has quit [Ping timeout: 244 seconds]
jadedctrl has joined #ipfs
drathir has quit [Ping timeout: 252 seconds]
<jakobvarmose> JesseW, Done. https://github.com/ipfs/go-ipfs/issues/3092
<JesseW> subscribed and commented!
apiarian has quit [Ping timeout: 265 seconds]
jgantunes has quit [Quit: Connection closed for inactivity]
apiarian has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
WhisperSurface has joined #ipfs
TheWhisperSP3 has quit [Ping timeout: 265 seconds]
WhisperSurface is now known as TheWhisperSP3
hermanjunge has joined #ipfs
<hermanjunge> Hi. When and where is the meeting of tomorrow about CI/CD? Please DM :-D
Tugger has joined #ipfs
<Tugger> hey all
<Tugger> does ipfs expect it's config anywhere?
<Tugger> or you just specify on cmd line?
JesseW has quit [Ping timeout: 240 seconds]
<whyrusleeping> hermanjunge: does it not say on the issue?
<whyrusleeping> i'm not yet aware of a time
<hermanjunge> It says "1630 will be ok?"
<hermanjunge> And no (virtual) place that I'm aware of
<whyrusleeping> Tugger: ipfs expects the config file to be at $HOME/.ipfs/config, unless IPFS_PATH is set, then it looks at $IPFS_PATH/config
wallacoloo has joined #ipfs
<Tugger> whyrusleeping, thank you. I noticed your commits earlier. I would like to use ipfs for a project just have a few questions
<hermanjunge> OK. Gotta crash. Will pester everybody tomorrow. Please Mister @whyrusleeping, send me a line if you know the place and time :-D
hermanjunge has quit []
<whyrusleeping> Tugger: I'd be happy to answer any questions, if they are more general questions do you mind asking them on https://github.com/ipfs/faq ?
<whyrusleeping> Tugger: makes it much easier for others to find answers later on down the road
<Tugger> whyrusleeping, how would you recommend running multiple ipfs nodes on a server? just create seperate user and systemd units for each and treat them like seperate services?
<Tugger> whyrusleeping, I will update that page with your answers from here (if you dont mind)
<whyrusleeping> sounds good :)
<Tugger> also, appending my last question. Do you forsee any issues with multiple nodes on same server?
<Tugger> basically I am trying to partition data
<whyrusleeping> It really depends on what you're looking to do with them. For the data partitioning scenario, its fairly simple, just set different IPFS_PATH's for each daemon, and ensure that their listener addresses in the config don't overlap
<whyrusleeping> (check to make sure the ports don't conflict)
<Tugger> ok got it.
<Tugger> I am in proccess of making ansible role. is there a full list of all available configuration options I can use?
<Tugger> or is config show display everything?
<Tugger> ipfs config show
<whyrusleeping> yeah, config show shows everything
<Tugger> wicked
russelsteapot has quit [Ping timeout: 265 seconds]
<Tugger> Thanks whyrusleeping. I will update the page now
<whyrusleeping> Tugger: thank you very much :)
<Tugger> whyrusleeping, no thank you for your hard work on this project. Its amazing
<whyrusleeping> Tugger: :D i'll pass that along to the team
ygrek_ has quit [Ping timeout: 240 seconds]
mgue has quit [Quit: WeeChat 1.5]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
mgue has joined #ipfs
nausea has quit [Ping timeout: 250 seconds]
ckwaldon has quit [Remote host closed the connection]
JesseW has joined #ipfs
nausea has joined #ipfs
nausea has quit [Changing host]
nausea has joined #ipfs
ckwaldon has joined #ipfs
PrinceOfPeeves has quit [Quit: Leaving]
<Aelius> I'm trying to have my friend share things with me (windows both ends), I had him manually forward port 4001, I had him give me his ipfs id, I tried to manually swarm connect <id>
<Aelius> error: connect <info> failure: dial attempt failed: context deadline exceeded
rgrinberg has quit [Ping timeout: 250 seconds]
<Tugger> hmm. seems like identity section of ipfs config may be an issue
<Aelius> he gets error 403 when trying to navigate to http://localhost:5001/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy/#/home?_k=2vtacg this demo thing
robogoat has joined #ipfs
<Tugger> how is peerID calculated?
<Tugger> where is the public key stored in ipfs?
<JesseW> Tugger: in the config
<Tugger> i only see peerid and prvatekey
<Tugger> apparent the peerid is amultihash
<Tugger> multihash of both
<JesseW> hm
<JesseW> yeah, that is strange. hopefully someone more knowledgeable will speak up
<Tugger> they probably all asleep now. no problem. Im writing some config management stuff and need to be able to predict this stuff
<JesseW> check the source?
<Tugger> I may have to rely on ipfs init and retrieve this
<Tugger> yea, i dont know go yet :)
<Tugger> still a python newb
<JesseW> eh, it's pretty readable even if you don't know go
<JesseW> (I don't know go very well either)
<jakobvarmose> Tugger, Are you using /ipfs/Qm... or /ipns/Qm...?
<Tugger> oh looks like ipfs id show the pub key
<JesseW> I do know python, java and C though, which probably helps
<jakobvarmose> I meant Aelius (not Tugger)
<Aelius> jakobvarmose: ipfs. but the problem is him, he cant even connect to his own localhost instance
<jakobvarmose> Aelius, But if you give use a peer id, you should use ipns
<Aelius> why
Foxcool has quit [Ping timeout: 244 seconds]
<Aelius> the way it says in the manual, or the way I was told here, or both, is ipfs id > ipfs swarm connect <full address>
kvda has joined #ipfs
Kane` has joined #ipfs
<jakobvarmose> Aelius, Oh sorry, I misunderstood what you were trying to do. Then I have no idea what the problem is
konubinix has joined #ipfs
jeffl35 has quit [Changing host]
jeffl35 has joined #ipfs
jeffl35 has quit [Changing host]
jeffl35 has joined #ipfs
reit has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
jeffl35 has quit [Changing host]
jeffl35 has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<whyrusleeping> Tugger: the peerID is the hash of the public key
<whyrusleeping> Aelius: you cant use port 5001 for random webapps
<whyrusleeping> but not being able to connect is odd
<whyrusleeping> i would try doing `ipfs ping <other persons peerID>`
herzmeister has quit [Ping timeout: 265 seconds]
wallacoloo has quit [Ping timeout: 250 seconds]
<Aelius> whyrusleeping: that's not a random webapp, that's literally the demo management UI you promote on the wiki
<whyrusleeping> Aelius: the management UI is accessible at http://localhost:5001/webui
reit has quit [Quit: Leaving]
<Aelius> whyrusleeping: ok, it redirects to the address I pasted before
<whyrusleeping> and that returns a 503?
<Aelius> is the redirect somehow imperative
<Aelius> according to him, yes
<Aelius> 403
<whyrusleeping> hrm, you should only get a 403 if you try to access it from another computer
<whyrusleeping> its a common problem when people try to run an ipfs node on something like a raspberry pi, and try to view the webui from their desktop
wallacoloo has joined #ipfs
rardiol has quit [Ping timeout: 260 seconds]
<JesseW> I found a could access the webui remotely if a tunneled both the api and the webapp across (iirc)
jeffl35 has quit [Changing host]
jeffl35 has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
<JesseW> yes, -L 5001:localhost:5001 -L 8080:localhost:8080
ckwaldon has joined #ipfs
<JesseW> Is there a ticket about adding a petname system to the ipfs cli?
<ipfsbot> [go-ipfs] kevina pushed 1 new commit to kevina/block-rm: https://git.io/v6rOy
<ipfsbot> go-ipfs/kevina/block-rm 8679af7 Kevin Atkinson: "block rm": add "--force" and "--quiet" option...
Foxcool has joined #ipfs
<JesseW> looks like there's some discussion here: https://github.com/ipfs/go-ipfs/issues/1145
wallacoloo has quit [Ping timeout: 250 seconds]
wallacoloo has joined #ipfs
Anduck has joined #ipfs
HostFat_ has quit [Ping timeout: 244 seconds]
JesseW has quit [Ping timeout: 265 seconds]
wallacoloo has quit [Quit: wallacoloo]
konubinix has quit [Quit: ZNC - http://znc.in]
konubinix has joined #ipfs
tmg has quit [Ping timeout: 250 seconds]
dmr has quit [Ping timeout: 250 seconds]
herzmeister has joined #ipfs
mgue has quit [Ping timeout: 265 seconds]
<ipfsbot> [js-ipfs-api] nginnever created fixes-async-modular from master (+0 new commits): https://git.io/v6rnj
pfrazee has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
mgue has joined #ipfs
<ipfsbot> [js-ipfs-api] nginnever pushed 1 new commit to fixes-async-modular: https://git.io/v6rcj
<ipfsbot> js-ipfs-api/fixes-async-modular f470f39 nginnever: use modular async
ckwaldon has joined #ipfs
<ipfsbot> [js-ipfs-api] nginnever opened pull request #350: use modular async (master...fixes-async-modular) https://git.io/v6rCt
j12t has quit [Remote host closed the connection]
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
<dignifiedquire> good morning everyone
rendar has joined #ipfs
<voxelot> goodnight dignifiedquire
<dignifiedquire> good night voxelot :)
ygrek_ has joined #ipfs
vbsd has joined #ipfs
G-Ray has joined #ipfs
zz_r04r is now known as r04r
Tv` has quit [Quit: Connection closed for inactivity]
<ipfsbot> [js-ipfs] diasdavid closed pull request #422: Update yargs to version 5.0.0
infinity0 has quit [Ping timeout: 240 seconds]
ckwaldon has quit [Remote host closed the connection]
infinity0 has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: https://git.io/v6r8D
<ipfsbot> js-ipfs-api/master c5e9d27 David Dias: Merge pull request #350 from ipfs/fixes-async-modular...
JesseW has joined #ipfs
pfrazee has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
kvda has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
JOduMonT[m] has joined #ipfs
infinity0 has quit [Remote host closed the connection]
ckwaldon has quit [Remote host closed the connection]
infinity0 has joined #ipfs
ckwaldon has joined #ipfs
<JesseW> Thinking out loud about a petname system for IPFS...
Encrypt has joined #ipfs
<haad> morning o/
<JesseW> Maybe it could be written as /petname/blablabhblah (or /pn/blah if we want something shorter)
<JesseW> and it would be a peer/daemon-specific mapping between multihashes and arbitrary strings (containing anything except a forward slash)
<JesseW> at the most basic, it could just be edited with two subcommands: `ipfs petname add [multihash] [name]` and `ipfs petname forget [name]`
Boomerang has joined #ipfs
<JesseW> and if there was a petname defined for a hash, anywhere the hash was displayed, the petname would be displayed instead (maybe with an option --no-petname to show the underlying hash)
drathir has joined #ipfs
herzmeister has quit [Quit: Leaving]
s_kunk has joined #ipfs
<JesseW> To start with, we wouldn't need to add any nickname support, or any automated checks for similar existing petnames
herzmeister has joined #ipfs
<JesseW> I'll make an issue with the above -- confirmation/encouragement/concerns GREATLY appreciated.
<dignifiedquire> daviddias: are there any specs/documentation about the unixfs-engine importer?
cemerick has joined #ipfs
reit has joined #ipfs
chriscool has joined #ipfs
<JesseW> If I were to implement the petname idea I had in go-ipfs, which .go file would be a good place to implement the mapping?
<JesseW> dignifiedquire or anyone else who is awake...
<dignifiedquire> JesseW: I have no idea I'm afraid, I'm not very knowledegable in the go code base
<dignifiedquire> but Kubuxu should be able to help you
<dignifiedquire> and he should be awake
<JesseW> dignifiedquire: well thanks for the ping of Kubuxu, then :-)
ygrek_ has quit [Ping timeout: 260 seconds]
<Kubuxu> JesseW: it would probably be a part of the namesys
Encrypt has quit [Quit: Quitte]
<JesseW> Kubuxu: hm, thanks, I'll look into that
<JesseW> namesys/namesys.go doesn't seem approrpriate, as it isn't a general NameSystem, exactly
<Kubuxu> namesys/namesys.go combines multiple namesystems into one exposed.
<Kubuxu> look at: dns.go proquint.go and routing.go
<Kubuxu> resolveOnce is the important function
<Kubuxu> proquint.go is the simplest example.
<JesseW> but this is different from a namesystem, at least in terms of its output. But maybe it should be *implemented* as one...
<JesseW> I'll look at proquint
<Kubuxu> mapping of the output will be hard
<Kubuxu> namesys is good place to map the input
<JesseW> what do you mean?
<Kubuxu> "if there was a petname defined for a multihash, anywhere the multihash was displayed, the petname would be displayed instead"
<JesseW> won't that just involve a bunch of similar modifications to the cli?
<Kubuxu> It will, but we have to think about API compat and so on.
<JesseW> ah, makes sesne
<JesseW> maybe default it to off, with a config setting to turn it on?
<JesseW> and an option to turn it off in particular cases...
<Kubuxu> yup, something like that might work
zorglub27 has joined #ipfs
<daviddias> dignifiedquire: the code :)
<daviddias> unfortunately there is not
<dignifiedquire> lovely
<JesseW> dignifiedquire: you could write some! :-)
<daviddias> ah, you meant for go
<dignifiedquire> yeah that readme doesn't help that much for understanding the code though
<dignifiedquire> well I don't understand the js, so I'm looking for the original
<daviddias> in js
<daviddias> it gives you an object stream
<daviddias> you pipe files into it
<daviddias> it chunks the file and stores it
<daviddias> saving the root hash of the file
<daviddias> when there is no more files on that object stream
<daviddias> it creates the dir nodes
<dignifiedquire> I got that far
<dignifiedquire> but the traverse stuff seems to be odd to say the least
<daviddias> any other question?
chriscool1 has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
<daviddias> the exporter you mean?
<dignifiedquire> importer
chriscool has quit [Read error: Connection reset by peer]
<daviddias> that is the step where the dir nodes are created
<daviddias> you have to create the dag for the directory you added
<daviddias> sometimes it is an 'empty file' as in a dir
<dignifiedquire> but why do we have to build this json tree?
<daviddias> there has to be two modes
<dignifiedquire> modes?
<daviddias> a) flush: true
<daviddias> b) flush: false
<daviddias> in flush true, you would go and create the dir nodes as soon as you know there is a file inside
<daviddias> and keep updating them
<daviddias> flush: false, which is what the engine uses by default
<daviddias> is: "create the entire tree in the end"
<dignifiedquire> hmm
<dignifiedquire> the code is still odd
ckwaldon has joined #ipfs
<dignifiedquire> and I don't think flush: true is implemented currently
<daviddias> flush: true is not implemented
<JesseW> is there an online proquint converter?
<dignifiedquire> daviddias: are we using balanced or trickle?
tmg has joined #ipfs
mvorg has joined #ipfs
lynkd has joined #ipfs
<daviddias> dignifiedquire: is it more clear now?
<dignifiedquire> so so
<dignifiedquire> I have a good idea about the end result
<dignifiedquire> will just make some magic code that does it :D
<daviddias> for the pull-streams
<daviddias> or the trickle dag?
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6rrB
<ipfsbot> js-ipfs-api/ipfs-api/ng 5f71752 David Dias: feat(internals): use promisify for every exposed interface and apply CR
<daviddias> it is important to keep the engine as a streaming interface, so it works really nicely over the network
<daviddias> such as, we can't ever be sure of the order of the files being added
<dignifiedquire> making all the things work ;)
<dignifiedquire> will ping you again
<dignifiedquire> trying to write the fixed sized chunker first
<JesseW> Is there an example of using the proquint resolver?
<haad> daviddias: does js-ipfs-api attach itself to window.ipfs?
<haad> nvm, found my answer
jgantunes has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<daviddias> :)
<daviddias> dignifiedquire: sounds good :)
<dignifiedquire> daviddias: can we have a call where you explain the world to me? :)
<daviddias> we have to have that block discussion today
<daviddias> absolutely
<dignifiedquire> we can do the block discussion as well
<daviddias> ok 7 mins for me to finish making my coffee
<daviddias> and then call time
<dignifiedquire> :D
<dignifiedquire> sounds good
poga has quit [Ping timeout: 276 seconds]
mgue has quit [Quit: WeeChat 1.5]
JesseW has quit [Ping timeout: 252 seconds]
jokoon has joined #ipfs
j12t has joined #ipfs
<dignifiedquire> a wild jbenet appears posting dependency graphs
<dignifiedquire> it is very effective
poga has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
tmg has quit [Ping timeout: 250 seconds]
tmg has joined #ipfs
<dignifiedquire> daviddias: is your coffee ready?
<daviddias> yep yep
<daviddias> here :D
<dignifiedquire> daviddias: https://zoom.us/j/837184886
<daviddias> ok, zoom them
corvinux has joined #ipfs
tmg has quit [Ping timeout: 240 seconds]
ckwaldon has quit [Remote host closed the connection]
tmg has joined #ipfs
corvinux has quit [Ping timeout: 244 seconds]
corvinux has joined #ipfs
apiarian has quit [Ping timeout: 258 seconds]
ckwaldon has joined #ipfs
oed has joined #ipfs
apiarian has joined #ipfs
zjk has joined #ipfs
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0 has quit [Ping timeout: 264 seconds]
infinity0_ has quit [Remote host closed the connection]
infinity0 has joined #ipfs
<zjk> Hi, I'm trying to get started on the unit test issue (https://github.com/libp2p/go-libp2p/issues/83)
<zjk> I'm having trouble running `gx --verbose install --global`
balboah has joined #ipfs
<balboah> I wonder what the reason can be for my 2nd ipfs daemon not being able to resolve an ipns name. When ipfs.io can. Are there a TTL after you publish a name? Will the name kind of disappear from the network if nobody resolves it for some time
<zjk> Here is the error output (https://justpaste.it/xenb)
ckwaldon has quit [Remote host closed the connection]
infinity0 has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
infinity0 has joined #ipfs
<daviddias> added two more notes, other than that, looks good :)
<haad> daviddias: does DAGNode have a function to get its hash as hex?
infinity0 has quit [Remote host closed the connection]
<daviddias> .multihash().toString('hex')
<haad> thank you!
<zjk> Do I need local IPFS daemon to run gx?
infinity0 has joined #ipfs
<haad> daviddias: can I call object.get(hash <-- hash as a hex? wrap in a buffer?
<Kubuxu> zjk: no you don't, let me check few things
<Kubuxu> is it always same hash?
<Kubuxu> ?
<zjk> yes QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV
<daviddias> right now you would be able to do
<daviddias> `object.get(new Buffer(hash, 'hex'), ...` given that hash is the multihash Buffer encoded in hex
<haad> great, thank you again!
<daviddias> the https://github.com/ipfs/interface-ipfs-core/tree/master/API/object#javascript---ipfsobjectgetmultihash-options-callback only supports raw multihash buffer or a string of an encoded version (and really we just support base58, but hex can be added)
<daviddias> no prob :)
<Kubuxu> hmm, no idea, can you report it to: https://github.com/whyrusleeping/gx
<Kubuxu> daviddias: /ok Kubuxu pls
<Kubuxu> /op Kubuxu
<daviddias> wait, are you the real Kubuxu
<Kubuxu> check my whois if you don't belive
<Kubuxu> also my nick is authenticated :p
<daviddias> ehehe
herzmeister has quit [Quit: Leaving]
chriscool1 has quit [Ping timeout: 265 seconds]
damongant has quit [Quit: Bye.]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<zjk> Hi, I just submitted the issue on gx. Another question: in the $GOPATH/src/gx/ipfs folder, libraries are under a hash folder. But in the go-libp2p code, is it true the imports do not have the hash in them?
<ipfsbot> [js-ipfs-api] greenkeeperio-bot opened pull request #351: Update interface-ipfs-core to version 0.12.0
ckwaldon has quit [Remote host closed the connection]
cemerick has quit [Ping timeout: 244 seconds]
ckwaldon has joined #ipfs
zorglub27 has quit [Ping timeout: 250 seconds]
cemerick has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
j12t has joined #ipfs
j12t has quit [Ping timeout: 250 seconds]
ckwaldon has joined #ipfs
HostFat_ has joined #ipfs
bearbin has quit [Remote host closed the connection]
ckwaldon has quit [Ping timeout: 244 seconds]
bearbin has joined #ipfs
pfrazee has joined #ipfs
ckwaldon has joined #ipfs
<dignifiedquire> daviddias: how about we unify the method names to "put", "get", "putStream" and "getStream"?
<Kubuxu> zjk: you have to use `gx-go rewrite` to compile from hash locked versions
<Kubuxu> use `gx-go rewrite --undo` to reverse it
lynkd has quit [Ping timeout: 265 seconds]
rardiol has joined #ipfs
<jakobvarmose> balboah, There's a ttl of 24h by default, i think.
ckwaldon has quit [Ping timeout: 276 seconds]
rardiol has quit [Ping timeout: 240 seconds]
ckwaldon has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<daviddias> dignifiedquire:
<dignifiedquire> :)
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-yargs-5.0.0 at fd5b2df: https://git.io/v6rA4
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-yargs-5.0.0 (+1 new commit): https://git.io/v6wFV
<ipfsbot> js-ipfs/greenkeeper-yargs-5.0.0 fd5b2df greenkeeperio-bot: chore(package): update yargs to version 5.0.0...
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
rardiol has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
TheWhisperSP3 has quit [Quit: Leaving]
TheWhisperSP3 has joined #ipfs
PrinceOfPeeves has joined #ipfs
tmg has quit [Ping timeout: 244 seconds]
tmg has joined #ipfs
opal has quit [Remote host closed the connection]
neurrowcat has joined #ipfs
14WAAJBT8 has joined #ipfs
rardiol has quit [Ping timeout: 244 seconds]
rgrinberg has joined #ipfs
14WAAJBT8 is now known as opal
DavidAmorn[m] has joined #ipfs
ashark has joined #ipfs
Caquilala[m] has joined #ipfs
<DavidAmorn[m]> Hola Caqui
<Caquilala[m]> Hola
<DavidAmorn[m]> Caquiiiiiiiiii
M-fs_IXlocWlFZHF has joined #ipfs
Caquilala[m]1 has joined #ipfs
reit has quit [Ping timeout: 250 seconds]
mgue has joined #ipfs
ashark has quit [Ping timeout: 244 seconds]
<zjk> Kuduxu: thanks
Kane` has quit [Quit: Leaving]
nerdshark has joined #ipfs
dmr has joined #ipfs
pfrazee has quit [Remote host closed the connection]
ruby32 has joined #ipfs
reit has joined #ipfs
zorglub27 has joined #ipfs
ashark_ has joined #ipfs
computerfreak has joined #ipfs
<dignifiedquire> now onto the dag-service
<zjk> Hi, I'm trying to get started on the unit test issue (https://github.com/libp2p/go-libp2p/issues/83). In the code package imports are prefixed with github.com/libp2p/go-libp2p. Why not github.com/libp2p/go-libp2p? What am I missing?
jjjjj has quit [Ping timeout: 260 seconds]
M-fs_IXlocWlFZHF has left #ipfs ["User left"]
LumberTech has quit [Quit: ZNC - http://znc.in]
<dignifiedquire> richardlitt: are you around?
j12t has joined #ipfs
<dignifiedquire> zjk: this is probably because go-libp2p just very recently moved to the libp2p github org
<ipfsbot> [js-ipfs-api] diasdavid pushed 2 new commits to ipfs-api/ng: https://git.io/v6okK
<ipfsbot> js-ipfs-api/ipfs-api/ng 4cffb47 David Dias: feat(dependencies): update dependencies
<ipfsbot> js-ipfs-api/ipfs-api/ng f16effb David Dias: feat(util): add fsAdd, streamAdd and urlAdd
<DavidAmorn[m]> Hola
pixelated_ has joined #ipfs
M-fs_IXlocWlFZHF has joined #ipfs
M-fs_IXlocWlFZHF has left #ipfs ["User left"]
j12t has quit [Ping timeout: 244 seconds]
pfrazee has joined #ipfs
pixelated_ has quit [Ping timeout: 244 seconds]
corvinux has quit [Ping timeout: 258 seconds]
rgrinberg has quit [Quit: WeeChat 1.5]
rgrinberg has joined #ipfs
rgrinberg has quit [Client Quit]
rgrinberg has joined #ipfs
pixelated_ has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid deleted greenkeeper-interface-ipfs-core-0.12.0 at 4af6c98: https://git.io/v6otB
jokoon has quit [Quit: Leaving]
<ipfsbot> [js-ipfs-api] diasdavid force-pushed ipfs-api/ng from f16effb to 2ae09fb: https://git.io/vKv66
<ipfsbot> js-ipfs-api/ipfs-api/ng 2ae09fb David Dias: feat(util): add fsAdd, streamAdd and urlAdd
computerfreak has quit [Remote host closed the connection]
tmg has quit [Ping timeout: 258 seconds]
tmg has joined #ipfs
tmg has quit [Client Quit]
rgrinberg has quit [Ping timeout: 240 seconds]
rgrinberg has joined #ipfs
Tugger3 has joined #ipfs
reit has quit [Ping timeout: 258 seconds]
hermanjunge has joined #ipfs
hermanjunge has quit [Client Quit]
balboah has quit [Quit: balboah]
chriscool has joined #ipfs
HostFat_ has quit [Read error: Connection reset by peer]
Tv` has joined #ipfs
victorbjelkholm_ is now known as victorbjelkholm
<Tugger3> hey all. Im trying to do config management for ipfs. but having an issue with the identity section. Any thoughts on how I can initiate an ipfs node without ipfs init?
<Tugger3> by simply providing my own rsa keypair?
JesseW has joined #ipfs
chriscool has quit [Ping timeout: 258 seconds]
<ipfsbot> [webui] greenkeeperio-bot opened pull request #464: Update postcss-loader to version 0.10.1
<victorbjelkholm> daviddias, awesome work with the next-generation stuff :) Looking good!
<victorbjelkholm> Tugger3, you can always configure the config manually, it should be located at ~/.ipfs/config, or whatever you set IPFS_PATH environment variable to
<Tugger3> victorbjelkholm, yes but it wont start due to missing blocks. Also I need to know how peerid hash is calculated
<Tugger3> victorbjelkholm, actually it will start if i create empty blocks/datastore directories
G-Ray has quit [Remote host closed the connection]
<Tugger3> A IPFS Peer Id is based on a sha256 has of the peer public key, using multihash
<Tugger3> let me try that
<Tugger3> still cant work it out. :(
<Tugger3> i tried sha256 of public key then i base64 encoded it.
<Tugger3> still doesnt match peer id
byteflame has joined #ipfs
<dignifiedquire> daviddias: back yet?
<Tugger3> hmm, looks like I can try and use this: js-peer-id
TheWhisper has quit [Ping timeout: 265 seconds]
TheWhisperSP3 has quit [Ping timeout: 252 seconds]
TheWhisper has joined #ipfs
WhisperSurface has joined #ipfs
TheWhisper_ has joined #ipfs
j12t has joined #ipfs
<TheGillies> Any eta on file coin? Looking at ways to have persistent storage without needing to pin myself.
TheWhisper has quit [Ping timeout: 250 seconds]
TheWhisper_ is now known as TheWhisper
<JesseW> TheGillies: still pretty far out, AFAIK (but I don't know a lot, so this may be wrong)
<dignifiedquire> daviddias: https://github.com/ipfs/js-ipfs-merkle-dag/pull/44 dag-service with streams
<JesseW> TheGillies: I'd suggest archive.org for material of public interest, and the standard cloud services for other material.
zjk_ has joined #ipfs
WhisperSurface is now known as TheWhisperSP3
<Tugger3> is there an ipfs reload config command?
zjk_ has quit [Quit: Page closed]
JesseW has quit [Ping timeout: 244 seconds]
rsync has joined #ipfs
zeroish has joined #ipfs
herzmeister has joined #ipfs
mbrock has joined #ipfs
cketti has joined #ipfs
infinity0 has quit [Remote host closed the connection]
j12t has quit [Ping timeout: 240 seconds]
anewuser has joined #ipfs
<daviddias> dignifiedquire: almost
infinity0 has joined #ipfs
s_kunk has quit [Ping timeout: 264 seconds]
j12t has joined #ipfs
ebel has quit [Ping timeout: 260 seconds]
<whyrusleeping> Tugger3: I might be able to make a tool for you
<whyrusleeping> do you want to be able to import an existing RSA key as an ipfs key? or do you want to be able to just generate new ipfs identities?
j12t_ has joined #ipfs
chriscool has joined #ipfs
j12t has quit [Ping timeout: 258 seconds]
ebel has joined #ipfs
<daviddias> ok, now back
<whyrusleeping> daviddias: i missed you
<daviddias> ohh <3
gmcquillan_ has joined #ipfs
gmcquillan_ is now known as gavin
<nicolagreco> ping jbenet I am connected
nerdshark has quit [Ping timeout: 244 seconds]
<whyrusleeping> nicolagreco: are you back in the great country of america yet?
<nicolagreco> nope whyrusleeping, still enjoying the sun :)
<whyrusleeping> damn you and your italian vacation
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6oKO
<ipfsbot> js-ipfs-api/ipfs-api/ng 88b7558 David Dias: fix(block): testing
j12t has joined #ipfs
<ipfsbot> [js-ipfs] greenkeeperio-bot opened pull request #424: Update interface-ipfs-core to version 0.13.0
<ipfsbot> [go-ipfs] Kubuxu created fix/unixfs-relative-seek-expand (+2 new commits): https://git.io/v6oKA
<ipfsbot> go-ipfs/fix/unixfs-relative-seek-expand 2065636 Jakub Sztandera: unixfs: cleanup imports and remove unused error...
<ipfsbot> go-ipfs/fix/unixfs-relative-seek-expand d16ae1b Jakub Sztandera: unixfs: fix relative seek not expanding file properly...
j12t_ has quit [Ping timeout: 252 seconds]
<voxelot> daviddias: finished stripping unused async modules in these PRs https://github.com/ipfs/js-ipfs/issues/214#issuecomment-240330723
ebel has quit [Ping timeout: 258 seconds]
<ipfsbot> [go-ipfs] Kubuxu opened pull request #3095: unixfs: fix relative seek not expanding file properly (master...fix/unixfs-relative-seek-expand) https://git.io/v6o6U
<voxelot> on to js-ipfs-api next gen, need to get caught up and learn your noew ways/ cr
ebel has joined #ipfs
<dignifiedquire> whyrusleeping: do you have a good resource for the details of the trickle dag?
<whyrusleeping> why are you guys so obsessed with that thing? you don't even have the sharded reader working yet :P
<dignifiedquire> I am implementing all the things :P
<whyrusleeping> the datastructure is modeled after a binomial heap: https://en.wikipedia.org/wiki/Binomial_heap
<multivac> [WIKIPEDIA] Binomial heap | "In computer science, a binomial heap is a heap similar to a binary heap but also supports quick merging of two heaps. This is achieved by using a special tree structure. It is important as an implementation of the mergeable heap abstract data type (also called meldable heap), which is a priority queue..."
multivac was kicked from #ipfs by whyrusleeping [multivac]
<dignifiedquire> ahh okay :) that makes sense
<whyrusleeping> yeaap :)
<whyrusleeping> the only difference is that we have variable widths for each layer
<whyrusleeping> so you could have X direct blocks on each node, and Y of each layer
<dignifiedquire>
<whyrusleeping> dignifiedquire: hows secio?
Foxcool has quit [Ping timeout: 264 seconds]
herzmeister has quit [Quit: Leaving]
cemerick has quit [Ping timeout: 258 seconds]
<daviddias> haad, dignifiedquire: can I get your CR on https://github.com/ipfs/js-ipfs-api/pull/305, it is going to be a major release, your feedback is really important
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to fix/unixfs-relative-seek-expand: https://git.io/v6o1y
<ipfsbot> go-ipfs/fix/unixfs-relative-seek-expand 6978680 Jakub Sztandera: unixfs: add more seek test cases...
nerdshark has joined #ipfs
Foxcool has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid force-pushed ipfs-api/ng from 88b7558 to 17f95fb: https://git.io/vKv66
<ipfsbot> js-ipfs-api/ipfs-api/ng 17f95fb David Dias: fix(block): testing
Tv` has quit [Ping timeout: 250 seconds]
zorglub27 has quit [Ping timeout: 265 seconds]
dignifiedquire has quit [Ping timeout: 260 seconds]
dignifiedquire has joined #ipfs
Tv` has joined #ipfs
<haad> daviddias: that's a massive one! I'll start now and continue tomorrow
ckwaldon has joined #ipfs
<daviddias> thank you :) once we have that in, I can do a bunch of stuff more in js-ipfs itself
<dignifiedquire> whyrusleeping: pretty good, it works with itsel through the refactored libp2p stack
<dignifiedquire> that's why I need those integration tests
<Tugger3> hi whyrusleeping. so I found this tool to be able to create the ids: https://github.com/libp2p/js-peer-id
<daviddias> Tugger3: it even has a CLI
<Tugger3> seems to work well. i tested it. Now in order to reload configs on change, I would currently need to restart ipfs. Just wondering if it accepts another signal to reload or something?
<Tugger3> i know that the ipfs bin has ability to change config lines
<Tugger3> but with config management usually it manages differences and just throws the whole new config and reloads the daemon
j12t has quit []
<Tugger3> i dont mind restarting the daemon though, if thast the only solution for now
<Tugger3> daviddias, what cli?
byteflame has quit [Ping timeout: 276 seconds]
TheWhisper has quit [Quit: Leaving]
<daviddias> if you npm i peer-id -g
<daviddias> then you can do peer-id > id.json
<Tugger3> oh nice
<Tugger3> thats for that
<daviddias> to get a file with the id, priv and pubkey just like go-ipfs expects it
<Tugger3> daviddias, what about reloading ipfs deamon. is that possible?
<Tugger3> is there a signal where it can just re-read the config?
TheWhisper has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<daviddias> Tugger3: you will need to restart the daemon
<daviddias> you can have a fs watcher
<daviddias> that restarts the process
mvorg has quit [Ping timeout: 244 seconds]
ckwaldon has quit [Remote host closed the connection]
ygrek_ has joined #ipfs
chriscool has quit [Read error: No route to host]
chriscool has joined #ipfs
ckwaldon has joined #ipfs
j12t has joined #ipfs
<haad> daviddias: dignifiedquire that is nice! +1
<haad> oh sorry, just dignifiedquire
<dignifiedquire> :D
<haad> daviddias: went through parts of the PR, will continue tomorrow
<dignifiedquire> lets mention everyone :D
<ipfsbot> [js-ipfs-api] nginnever deleted upgrade/block at b796fca: https://git.io/v6obN
<voxelot> dignifiedquire is always forcing me to learn new javascripts, pull streams looks nice
<dignifiedquire> voxelot: :D alway need to learn new things :)
ckwaldon has quit [Ping timeout: 265 seconds]
<dignifiedquire> but believe me pull-streams are much easier than node-core streams once you got the basics down :)
<Kubuxu> richardlitt: friend of mine says that we have typo in CoC: https://github.com/ipfs/community/blob/master/code-of-conduct.md s/trangressed/transgressed
<Kubuxu> is that correct?
<dignifiedquire> sounds like a typo
ckwaldon has joined #ipfs
<haad> noffle: https://arxiv.org/pdf/1608.03960v1.pdf <-- it's almost exactly what you did with StringArray (ArrayCrdt, whatwasit?)
<haad> cc ^^ voxelot ansuz everyone else who's interested in CRDTs or collaborative p2p text editing data structures
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
<daviddias> dignifiedquire: when the abstractions are good :)
<voxelot> haad: fresh, thanks, going to pour over that this evening
ckwaldon has quit [Remote host closed the connection]
zorglub27 has joined #ipfs
ckwaldon has joined #ipfs
computerfreak has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
<Kubuxu> whyrusleeping: and I found a next bug, this time I think in dag reader.
ckwaldon has joined #ipfs
<whyrusleeping> Kubuxu: naiceee
<Kubuxu> again SEEK_CUR (relative seek)
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-interface-ipfs-core-0.13.0 at c4854b4: https://git.io/v6ojo
<Kubuxu> but this means dagreader needs unit testing ...
<whyrusleeping> yeah...
ckwaldon has quit [Ping timeout: 260 seconds]
rendar has quit [Ping timeout: 240 seconds]
cryptix has joined #ipfs
<Kubuxu> It is my mistake after all, I think.
<Kubuxu> yeah, it was my mistake, missed that I have to reset write offset.
<Kubuxu> Hmm, coverage at 77% it will be hard to go higher because of the error checking
r04r is now known as zz_r04r
ckwaldon has joined #ipfs
anewuser has quit [Quit: anewuser]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
pfrazee has quit [Remote host closed the connection]
erde74 has joined #ipfs
hwu has joined #ipfs
<richardlitt> Thanks.
<hwu> Hi all, I'm using js-ipfs-api to recursively add a directory. I'm currently running it as such: 'ipfs.util.addFiles({directory}, {recursive:true}, (err, res)=>{ console.log(res); });', however in the directory object's links, it has the hash for all subfiles, but does not have the hash for the directory itself, as ipfs via cmdline does. How should I go about getting this hash?
<hwu> (Note: {directory} is the directory path in strings)
zz_r04r is now known as r04r
pfrazee has joined #ipfs
rendar has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to fix/unixfs-relative-seek-expand: https://git.io/v6KkJ
<ipfsbot> go-ipfs/fix/unixfs-relative-seek-expand 9f9ca6c Jakub Sztandera: unixfs: add ReadAndSeek test...
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-readable-stream-2.1.5 (+1 new commit): https://git.io/v6KkN
<ipfsbot> js-ipfs/greenkeeper-readable-stream-2.1.5 fee415b greenkeeperio-bot: chore(package): update readable-stream to version 2.1.5...
mbrock has quit [Quit: Connection closed for inactivity]
<ipfsbot> [js-ipfs] greenkeeperio-bot opened pull request #425: Update readable-stream to version 2.1.5
chriscool has quit [Read error: Connection reset by peer]
<noffle> haad: I'll check it out -- thanks!
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
<voxelot> hwu: hello, I prefer to use createAddStream for adding nested dirs with the js-ipfs-api, thanks noffle ;) here is a test that shows its use https://github.com/ipfs/interface-ipfs-core/blob/block-api/src/files.js#L163-L206
rsync has quit [Quit: Leaving]
<voxelot> everything 'should' be handled by the ipfs core functions if you pass the correct paths with the stream
hwu has quit [Ping timeout: 264 seconds]
<ipfsbot> [js-ipfs] dignifiedquire closed pull request #425: Update readable-stream to version 2.1.5
rsync has joined #ipfs
jgantunes has quit [Quit: Connection closed for inactivity]
ckwaldon has quit [Ping timeout: 250 seconds]
M-phaverkamp has quit [Ping timeout: 250 seconds]
Ineentho[m] has quit [Ping timeout: 276 seconds]
Boomerang has quit [Quit: Lost terminal]
Ineentho[m] has joined #ipfs
M-phaverkamp has joined #ipfs
M-dakrone has left #ipfs ["User left"]
zorglub27 has joined #ipfs
ckwaldon has joined #ipfs
Score_Under has quit [Ping timeout: 250 seconds]
rsync has quit [Quit: Leaving]
<7GHABTVI3> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/v6KZD
<17SAAYAZ3> [go-ipfs] whyrusleeping closed pull request #3095: unixfs: fix relative seek not expanding file properly (master...fix/unixfs-relative-seek-expand) https://git.io/v6o6U
<7GHABTVI3> go-ipfs/master 411f9d6 Jeromy Johnson: Merge pull request #3095 from ipfs/fix/unixfs-relative-seek-expand...
<ipfsbot> [go-ipfs] whyrusleeping deleted fix/unixfs-relative-seek-expand at 9f9ca6c: https://git.io/v6KZS
mbrock has joined #ipfs
mvorg has joined #ipfs
mappum has joined #ipfs
physes has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
vbsd has quit [Ping timeout: 244 seconds]
ruby32 has quit []
ckwaldon has joined #ipfs
whphhg has joined #ipfs
rardiol has joined #ipfs
rardiol has quit [Ping timeout: 276 seconds]
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon has joined #ipfs
rardiol has joined #ipfs
ckwaldon1 has joined #ipfs
dmr has quit [Quit: Leaving]
Magik6k has quit [Quit: Bye!]
ckwaldon has quit [Ping timeout: 252 seconds]
Magik6k has joined #ipfs
ckwaldon has joined #ipfs
ZaZ has joined #ipfs
ckwaldon1 has quit [Ping timeout: 276 seconds]
ckwaldon1 has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon1 is now known as ckwaldon
zorglub27 has quit [Ping timeout: 250 seconds]
cryptix has quit [Ping timeout: 244 seconds]
<ipfsbot> [webui] greenkeeperio-bot opened pull request #465: Update eslint-plugin-react to version 6.1.2
ashark_ has quit [Ping timeout: 276 seconds]
cryptix has joined #ipfs
Encrypt has joined #ipfs
rgrinberg has quit [Ping timeout: 265 seconds]
whphhg has quit [Quit: Leaving]
achin is now known as achin[GRA]
whphhg has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 276 seconds]
Ineentho[m] has quit [Ping timeout: 240 seconds]
M-abdessamadhoud has quit [Ping timeout: 240 seconds]
Guest20001[m] has quit [Ping timeout: 240 seconds]
M-Samim has quit [Ping timeout: 240 seconds]
M-hellomoto has quit [Ping timeout: 240 seconds]
M-Lawrence_Pritc has quit [Ping timeout: 240 seconds]
M-nated has quit [Ping timeout: 240 seconds]
M-davidar-test has quit [Ping timeout: 240 seconds]
M-9743 has quit [Ping timeout: 240 seconds]
disgusting[m]1 has quit [Ping timeout: 240 seconds]
M-bp5 has quit [Ping timeout: 240 seconds]
ckwaldon1 has quit [Ping timeout: 258 seconds]
ckwaldon has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
Encrypt has quit [Quit: Sleeping time!]
M-Samim has joined #ipfs
M-hellomoto has joined #ipfs
M-abdessamadhoud has joined #ipfs
Guest20001[m] has joined #ipfs
Ineentho[m] has joined #ipfs
ckwaldon1 has joined #ipfs
M-davidar-test has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
disgusting[m]1 has joined #ipfs
M-bp5 has joined #ipfs
M-nated has joined #ipfs
M-9743 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
Guest91989 has quit [Ping timeout: 240 seconds]
neurrowcat has quit [Quit: Deebidappidoodah!]
seagreen has quit [Ping timeout: 276 seconds]
ruby32 has joined #ipfs
cketti has quit [Ping timeout: 252 seconds]
rardiol1 has joined #ipfs
rardiol has quit [Ping timeout: 265 seconds]
reit has joined #ipfs
cketti has joined #ipfs
abbaZaba has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
ckwaldon has quit [Remote host closed the connection]
LegalResale has quit [Ping timeout: 276 seconds]
pfrazee has quit [Remote host closed the connection]
mbrock has quit [Quit: Connection closed for inactivity]
reit has quit [Ping timeout: 240 seconds]
abbaZaba has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kvda has joined #ipfs
LegalResale has joined #ipfs
demize has quit [Quit: Do Androids Dream of Electric Sheep?]