whyrusleeping 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 at https://github.com/ipfs/community/blob/master/code-of-conduct.md -- sprints + work org at https://github.com/ipfs/pm/ -- community info at https://github.com/ipfs/community/
<whyrusleeping> jbenet: fancy panic: https://circleci.com/gh/ipfs/go-ipfs/680
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
shea256 has joined #ipfs
uhhyeahbret has quit [Remote host closed the connection]
shea256 has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping created fix/dht-test-connect (+1 new commit): http://git.io/vmPma
<ipfsbot> go-ipfs/fix/dht-test-connect 3ea1064 Jeromy: mark other nodes in routing table on test-connect...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #1494: mark other nodes in routing table on test-connect (master...fix/dht-test-connect) http://git.io/vmPmV
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping> jbenet: also https://github.com/ipfs/go-ipfs/pull/1488
<bret> Fixed the systemd service example: https://github.com/ipfs/examples/pull/20
<jbenet> thanks bret
<boreq> whyrusleeping: https://github.com/ipfs/go-ipfs/issues/862 is it really possible to make a real daemon in go though? I thought that it is not really possible to do something like fork() in C
<boreq> sound like a job for the init system to be honest
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] whyrusleeping force-pushed fix/dht-test-connect from 3ea1064 to 4780c65: http://git.io/vmPG2
<ipfsbot> go-ipfs/fix/dht-test-connect 4780c65 Jeromy: mark other nodes in routing table on test-connect...
uhhyeahbret has joined #ipfs
<whyrusleeping> boreq: you can make a syscall, i do it in some other code i've written
<whyrusleeping> fork isnt a C thing, its an OS thing
<whyrusleeping> and Go has full access to all the same syscalls C does
<boreq> whyrusleeping: so basically syscall.ForkExec?
<boreq> I somehow missed that
<boreq> whyrusleeping: apparently sometimes it is better to continue research instead of stopping after reading "it can't be done" in the first search result encountered after looking for "golang daemon fork"
<ReactorScram> lol
Wallacoloo has joined #ipfs
Wallacoloo has quit [Client Quit]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 246 seconds]
<jbenet> daviddias @bcomnes
<daviddias> @bcomnes @ogd @caseorganic @kyledrake Trip to Portlandia! -> https://github.com/ipfs/community/issues/38 //cc @feross :)
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
border has quit [Quit: Konversation terminated!]
shea256 has joined #ipfs
shea256 has quit [Ping timeout: 256 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
shea256 has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
shea256 has quit [Ping timeout: 265 seconds]
<jbenet> mappum tperson: with ipfs-api module, how do i do equivalent of `ipfs add -r `
<mappum> jbenet: IIRC, just use a directory path and it will stream the files to the daemon recursively
<mappum> (it accepts strings as paths and buffers as data)
<jbenet> oh nice
<jbenet> and it reads them locally?
<mappum> yep
notduncansmith has joined #ipfs
<jbenet> mappum: ever seen this? gateway.ipfs.io/ipfs/QmX1wzQzmBP94sgeET89XPP8Xe2uN1fHRtvXW3P46cHLGT
notduncansmith has quit [Read error: Connection reset by peer]
<mappum> jbenet: what does the path you are inputting look like?
<jbenet> mappum when 'files' gets to multipartdir, i'ts [ '/tmp/asciinema/8pgmezlut3880svafm3880vzl' ]
<jbenet> (and that is a dir, just fine)
mdem has joined #ipfs
<jbenet> krl: i think your change broke this
<mappum> jbenet: can you test if it works at commit 0e8f64291c4d3ee4a96544934cbf40d1dd43b06b
Wallacoloo has joined #ipfs
Wallacoloo has left #ipfs [#ipfs]
<mappum> actually it shouldn't, nvm
<jbenet> yeah, it doesnt
<mappum> i think commit 0cb1d20c424162efe6885a721455f1a72fb19b94 removed support for passing in string file paths, i think currently it will work if you give it a vinyl file
notduncansmith has joined #ipfs
zabirauf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet> hmm maybe. vinylfs isnt giving me stuff. oh well. gtg for now.
<krl> jbenet: ok, i'll look it up write tests for it
<krl> *and
<krl> in other news, the ipfs-app linking turned out to be tricker than i expected, but i've almost nailed it now
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
semidreamless has joined #ipfs
<krl> the problem is supporting relative and absolute paths between iframes that don't know too much about each other
tilgovi has joined #ipfs
<Xe> how do I run an application inside ipfs?
tilgovi has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
semidreamless has quit [Remote host closed the connection]
notduncansmith has joined #ipfs
semidreamless has joined #ipfs
notduncansmith has quit [Ping timeout: 264 seconds]
<Xe> I'm getting a compilation error when trying to go get ipfs
<Xe> ➜ go get -u github.com/ipfs/go-ipfs/cmd/ipfs [2]
<Xe> # github.com/ipfs/go-ipfs/p2p/crypto
<Xe> go/src/github.com/ipfs/go-ipfs/p2p/crypto/key.go:106: undefined: elliptic.P224
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Xe> oh
<Xe> it was fedora being dumb
djoot has quit [Quit: leaving]
<cSmith> yea
<cSmith> I had the same issue a while back
<cSmith> it's because ~legal~
<cSmith> just use the package from golang's website
shea256 has joined #ipfs
shea256 has quit [Ping timeout: 265 seconds]
semidrea_ has joined #ipfs
semidreamless has quit [Ping timeout: 248 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zramsay has joined #ipfs
<zramsay> i keep getting "context deadline exceeded" when making add, get & pin requests over the api
<zramsay> code worked fine yesterday
<zramsay> hunch is that it's a slow connection but that seems unlikely
zramsay has quit [Quit: Page closed]
zramsay has joined #ipfs
sharky has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Tv` has quit [Quit: Connection closed for inactivity]
sharky has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zramsay has quit [Quit: Page closed]
semidrea_ has quit [Quit: Leaving...]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
prosodyContext has quit [Ping timeout: 256 seconds]
hellertime has quit [Quit: Leaving.]
prosodyContext has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
reit has quit [Ping timeout: 252 seconds]
kbala has quit [Quit: Connection closed for inactivity]
zabirauf has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zabirauf has quit [Read error: Connection reset by peer]
zabirauf has joined #ipfs
Leer10 has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mdem has quit [Quit: Connection closed for inactivity]
mildred has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
alu has quit [Quit: WeeChat 1.3-dev]
woahbot has quit [Ping timeout: 244 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
atomotic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
atomotic has quit [Quit: Textual IRC Client: www.textualapp.com]
mildred has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
shea256 has joined #ipfs
shea256 has quit [Ping timeout: 264 seconds]
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mildred has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
shea256 has joined #ipfs
<ipfsbot> [go-ipfs] rht opened pull request #1495: Add fixed-period repo GC (master...gc) http://git.io/vmX5F
<hpk> does the recent ipfs release support dns resolving of ipns already?
<hpk> (0.3.5)
shea256 has quit [Ping timeout: 252 seconds]
glidr has joined #ipfs
glidr has quit [Client Quit]
opn has joined #ipfs
<Luzifer> hpk: yep
<Luzifer> hpk: example: http://ipfs.hub.luzifer.io/ipns/swagger.luzifer.io/ (first one pointing to an 0.3.5 docker container, second one having dnslink TXT entry…
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Luzifer> rht__: cool did not know about time.After…
G-Ray has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
G-Ray has quit [Quit: Konversation terminated!]
mildred has quit [Quit: Leaving.]
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has joined #ipfs
hellertime has joined #ipfs
Encrypt has quit [Quit: Eating time!]
domanic has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zabirauf has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Ping timeout: 260 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] MichaelMure opened pull request #1496: Update the bash completion script (master...bash_completion) http://git.io/vm1C2
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
M-Eric has quit [Remote host closed the connection]
MatrixBridge has quit [Read error: Connection reset by peer]
MatrixBridge has joined #ipfs
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<ipfsbot> [go-ipfs] MichaelMure opened pull request #1497: Add the missing long argument for ipfs mount (master...mount-options) http://git.io/vm18A
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has quit [Quit: Leaving.]
Encrypt has joined #ipfs
reit has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
fd0 has left #ipfs ["."]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mildred has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
mdem has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has joined #ipfs
hellertime has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
www has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sff has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has joined #ipfs
www has quit [Ping timeout: 264 seconds]
void has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
opn has joined #ipfs
semidreamless has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
opn has quit [Read error: Connection reset by peer]
hellertime has quit [Quit: Leaving.]
<whyrusleeping> Luzifer: sweet!
<Luzifer> whyrusleeping: and also (not yet documented because of https://github.com/Luzifer/gobuilder/issues/48) support for encrypted values in notification thingy…
<whyrusleeping> Luzifer: ooOo, thats pretty sweet
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Luzifer> whyrusleeping: but its already working… https://github.com/Luzifer/gobuilder/blob/master/.gobuilder.yml :)
<Luzifer> sadly I'm not getting one of those cool buttons in gmail to open the build page directly without opening the mail… for that I've to send several hundreds of mails to gmail customers before I can apply to be whitelisted for that…
Tv` has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
pfraze has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
fd0 has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
therealplato1 has joined #ipfs
therealplato has quit [Ping timeout: 248 seconds]
Encrypt has quit [Quit: Eating time!]
void has quit [Quit: ChatZilla 0.9.91.1 [Firefox 39.0/20150629114848]]
<Bat`O> is there a way to run a daemon for multiple users ?
<Bat`O> on linux
<whyrusleeping> Bat`O: presumably, if the IPFS_PATH is set to a place where multiple users can access it, then i dont see why it wouldnt work
<Bat`O> ha, cool rhx
<Bat`O> thx*
notduncansmith has joined #ipfs
notduncansmith has quit [Ping timeout: 248 seconds]
semidreamless has quit [Remote host closed the connection]
semidreamless has joined #ipfs
<sprintbot> Sprint Checkin! [whyrusleeping jbenet cryptix wking lgierth krl kbala_ rht__ daviddias dPow chriscool gatesvp]
mdem has quit [Quit: Connection closed for inactivity]
semidreamless has quit [Ping timeout: 264 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<Luzifer> # gobuilder-cli --repo=github.com/Luzifer/password build
<Luzifer> Your build has been queued.
<Luzifer> \o/
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zabirauf has joined #ipfs
reit has quit [Ping timeout: 260 seconds]
semidreamless has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
patcon has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
domanic has quit [Read error: Connection reset by peer]
domanic has joined #ipfs
atrapado has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
zabirauf has quit [Ping timeout: 265 seconds]
Encrypt has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
dignifiedquire has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
xelra has quit [Quit: ZNC - http://znc.in]
dignifiedquire has quit [Quit: dignifiedquire]
xelra has joined #ipfs
dignifiedquire has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<tperson> Hey jbenet
therealplato has joined #ipfs
therealplato1 has quit [Ping timeout: 256 seconds]
<jbenet> tperson hey what's up
<tperson> You should be able to add directories. You just need to create an array of vinyl files.
<jbenet> (im cleaning up the add stuff, making it take a stream of files)
<jbenet> tperson: yeah but i specifically want to pass in "path/to/dir"
<jbenet> ipfs.add("path/to/dir") should work
<tperson> Okay, are you just going to construct the array on the other side then?
<jbenet> yeah
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
Wallacoloo has joined #ipfs
Wallacoloo has left #ipfs [#ipfs]
<jbenet> tperson: why are the mocha tests doing all the work on "before" ? shouldnt all the add calls be inside "it" ?
<jbenet> if exceptions are thrown its hard to know from where
Encrypt has quit [Quit: Sleeping time!]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
dignifiedquire has quit [Quit: dignifiedquire]
<tperson> krl: Wrote those, you'd have to ask him.
tjgillies__ has joined #ipfs
dignifiedquire has joined #ipfs
dignifiedquire has quit [Quit: dignifiedquire]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
atrapado has quit [Quit: Leaving]
www has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]