lgierth changed the topic of #ipfs to: go-ipfs 0.4.13 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.13 | Also: #libp2p #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://botbot.me/freenode/ipfs/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0
weez17_ has quit [Remote host closed the connection]
weez17 has joined #ipfs
ccii has joined #ipfs
<Kythyria[m]> Renich: You can't; assuming port 80 is a HTTP/browser thing, not an IPFS thing.
<Renich> kythyria: ok, what about performance. How do I improve it?
avelkei has quit [Ping timeout: 240 seconds]
<lupine> well, `ipfs://` could get a well-known port associated with it
<Kythyria[m]> Not sure, I haven't done much with IPFS. Certainly pinning will prevent the GC from removing the content from that node, but I expect things that you add manually are auto-pinned.
<lupine> but it'll take a while to get it to filter down to the various libraries
<Renich> lupine: yeah, heard firefox was gonna add it
<Renich> Thank you, kythyria
<Renich> Anyone else about performance improvement? I'd like to have great performance.
ccii has quit [Ping timeout: 252 seconds]
fredthomsen has joined #ipfs
goon12 has joined #ipfs
ccii has joined #ipfs
Rusty78 has joined #ipfs
l3xx has joined #ipfs
<Renich> Tried pinning and the result is the same: http://test.woralelandia.com:8080/
tenchooo has quit [Read error: Connection reset by peer]
tenchooo has joined #ipfs
Rusty78 has quit [Read error: Connection reset by peer]
Kyzitemelos93 has quit [Quit: Page closed]
saki has quit [Ping timeout: 240 seconds]
saki has joined #ipfs
anewuser has quit [Ping timeout: 260 seconds]
ericxtang has joined #ipfs
pcardune has quit [Remote host closed the connection]
<AphelionZ> What are the criteria for inclusion in ipfs-shipyard?
tarrence has joined #ipfs
tarrence has quit [Client Quit]
robattila256 has joined #ipfs
elevated has joined #ipfs
hacman has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
pcardune has joined #ipfs
<JCaesar> Renich: You probably don't want to expose IPFS directly, but use something like Apache/nginx/lighttpd as a reverse proxy. That way, you can have HTTPS.
<JCaesar> (You should be able to set IPFS to listen on 80 instead of 8080, but I wouldn't recommend that.)
<Renich> JCaesar: thanks, I was thinking about that.
<Renich> JCaesar: no, I need port 80 for web stuff. I was thinking of setting a subdomain and using Nginx/Tengine or HAProxy for htis.
<Renich> JCaesar: any idea of how to improve performance?
<JCaesar> I don't exactly know how test.woralelandia.com goes to IPFS. Did you do that with DNS entries?
<JCaesar> Ah, yeah.
<JCaesar> _dnslink.test.woralelandia.com TXT dnslink=/ipns/QmYGMs3SAdT4P8f4x6EgqLbyxZUYBGdSziEMM8TCCK35cz
<JCaesar> My recommendation is not to use /ipns/, but just set the dnslink to /ipfs/… directly.
<JCaesar> It's a bit sad, because you can't use IPFS to update it then, but you'll feel the difference. (And there is beautiful solutions in DNS to update records, so it's not too awful.)
<Renich> JCaesar: OK, I will try that.
<Renich> Why some files take some time to resolve? I am monitoring my node at web2; which is in a datacenter so it should have enough bandwidth to upload stuff fast.
<Renich> Those are my CC-BY-SA songs (all mine or produced by me)
<Renich> and, some songs, take a long time to load. Also, bandwidth doesn't go up when I do (I imagine they're getting cached)
<Renich> One thing to mention is that I've neabled Filestore and used add --nocopy
* Renich sent a long message: Renich_2018-02-25_01:59:54.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/HzniWxwbZoVcoIYkoThXreOT>
<Renich> when I added the files with --nocopy, I saw bandwidth going as high as 1.1 MB/s. That said, after 2.4 GB (the collection is ~4 GB) it went down to a few kB/s
fredthomsen1 has joined #ipfs
<Renich> Also, sometimes, songs just stop playing
goon12 has quit [Ping timeout: 240 seconds]
fredthomsen has quit [Ping timeout: 240 seconds]
<JCaesar> Dunno. I've also been struck with that feeling before.
<JCaesar> Especially the feeling that stuff loads more quickly if you hit it on ipfs.io…
<JCaesar> Also, e.g. /ipns/goecam.liftm.de sometimes takes ages for the initial load…
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
<Renich> interesting... how do you generate friendly names like that?
<Kythyria[m]> DNS.
<Renich> ?? via bind?
<Renich> for example: /ipfs/my_stuff?
<JCaesar> /ipns/web2.woralelandia.com/ should work, too…
<Renich> i meant /ipns/my_stuff
<Renich> oh!
<Kythyria[m]> Renich: Create a DNS record for the domain, like `dnslink=/ipfs/QmR7tiySn6vFHcEjBeZNtYGAFh735PJHfEMdVEycj9jAPy`
<Kythyria[m]> er, a TXT record with that sort of content.
<Renich> OK
<Kythyria[m]> (you very likely want to use IPNS for that, so you don't have to wait for the records to expire whenever you change the content
<Renich> yep
<JCaesar> Kythyria[m]: I'd say you precisely don't want to do that… IPNS is just too slow for a real site, imho…
fredthomsen1 has quit [Quit: Leaving.]
<Kythyria[m]> Depends whether you're more worried about IPNS being slow or DNS being slow
<Renich> hehehe
<Renich> Well, for websites, slowness is disastrous...
fredthomsen has joined #ipfs
<Renich> not so much for IPFS enthusiasts maybe... I don't mind waiting for a song to load
<Renich> ... most of the time
<JCaesar> Kythyria[m]: If you're in control of your dns servers, can't you just set a ridiculously short expiration period?
<Kythyria[m]> Yes, provided nothing downstream enforces a long expiration period
ericxtang has quit [Remote host closed the connection]
<Renich> JCaesar: yes, I can. The thing is that the world doesn't really care for that.
<Renich> kythyria: exactly
<Kythyria[m]> I dunno how slow IPNS is about updating where it points, or resolving for that matter.
dimitarvp has quit [Quit: Bye]
<JCaesar> Renich: Then again, the DNS server is probably running on the same subnet as IPFS in your case, Renich, so I suppose "the world" doesn't really matter in this case.
<Renich> well, it does if you want to serve stuff to the world.
ericxtan_ has joined #ipfs
ericxtan_ has quit [Ping timeout: 256 seconds]
fredthomsen has quit [Quit: Leaving.]
robattila256 has quit [Quit: WeeChat 2.0.1]
anewuser has joined #ipfs
fredthomsen has joined #ipfs
mosh has quit [Quit: Connection closed for inactivity]
webdev007 has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
trqx has quit [Remote host closed the connection]
fredthomsen has quit [Quit: Leaving.]
jooni has quit [Quit: Bye]
trqx has joined #ipfs
shizukesa has joined #ipfs
chowie has joined #ipfs
fredthomsen has joined #ipfs
vivus has quit [Quit: Leaving]
user_51 has joined #ipfs
ericxtang has joined #ipfs
user51 has quit [Ping timeout: 260 seconds]
fredthomsen has quit [Quit: Leaving.]
}ls{ has quit [Quit: real life interrupt]
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
fredthomsen has joined #ipfs
Steverman has quit [Ping timeout: 240 seconds]
fredthomsen has quit [Client Quit]
ericxtang has quit [Ping timeout: 240 seconds]
ericxtang has joined #ipfs
fredthomsen has joined #ipfs
<obi[m]> kythyria:
<obi[m]> > Same as making google.com go to anyplace in particular in general--the information needed to resolve it for IPNS is looked up in the same place as the A/AAAA records are.
<obi[m]> Ok makes sense
shizukesa has quit [Ping timeout: 240 seconds]
robattila256 has joined #ipfs
Phiroze has quit [Remote host closed the connection]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
fredthomsen has quit [Quit: Leaving.]
robattil1 has joined #ipfs
robattila256 has quit [Ping timeout: 248 seconds]
fredthomsen has joined #ipfs
ericxtang has quit [Ping timeout: 240 seconds]
ericxtang has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 252 seconds]
Mateon3 is now known as Mateon1
ericxtang has quit [Remote host closed the connection]
anewuser has quit [Quit: anewuser]
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 240 seconds]
gmoro_ has joined #ipfs
gmoro has quit [Ping timeout: 256 seconds]
tarrence has joined #ipfs
misdefine has joined #ipfs
tarrence has quit [Client Quit]
webdev007 has quit [Quit: Leaving]
chrios has joined #ipfs
chowie has quit [Ping timeout: 245 seconds]
chrios has quit [Ping timeout: 260 seconds]
saki has quit [Remote host closed the connection]
ericxtang has joined #ipfs
saki has joined #ipfs
fredthomsen has quit [Quit: Leaving.]
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
fredthomsen has joined #ipfs
lcs-uiuc has joined #ipfs
fredthomsen has quit [Client Quit]
lcs-uiuc has quit [Client Quit]
chrios has joined #ipfs
chrios_ has joined #ipfs
chrios has quit [Ping timeout: 245 seconds]
byt has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
agris has joined #ipfs
<agris> Out of curiosity, if a person was the sysadmin of a large networking mostly using Debian workstations; Could APT updates and packages be served over IPFS?
<agris> *network
ericxtang has quit [Ping timeout: 240 seconds]
chowie has joined #ipfs
saki has quit [Ping timeout: 248 seconds]
chowie has quit [Ping timeout: 248 seconds]
clemo has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 248 seconds]
zrc has joined #ipfs
saki has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 240 seconds]
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 256 seconds]
zrc has quit [Quit: Textual IRC Client: www.textualapp.com]
zrc has joined #ipfs
ansuz has joined #ipfs
avelkei has joined #ipfs
zrc has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zrc has joined #ipfs
zrc has quit [Client Quit]
hph^ has joined #ipfs
hph^ has quit [Client Quit]
must^ has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 248 seconds]
DJ-AN0N has joined #ipfs
must^ has quit [Ping timeout: 252 seconds]
rendar has joined #ipfs
must^ has joined #ipfs
byt has quit [Read error: Connection reset by peer]
MDude has quit [Ping timeout: 240 seconds]
saki has quit [Read error: Connection reset by peer]
saki has joined #ipfs
cloudcell has quit [Ping timeout: 276 seconds]
physpi has quit [Ping timeout: 276 seconds]
physpi has joined #ipfs
cloudcell has joined #ipfs
sneak has quit [Ping timeout: 276 seconds]
m3s has quit [Ping timeout: 256 seconds]
appa has quit [Ping timeout: 256 seconds]
m3s_ has joined #ipfs
m3s_ is now known as m3s
m3s has quit [Changing host]
m3s has joined #ipfs
appa has joined #ipfs
sneak has joined #ipfs
rodarmor has quit [Ping timeout: 276 seconds]
rodarmor has joined #ipfs
rflot has quit [*.net *.split]
guideline has quit [*.net *.split]
shoogz has quit [*.net *.split]
vongohren[m]1 has quit [*.net *.split]
porcow[m] has quit [*.net *.split]
dbmath31[m] has quit [*.net *.split]
mastertrader[m] has quit [*.net *.split]
vd[m] has quit [*.net *.split]
jasonyu1840[m] has quit [*.net *.split]
DerZauberberg[m] has quit [*.net *.split]
lgierth2[m] has quit [*.net *.split]
joshb[m] has quit [*.net *.split]
bergie has quit [*.net *.split]
lanzafame has quit [*.net *.split]
warner has quit [*.net *.split]
ahiknsr has quit [*.net *.split]
adgtl has quit [*.net *.split]
SOO7 has quit [*.net *.split]
niko has quit [*.net *.split]
Calinou has quit [*.net *.split]
rozie has quit [*.net *.split]
toxync01 has quit [*.net *.split]
Magik6k has quit [*.net *.split]
jnagro has quit [*.net *.split]
AphelionZ has quit [*.net *.split]
jryans has quit [*.net *.split]
bret has quit [*.net *.split]
massino_ has quit [*.net *.split]
caseorganic has quit [*.net *.split]
chriscool has quit [*.net *.split]
voxelot has quit [*.net *.split]
bengl has quit [*.net *.split]
metalrain_ has quit [*.net *.split]
bitspill has quit [*.net *.split]
barnacs has quit [*.net *.split]
kmesilim has quit [*.net *.split]
cehteh has quit [*.net *.split]
dexter0 has quit [*.net *.split]
mog has quit [*.net *.split]
PyroLagus has quit [*.net *.split]
dimitarvp has joined #ipfs
rflot has joined #ipfs
DerZauberberg[m] has joined #ipfs
vd[m] has joined #ipfs
mastertrader[m] has joined #ipfs
dbmath31[m] has joined #ipfs
lgierth2[m] has joined #ipfs
rozie has joined #ipfs
joshb[m] has joined #ipfs
ahiknsr has joined #ipfs
caseorganic has joined #ipfs
toxync01 has joined #ipfs
niko has joined #ipfs
guideline has joined #ipfs
porcow[m] has joined #ipfs
metalrain_ has joined #ipfs
bitspill has joined #ipfs
voxelot has joined #ipfs
Magik6k has joined #ipfs
shoogz has joined #ipfs
jnagro has joined #ipfs
chriscool has joined #ipfs
bengl has joined #ipfs
PyroLagus has joined #ipfs
cehteh has joined #ipfs
dexter0 has joined #ipfs
adgtl has joined #ipfs
barnacs has joined #ipfs
bergie has joined #ipfs
jryans has joined #ipfs
jasonyu1840[m] has joined #ipfs
kmesilim has joined #ipfs
warner has joined #ipfs
massino_ has joined #ipfs
AphelionZ has joined #ipfs
lanzafame has joined #ipfs
mog has joined #ipfs
SOO7 has joined #ipfs
vongohren[m]1 has joined #ipfs
Calinou has joined #ipfs
bret has joined #ipfs
nivekuil` has quit [Ping timeout: 240 seconds]
musicmatze_ has quit [Ping timeout: 240 seconds]
nivekuil has joined #ipfs
musicmatze has joined #ipfs
nivekuil has quit [Changing host]
nivekuil has joined #ipfs
saki has quit [Ping timeout: 245 seconds]
saki has joined #ipfs
dimitarvp has quit [Quit: Bye]
infinity0 has quit [Ping timeout: 240 seconds]
infinity0 has joined #ipfs
infinity0 has quit [Changing host]
infinity0 has joined #ipfs
Magik6k has quit [Ping timeout: 256 seconds]
Magik6k has joined #ipfs
iszavl has joined #ipfs
cherry-xw has joined #ipfs
dimitarvp has joined #ipfs
rozie has quit [Ping timeout: 256 seconds]
rozie has joined #ipfs
iszavl has quit [Quit: leaving]
cherry-xw has quit [Client Quit]
shoogz has quit [Max SendQ exceeded]
shoogz has joined #ipfs
shoogz has quit [Changing host]
shoogz has joined #ipfs
metric has quit [Ping timeout: 256 seconds]
rendar has quit [Ping timeout: 252 seconds]
metric has joined #ipfs
metric is now known as Guest70564
Steverman has joined #ipfs
gandro has quit [Remote host closed the connection]
Guest70564 has quit [Ping timeout: 256 seconds]
metric_ has joined #ipfs
rendar has joined #ipfs
rendar has quit [Changing host]
rendar has joined #ipfs
rendar has quit [Client Quit]
elevated has quit [Read error: Connection reset by peer]
elevated has joined #ipfs
leavehouse has quit [Ping timeout: 245 seconds]
muravey has joined #ipfs
gandro has joined #ipfs
rendar has joined #ipfs
metric_ has quit [Ping timeout: 252 seconds]
metric_ has joined #ipfs
gandro has quit [Client Quit]
gandro has joined #ipfs
freeflying has quit [Quit: ZNC - http://znc.in]
freeflying has joined #ipfs
A124 has quit [Ping timeout: 256 seconds]
Steverman has quit [Changing host]
Steverman has joined #ipfs
lord| has quit [Ping timeout: 240 seconds]
muravey has quit [Quit: Textual IRC Client: www.textualapp.com]
leavehouse has joined #ipfs
}ls{ has joined #ipfs
}ls{ has quit [Changing host]
}ls{ has joined #ipfs
must^ has quit [Ping timeout: 256 seconds]
lord| has joined #ipfs
SunflowerSociety has joined #ipfs
Encrypt has joined #ipfs
SunflowerSociety has quit [Remote host closed the connection]
ONI_Ghost has quit [Remote host closed the connection]
SunflowerSociety has joined #ipfs
ONI_Ghost has joined #ipfs
Encrypt has quit [Quit: Quit]
newhouse has joined #ipfs
saki has quit [Read error: Connection reset by peer]
raynold has quit [Quit: Connection closed for inactivity]
willmeyers has joined #ipfs
tenchooo has quit [Remote host closed the connection]
tenchooo has joined #ipfs
saki has joined #ipfs
willmeyers has quit [Remote host closed the connection]
willmeyers has joined #ipfs
willmeyers has quit [Remote host closed the connection]
pcardune has quit [Remote host closed the connection]
pcardune has joined #ipfs
leavehouse has quit [Ping timeout: 245 seconds]
fredthomsen has joined #ipfs
metric_ has quit [Read error: Connection reset by peer]
metric has joined #ipfs
metric is now known as Guest70307
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
Sunflowery has joined #ipfs
ONI_Ghost has quit [Ping timeout: 240 seconds]
ONI_Ghost has joined #ipfs
SunflowerSociety has quit [Ping timeout: 248 seconds]
saki has quit [Quit: saki]
mrBen2k2k2k has quit [Ping timeout: 256 seconds]
graffen_ has joined #ipfs
graffen has quit [Ping timeout: 276 seconds]
shoogz has left #ipfs ["Closing Window"]
saki has joined #ipfs
Neomex has quit [Read error: Connection reset by peer]
graffen_ is now known as graffen
Guest70307 has quit [Ping timeout: 245 seconds]
metric_ has joined #ipfs
ONI_Ghost has quit [Ping timeout: 245 seconds]
Sunflowery has quit [Ping timeout: 245 seconds]
Sunflowery has joined #ipfs
ONI_Ghost has joined #ipfs
fredthomsen has quit [Quit: Leaving.]
discopatrick has quit [Quit: Connection closed for inactivity]
fredthomsen has joined #ipfs
ribasushi has quit [Ping timeout: 256 seconds]
newhouse has quit [Read error: Connection reset by peer]
fredthomsen has quit [Quit: Leaving.]
Encrypt has joined #ipfs
pcardune has quit [Remote host closed the connection]
MrSparkle has quit [Ping timeout: 245 seconds]
Sunflowery has quit [Ping timeout: 240 seconds]
ONI_Ghost has quit [Ping timeout: 240 seconds]
Steverman has quit [Ping timeout: 245 seconds]
tarrence has joined #ipfs
metric_ has quit [Ping timeout: 252 seconds]
tarrence has quit [Read error: Connection reset by peer]
metric has joined #ipfs
und0ck3d has joined #ipfs
metric is now known as Guest12958
mrBen2k2k2k has joined #ipfs
und0ck3d has quit [Client Quit]
fredthomsen has joined #ipfs
MrSparkle has joined #ipfs
saki has quit [Ping timeout: 240 seconds]
freeflying has quit [Ping timeout: 252 seconds]
freeflying has joined #ipfs
fredthomsen has quit [Quit: Leaving.]
freeflying has quit [Ping timeout: 245 seconds]
saki has joined #ipfs
freeflying has joined #ipfs
ericxtang has joined #ipfs
shizukesa has joined #ipfs
ericxtan_ has joined #ipfs
ericxtang has quit [Ping timeout: 256 seconds]
fredthomsen has joined #ipfs
espadrine has quit [Ping timeout: 240 seconds]
Guest12958 has quit [Ping timeout: 240 seconds]
metric has joined #ipfs
metric is now known as Guest64695
toxync01 has quit [Ping timeout: 256 seconds]
toxync01 has joined #ipfs
<zeta0134> Is there a way to convince an IPFS gateway to provide the Content-Disposition: attachment; header when requesting a plain hash? Use case is that I'd like to provide a file over IPFS to regular users, and would like to link to the content directly rather than enforcing a filename at the IPFS layer, so the client making the request can supply its own filename.
anewuser has joined #ipfs
<zeta0134> Without content-disposition being set, the browser tries to just display the file and I don't seem to have a way to tell it to do otherwise due to cross origin restrictions.
<zeta0134> (The use case here is an archiving project; I'd like to distribute the content hash in my database, and not rely on the original filename for verification purposes, but I want to suggest a sensible filename when offering a download to the user.)
anewuser has quit [Ping timeout: 240 seconds]
Sunflowery has joined #ipfs
ONI_Ghost has joined #ipfs
anewuser has joined #ipfs
fredthomsen has quit [Quit: Leaving.]
saki has quit [Ping timeout: 240 seconds]
A124 has joined #ipfs
A124 has quit [Read error: Connection reset by peer]
A124 has joined #ipfs
saki has joined #ipfs
A124 has quit [Ping timeout: 240 seconds]
LJNZXWZMB has joined #ipfs
robattil1 has quit [Quit: WeeChat 2.0.1]
saki has quit [Quit: saki]
anewuser has quit [Ping timeout: 248 seconds]
saki has joined #ipfs
clemo has quit [Ping timeout: 256 seconds]
Guest64695 has quit [Ping timeout: 240 seconds]
metric has joined #ipfs
metric is now known as Guest25898
ericxtan_ has quit [Remote host closed the connection]
kikino has joined #ipfs
kikino has quit [Ping timeout: 260 seconds]
raynold has joined #ipfs
ericxtang has joined #ipfs
ericxtan_ has joined #ipfs
ericxtang has quit [Ping timeout: 245 seconds]
robattila256 has joined #ipfs
anoemi has joined #ipfs
ericxtan_ has quit [Remote host closed the connection]
ericxtang has joined #ipfs
fredthomsen has joined #ipfs
<cipres> zeta0134: AFAIK you can't instruct the gateway to deliver a file as attachment, you would have to write a small http "wrapper" wrapper around the gateway to add the headers or something
ericxtang has quit [Ping timeout: 240 seconds]
fredthomsen has quit [Quit: Leaving.]
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
Steverman has joined #ipfs
ericxtang has joined #ipfs
ericxtan_ has joined #ipfs
MDude has joined #ipfs
ericxtan_ has quit [Remote host closed the connection]
ericxtang has quit [Ping timeout: 252 seconds]
Mateon1 has quit [Remote host closed the connection]
<pjz> zeta0134: you're going to have to keep your own set of mapping someplace and then write an http proxy if you want to do that
<zeta0134> Yeah, I'm keeping a set of mappings already. I figure probably the simplest thing to do is place the files themselves in an IPFS directory, then pin that directory and use it within the app. I'll still collect, store, and display the IPFS hash per-file for verification, but the directory makes it easier and less hacky to request the files w/ proper names.
<zeta0134> Keeping them in a single large directory reduces the fragmentation that I was trying to avoid; I can make sure that one directory is pinned, and the app should function just fine.
espadrine has joined #ipfs
Ecran has joined #ipfs
DeveloppSoft[m] has left #ipfs ["User left"]
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
pcardune has joined #ipfs
ericxtang has joined #ipfs
ericxtan_ has joined #ipfs
ericxtang has quit [Ping timeout: 252 seconds]
doloreum has joined #ipfs
doloreum has quit [Client Quit]
pcardune has quit [Remote host closed the connection]
ipfs has joined #ipfs
ipfs has quit [Ping timeout: 260 seconds]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
pcardune has joined #ipfs
rendar has quit []
Mateon1 has joined #ipfs
leavehouse has joined #ipfs
hacman has joined #ipfs
ruby32 has joined #ipfs
ruby32_ has joined #ipfs
reneeg[m] has joined #ipfs
Soft has quit [Ping timeout: 256 seconds]
Jesin has joined #ipfs
Soft has joined #ipfs
ruby32 has left #ipfs ["Leaving"]
Encrypt has quit [Quit: Quit]
koalalorenzo[m] has joined #ipfs
jaboja has joined #ipfs
anoemi has quit []
DJ-AN0N has quit [Quit: DJ-AN0N]
mildred has joined #ipfs
metric has joined #ipfs
metric is now known as Guest91509
Guest25898 has quit [Read error: Connection reset by peer]
vivus has joined #ipfs
rcat has joined #ipfs
Guest91509 has quit [Ping timeout: 256 seconds]
metric_ has joined #ipfs
pcardune has quit [Remote host closed the connection]
screensaver has joined #ipfs
screensaver16 has quit [Ping timeout: 240 seconds]
LT^ has joined #ipfs
jaboja has quit [Ping timeout: 240 seconds]
jaboja has joined #ipfs
clemo has joined #ipfs
chowie has joined #ipfs
ruby32_ has quit [Remote host closed the connection]
pkx2 has joined #ipfs
zcstarr has joined #ipfs
pkx2 has quit [Remote host closed the connection]
shizukesa has quit [Ping timeout: 248 seconds]
ribasushi has joined #ipfs
pcardune has joined #ipfs
shizukesa has joined #ipfs
pcardune has quit [Ping timeout: 252 seconds]
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
pcardune has joined #ipfs
shizukesa has quit [Ping timeout: 252 seconds]
LT^ has quit [Ping timeout: 248 seconds]
ccii1 has joined #ipfs
chowie has quit [Remote host closed the connection]
ccii has quit [Ping timeout: 240 seconds]
nordmeister has joined #ipfs
<nordmeister> can someone help me with this situation? https://pastebin.com/nyVErZ6c
nordmeister has quit [Client Quit]
nordmeister has joined #ipfs
nordmeister has quit [Client Quit]
mildred has quit [Ping timeout: 256 seconds]
abrak has joined #ipfs
avelkei has quit [Ping timeout: 260 seconds]
zcstarr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abrak has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
hacman has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
lupine has quit [Remote host closed the connection]
lupine has joined #ipfs
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
zcstarr has joined #ipfs
Steverman has quit [Ping timeout: 248 seconds]
reit has joined #ipfs
clemo has quit [Ping timeout: 256 seconds]
rcat has quit [Remote host closed the connection]