stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.21 and js-ipfs 0.35 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
<carsonfarmer[m]1> I ended up having to pass back in the toB58String method as well, as this is expected in `ipfs/src/core/components/init.js:92:26`... so defs a bug. i'll file a ticket right now
<stebalien> That's... odd.
mindCrime_ has joined #ipfs
<carsonfarmer[m]1> but still, not ideal
<stebalien> Yeah, it looks like the ocnfig checker needs to allow types other than objects.
martylake has quit [Read error: Connection reset by peer]
martylake has joined #ipfs
mindCrime__ has quit [Ping timeout: 276 seconds]
MuffinPimp has joined #ipfs
<carsonfarmer[m]1> Yeh, seems to be associated with the superstruct definition. In fact, now looking back, it seems there is a comment alluding to this fact in there: https://github.com/ipfs/js-ipfs/blob/master/src/core/config.js#L38
mindCrime_ has quit [Ping timeout: 258 seconds]
daMaestro has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
dwilliams has quit [Ping timeout: 248 seconds]
m_tadeu has quit [Remote host closed the connection]
m_tadeu has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
englishm has quit [Excess Flood]
englishm has joined #ipfs
zeden has quit [Ping timeout: 248 seconds]
lifeofnapkins has joined #ipfs
mithilarun has quit [Remote host closed the connection]
lifeofnapkins has quit [Ping timeout: 260 seconds]
Guest82 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest82 has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
martylake has quit [Ping timeout: 252 seconds]
joocain2 has joined #ipfs
Belkaar_ has quit [Ping timeout: 245 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
wahaha has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
wahaha_ has joined #ipfs
wahaha has quit [Ping timeout: 248 seconds]
}ls{ has quit [Ping timeout: 248 seconds]
martylake has joined #ipfs
}ls{ has joined #ipfs
wahaha_ has quit [Quit: WeeChat 2.5]
dwilliams has joined #ipfs
hurikhan77 has joined #ipfs
kakra has quit [Ping timeout: 258 seconds]
NatoBoram[m]3 has joined #ipfs
verin0x6 has joined #ipfs
Fessus_ has joined #ipfs
verin0x has quit [Ping timeout: 258 seconds]
user_51 has joined #ipfs
Fessus has quit [Ping timeout: 276 seconds]
martylake has quit [Ping timeout: 276 seconds]
user_51_ has quit [Ping timeout: 268 seconds]
joocain2_ has joined #ipfs
Fessus_ has quit [Remote host closed the connection]
Fessus_ has joined #ipfs
mowcat has quit [Ping timeout: 268 seconds]
mowcat has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ipfs
Fessus_ has quit [Remote host closed the connection]
Fessus_ has joined #ipfs
martylake has joined #ipfs
mowotter has joined #ipfs
mowcat has quit [Ping timeout: 248 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
KempfCreative has quit [Ping timeout: 248 seconds]
KempfCreative has joined #ipfs
Dijkstra has joined #ipfs
joocain2 has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
Dijkstra has quit [Ping timeout: 260 seconds]
Steverman has joined #ipfs
}ls{ has quit [Quit: real life interrupt]
lnykww has joined #ipfs
cammellos has joined #ipfs
DavidPH has quit [Remote host closed the connection]
<kivutar> @bmwiedemann1 regarding the issue we experienced yesterday, I see that @stebalien has a patch here that should fix it https://github.com/libp2p/go-libp2p-kad-dht/pull/291
spinza has quit [Ping timeout: 258 seconds]
Kingsqueee has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
spinza has joined #ipfs
brakmic has joined #ipfs
brakmic_ has joined #ipfs
brakmic__ has joined #ipfs
brakmic has quit [Ping timeout: 245 seconds]
brakmic_ has quit [Ping timeout: 245 seconds]
barrenba` has quit [Ping timeout: 248 seconds]
null1337 has joined #ipfs
daMaestro has quit [Quit: Leaving]
brakmic__ has quit []
brakmic has joined #ipfs
jwheeler[m] has joined #ipfs
verin0x6 is now known as verin0x
<jwheeler[m]> Hi everybody, just joined the channel. Thought I'd introduce myself. I am a software engineer based in San Diego, saw the nearest ipfs community in SF, so thought it would be cool to join. What things are you guys working on right now?
joocain2 has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
maxzor has joined #ipfs
<kivutar> @jwheeler[m] I'm trying to hack a https://github.com/zserge/webview + ipfs node that would be able to resolve ipfs:// without the need of installing the companion
<kivutar> kinda like what AKASHA did for their beta app
The_8472 has quit [Ping timeout: 252 seconds]
sfx2496 has joined #ipfs
The_8472 has joined #ipfs
dwilliams has quit [Ping timeout: 272 seconds]
<hamb_urglar[m]> hey basic question but cant figure it out. I added a folder to IPFS and I can see that the files are pinned. How do I turn that folder into a directory so I can see it with "ipfs files ls" and the web UI?
<kivutar> how did you add the folder exactly?
<hamb_urglar[m]> ipfs add -r
<kivutar> did you add only the content of it, or the folder itself?
<kivutar> so you should be able to do a `ipfs ls` on the resulting hash
<hamb_urglar[m]> yeah if i 'ipfs ls' I can see the contents
<hamb_urglar[m]> but how do I make that folder a directory with a readable name?
<hamb_urglar[m]> like...if i add that same folder via the web UI it gets it's own directory that i can see with 'ipfs files ls'
<hamb_urglar[m]> wondering how to do that from the command line
<kivutar> there is an options to wrap in another folder
<kivutar> -w
_jrjsmrtn has joined #ipfs
__jrjsmrtn__ has quit [Ping timeout: 258 seconds]
t4skforce has quit [Ping timeout: 248 seconds]
t4skforce has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
mowotter has quit [Remote host closed the connection]
<hamb_urglar[m]> <kivutar "there is an options to wrap in a"> Thanks
MaThuiQua[m] is now known as MaThuiQua4917[m]
MaThuiQua4917[m] is now known as MaThuiQua[m]
MaThuiQua[m] is now known as MaThuiQua4917[m]
Guest82 has quit [Ping timeout: 250 seconds]
maxzor has quit [Remote host closed the connection]
Steverman has quit [Ping timeout: 245 seconds]
MDead_ has joined #ipfs
MDude has quit [Ping timeout: 244 seconds]
MaThuiQua4917[m] is now known as Dendi4917[m]
Dendi4917[m] is now known as Dendi[m]
Dendi[m] is now known as Dendi4917[m]
Dendi4917[m] is now known as Dendi[m]
reit has joined #ipfs
cammellos has quit [Quit: WeeChat 2.5]
reit has quit [Client Quit]
joocain2 has joined #ipfs
joocain2_ has quit [Remote host closed the connection]
jon1012 has joined #ipfs
Oatmeal has quit [Ping timeout: 276 seconds]
ZaZ has joined #ipfs
Caterpillar has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
wahaha has joined #ipfs
blallo has joined #ipfs
dennis__ has joined #ipfs
is_null has joined #ipfs
Tillthecoyote[m] has joined #ipfs
dennis__ has quit [Client Quit]
martylake_ has joined #ipfs
martylake_ has quit [Read error: Connection reset by peer]
martylake_ has joined #ipfs
martylake has quit [Ping timeout: 276 seconds]
martylake has joined #ipfs
xcm has quit [Remote host closed the connection]
martylake_ has quit [Ping timeout: 272 seconds]
bleb has joined #ipfs
xcm has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Remote host closed the connection]
eyenx has quit [Ping timeout: 244 seconds]
lnykww has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
Adbray has quit [Read error: Connection reset by peer]
lnykww has joined #ipfs
xcm has joined #ipfs
bleb has quit [Quit: leaving]
bleb has joined #ipfs
eyenx has joined #ipfs
martylake has quit [Read error: Connection reset by peer]
martylake has joined #ipfs
vmx has joined #ipfs
clemo has joined #ipfs
detran has joined #ipfs
Newami has quit [Read error: Connection reset by peer]
martylake has quit [Read error: Connection reset by peer]
toxync01 has joined #ipfs
Ecran has joined #ipfs
chiui has joined #ipfs
martylake has joined #ipfs
martylake has quit [Read error: Connection reset by peer]
joocain2 has joined #ipfs
martylake has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
wahaha has quit [Quit: WeeChat 2.5]
wahaha has joined #ipfs
wahaha has quit [Client Quit]
wahaha has joined #ipfs
wahaha has quit [Client Quit]
martylake has quit [Read error: Connection reset by peer]
martylake has joined #ipfs
RamRanRa has joined #ipfs
RamRanRa has quit [Remote host closed the connection]
iv23orujwdfg has joined #ipfs
RamRanRa has joined #ipfs
pierreboc[m]1 has joined #ipfs
barrenbass has joined #ipfs
iv23orujwdfg has quit [Quit: WeeChat 2.4]
MatMaul has left #ipfs ["User left"]
blassin278262 has joined #ipfs
blassin27826 has quit [Ping timeout: 245 seconds]
spinza has quit [Ping timeout: 246 seconds]
matt-h has quit [Ping timeout: 246 seconds]
is_null has quit [Ping timeout: 272 seconds]
ctOS has joined #ipfs
joocain2_ has joined #ipfs
reit has joined #ipfs
shomodj has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
reit has quit [Ping timeout: 248 seconds]
matt-h has joined #ipfs
xcm has quit [Remote host closed the connection]
spinza has joined #ipfs
xcm has joined #ipfs
KempfCreative has quit [Ping timeout: 248 seconds]
martylake has quit [Read error: Connection reset by peer]
martylake has joined #ipfs
toxync01 has quit [Ping timeout: 268 seconds]
toxync01 has joined #ipfs
Chel[m] has joined #ipfs
XioXio has joined #ipfs
XioXio_ has joined #ipfs
XioXio has quit [Ping timeout: 246 seconds]
Adbray has joined #ipfs
madleb has joined #ipfs
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
joocain2 has joined #ipfs
lnykww has quit [Remote host closed the connection]
joocain2_ has quit [Ping timeout: 260 seconds]
is_null has joined #ipfs
is_null has quit [Ping timeout: 245 seconds]
is_null has joined #ipfs
chiui has quit [Ping timeout: 245 seconds]
madleb has quit [Read error: Connection reset by peer]
Oatmeal has joined #ipfs
kaotisk has quit [Read error: Connection reset by peer]
martylake has quit [Read error: Connection reset by peer]
zeden has joined #ipfs
chiui has joined #ipfs
kaotisk has joined #ipfs
DavidPH has joined #ipfs
XioXio_ has quit [Quit: XioXio_]
Kingsqueee has quit [Quit: https://i.imgur.com/qicT3GK.gif]
martylake has joined #ipfs
martylake has quit [Read error: Connection reset by peer]
toxync01 has quit [Ping timeout: 246 seconds]
ZaZ has quit [Read error: Connection reset by peer]
toxync01 has joined #ipfs
Oatmeal has quit [Ping timeout: 246 seconds]
chiui has quit [Ping timeout: 246 seconds]
Steverman has joined #ipfs
joocain2_ has joined #ipfs
KempfCreative has joined #ipfs
Steverman has quit [Ping timeout: 272 seconds]
joocain2 has quit [Ping timeout: 260 seconds]
nyc1080[m] has joined #ipfs
ctOS has quit [Quit: Connection closed for inactivity]
}ls{ has joined #ipfs
nyc1080[m] has left #ipfs ["User left"]
julienkya has joined #ipfs
kaotisk has quit [Ping timeout: 258 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
kaotisk has joined #ipfs
julienkya has quit [Quit: Textual IRC Client: www.textualapp.com]
is_null has quit [Ping timeout: 245 seconds]
Steverman has joined #ipfs
chiui has joined #ipfs
lnostdal has quit [Ping timeout: 245 seconds]
<bmwiedemann1> ipfs performance is still rather poor. Doing a large pin add -r and I get ~9 blocks/s with ~4MB/s on a 1GBit/s link. Wantlist never has >32 keys
MrAxilus[m] has joined #ipfs
joocain2 has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
mindCrime_ has joined #ipfs
ebarch has quit [Quit: The Lounge - https://thelounge.chat]
ebarch has joined #ipfs
ganny has joined #ipfs
is_null has joined #ipfs
mindCrime_ has quit [Ping timeout: 245 seconds]
mindCrime_ has joined #ipfs
<bmwiedemann1> OTOH I'm writing to a HDD, so 4MB/s is not so bad for somewhat random access.
<bmwiedemann1> err. it is 4MB in 10 seconds, so 400kb/s
mloki has quit [Remote host closed the connection]
mloki has joined #ipfs
jonnycrunch has joined #ipfs
matth has joined #ipfs
matt-h has quit [Ping timeout: 245 seconds]
mindCrime_ has quit [Ping timeout: 250 seconds]
Newami has joined #ipfs
Methos[m] has joined #ipfs
sfx2496 has quit [Ping timeout: 246 seconds]
pecastro has joined #ipfs
is_null has quit [Ping timeout: 246 seconds]
brakmic has quit [Remote host closed the connection]
brakmic has joined #ipfs
KempfCreative has quit [Ping timeout: 248 seconds]
KempfCreative has joined #ipfs
vmx has quit [Remote host closed the connection]
rendar has joined #ipfs
KempfCreative1 has joined #ipfs
KempfCreative has quit [Ping timeout: 272 seconds]
KempfCreative1 is now known as KempfCreative
ZaZ has joined #ipfs
joocain2_ has joined #ipfs
mloki has quit [Remote host closed the connection]
mloki has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
DavidPH has quit [Read error: Connection reset by peer]
is_null has joined #ipfs
ganny has quit []
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
redfish has quit [Remote host closed the connection]
redfish has joined #ipfs
aarshkshah1992 has joined #ipfs
is_null has quit [Ping timeout: 268 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
mowcat has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
kaotisk has quit [Ping timeout: 246 seconds]
ygrek has joined #ipfs
mindCrime has joined #ipfs
lnostdal has joined #ipfs
Newami has quit [Read error: Connection reset by peer]
goiko has quit [Quit: ﴾͡๏̯͡๏﴿ O'RLY? Bye!]
chiui has quit [Ping timeout: 245 seconds]
DavidPH has joined #ipfs
is_null has joined #ipfs
aarshkshah1992 has quit [Quit: Leaving...]
joocain2 has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
is_null has quit [Ping timeout: 244 seconds]
is_null has joined #ipfs
is_null has quit [Ping timeout: 244 seconds]
is_null has joined #ipfs
is_null has quit [Ping timeout: 245 seconds]
is_null has joined #ipfs
is_null has quit [Ping timeout: 245 seconds]
is_null has joined #ipfs
dwilliams has joined #ipfs
is_null has quit [Ping timeout: 246 seconds]
is_null has joined #ipfs
toxync01 has quit [Ping timeout: 246 seconds]
toxync01 has joined #ipfs
is_null has quit [Ping timeout: 272 seconds]
joocain2_ has joined #ipfs
is_null has joined #ipfs
mithilarun has joined #ipfs
scj_ has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
is_null has quit [Ping timeout: 246 seconds]
is_null has joined #ipfs
lnostdal has quit [Ping timeout: 248 seconds]
Steverman has quit [Ping timeout: 245 seconds]
is_null has quit [Ping timeout: 268 seconds]
is_null has joined #ipfs
is_null has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
is_null has joined #ipfs
xcm has joined #ipfs
is_null has quit [Ping timeout: 245 seconds]
mateusbs17 is now known as mateusbs17|brb
Chel[m] has left #ipfs ["User left"]
Newami has joined #ipfs
dwilliams has quit [Ping timeout: 248 seconds]
dwilliams has joined #ipfs
ChronosX88[m]1 has left #ipfs ["User left"]
martylake has joined #ipfs
octav1a has joined #ipfs
joocain2 has joined #ipfs
<octav1a> are there some projects for browser integration with ipfs for 'casual' users? For example, for anything I want to store on ipfs now, to use/link it from a site I would have to use my centralized server or one of the public portals, which seems to kind of defeat the purpose.
toxync01- has joined #ipfs
<octav1a> I am imagining some kind of browser extension that it just a ipfs daemon itself but idk how much localstorage many browsers would allow for something like that.
toxync01 has quit [Ping timeout: 272 seconds]
martylake has quit [Read error: Connection reset by peer]
martylake has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
<octav1a> I see. The embedded node only runs in memory, so I guess they sidestepped the problem
<octav1a> They note (here: https://github.com/ipfs-shipyard/ipfs-companion/blob/master/docs/node-types.md) that "cant act as http gateway, uses public one as fallback". So using the embedded node will not actually pull data from the 'local' ipfs node? or it's something more minor that I am not understanding?
rendar has quit []
martylake has quit [Ping timeout: 276 seconds]
<carsonfarmer[m]1> no it defs pulls from a local peer, and uses your local gateway, it just falls back on the public ones if it can't find a local one
<carsonfarmer[m]1> you can either run an embedded ipfs peers, or connect to your local one
<pytlin2718[m]> Hello, one question. If i have one document and do ipfs add mydoc and ipfs pin add mydoc, can i remove mydoc file and retrieve after the original through ipfs?
<shokunin[m]3> you can as long as it's pinned somewhere
<pytlin2718[m]> ok thanks😀
martylake has joined #ipfs
shomodj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Taoki has joined #ipfs
plexigras has joined #ipfs
<Swednec8> You don't need to explicitly pin, add also pins
joocain2 has quit [Ping timeout: 260 seconds]
joocain2 has joined #ipfs
KempfCreative1 has joined #ipfs
KempfCreative has quit [Ping timeout: 258 seconds]
KempfCreative1 is now known as KempfCreative
reit has joined #ipfs
XioXio has joined #ipfs
XioXio has quit [Read error: Connection reset by peer]
XioXio has joined #ipfs
toxync01 has joined #ipfs
toxync01- has quit [Ping timeout: 248 seconds]
XioXio_ has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
XioXio has quit [Ping timeout: 272 seconds]
mithilarun has quit [Ping timeout: 258 seconds]
XioXio_ has quit [Quit: XioXio_]
toxync01 has quit [Ping timeout: 268 seconds]
tg999x009 has joined #ipfs
lnostdal has joined #ipfs
shokunin[m]1 is now known as userpermawebioin
userpermawebioin has left #ipfs ["User left"]
scj_ has quit [Remote host closed the connection]
joocain2_ has joined #ipfs
scj_ has joined #ipfs
martylake has quit [Remote host closed the connection]
joocain2 has quit [Ping timeout: 260 seconds]
mithilarun has joined #ipfs
mithilarun has quit [Ping timeout: 268 seconds]
steb2 has joined #ipfs
mithilarun has joined #ipfs
steb2 has quit [Remote host closed the connection]
martylake has joined #ipfs
Yann35 has joined #ipfs
hqdruxn08__ has quit [Read error: Connection reset by peer]
hqdruxn08__ has joined #ipfs
jonnycrunch has quit [Quit: Textual IRC Client: www.textualapp.com]
mowcat has quit [Ping timeout: 272 seconds]
saltatory has joined #ipfs
kesenai has joined #ipfs
shomodj has joined #ipfs
joocain2 has joined #ipfs
scj_ has quit [Read error: Connection reset by peer]
Newami has quit [Read error: Connection reset by peer]
joocain2_ has quit [Ping timeout: 260 seconds]
brakmic has quit [Ping timeout: 245 seconds]
shokunin3675[m] has left #ipfs ["Kicked by @stebalien:matrix.org : dup 1"]
shokunin[m]3 has left #ipfs ["Kicked by @stebalien:matrix.org : dup 2"]
shoku[m] has left #ipfs ["Kicked by @stebalien:matrix.org : dup 3"]
steb2 has joined #ipfs
detran has quit [Ping timeout: 248 seconds]
shokunin[m] was kicked from #ipfs by stebalien [shokunin[m]]
kesenai has quit [Remote host closed the connection]
kesenai has joined #ipfs
mowcat has joined #ipfs
steb2 has quit [Remote host closed the connection]
turona has joined #ipfs
brakmic has joined #ipfs
xcm has quit [Remote host closed the connection]
KempfCreative has quit [Ping timeout: 268 seconds]
xcm has joined #ipfs
Jesin has quit [Quit: Leaving]
shokunin[m]3 has joined #ipfs
martylake has quit [Ping timeout: 252 seconds]
<shokunin[m]3> So many duplicates 😃
Fessus_ has quit [Ping timeout: 276 seconds]
martylake has joined #ipfs
Jesin has joined #ipfs
<pytlin2718[m]> So If I understand just ipfs add is enough ? But i Read somewhere that it can be removed sometimes automatically and ipfs pin add permits to share always
shokunin[m]2 has quit [Changing host]
shokunin[m]2 has joined #ipfs
shokunin[m]2 has joined #ipfs
shokunin[m]2 is now known as shokunin
plexigras has quit [Ping timeout: 245 seconds]
scj_ has joined #ipfs
mindCrime has quit [Ping timeout: 248 seconds]
mateusbs17|brb is now known as mateusbs17
<carsonfarmer[m]1> ipfs add will automatically (by default) 'pin' whatever it is you are adding... and once you've added and pinned, you can delete the original file, because (assuming you're using defaults) it will be stored in your block store and kept from being garbage cleaned because you are pinning it
Guest82 has joined #ipfs
<pytlin2718[m]> ok thanks😀
joocain2_ has joined #ipfs
steb2 has joined #ipfs
zeden has quit [Quit: WeeChat 2.4]
octav1a has quit [Ping timeout: 272 seconds]
zeden has joined #ipfs
steven[m]3 has left #ipfs ["Kicked by @stebalien:matrix.org : wtf?"]
zeden has quit [Client Quit]
Lochnair has quit [Quit: The Lounge - https://thelounge.chat]
joocain2 has quit [Ping timeout: 260 seconds]
stebalien was kicked from #ipfs by stebalien [Kicked by @stebalien:matrix.org : dup]
stebalien has joined #ipfs
<stebalien> Ok, that one wasn't a dup.
steb2 has quit [Remote host closed the connection]
Lochnair has joined #ipfs
octav1a has joined #ipfs
mowcat has quit [Ping timeout: 246 seconds]
ygrek has quit [Ping timeout: 248 seconds]
Steverman has joined #ipfs
tg999x009 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
brakmic has quit [Read error: Connection reset by peer]
brakmic has joined #ipfs
Oatmeal has joined #ipfs
brakmic has quit [Read error: Connection reset by peer]
brakmic_ has joined #ipfs
goiko has joined #ipfs
goiko has quit [Changing host]
goiko has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
clemo has quit [Ping timeout: 246 seconds]
joocain2 has joined #ipfs
mithilarun has quit [Remote host closed the connection]
pecastro has quit [Read error: Connection reset by peer]
mithilarun has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
joocain2_ has quit [Ping timeout: 260 seconds]
kaotisk has joined #ipfs
brakmic_ has quit []
nijak has joined #ipfs
nijak_ has quit [Ping timeout: 246 seconds]
Fessus has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
Ecran has quit [Remote host closed the connection]
shomodj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Steverman has quit [Ping timeout: 248 seconds]
Oatmeal has quit [Ping timeout: 248 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Ping timeout: 260 seconds]
mithilarun has quit [Remote host closed the connection]
joeyh has joined #ipfs
Newami has joined #ipfs
lassulus has quit [Ping timeout: 248 seconds]
mowcat has joined #ipfs
lassulus has joined #ipfs
turona1 has joined #ipfs