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
aananev has joined #ipfs
anaptrix- has quit [Ping timeout: 256 seconds]
anaptrix has joined #ipfs
mortn has quit [Remote host closed the connection]
revlulz[m] has joined #ipfs
reit has joined #ipfs
und0ck3d has joined #ipfs
dconroy has joined #ipfs
screensaver15 has joined #ipfs
screensaver has quit [Ping timeout: 256 seconds]
<pcardune> Is there already a library or recommended method for converting the IPLD functions to promises?
<pcardune> (this is for js-ipld and freinds)
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
dconroy has quit [Quit: Textual IRC Client: www.textualapp.com]
somethingfar[m] has joined #ipfs
matoro has quit [Ping timeout: 255 seconds]
ygrek has joined #ipfs
<somethingfar[m]> How do big server get "big hosts" in IPFS? Is it this way:
<somethingfar[m]> If the server gets many requests for a specific hash, then it will (on its own decision when to share too) it as well download the file and pin it. Is this right?
<somethingfar[m]> How do big servers get "big hosts" in IPFS? Is it this way:
<pcardune> kind of. My understanding is that it will cache the response temporarily, but not pin it permanently.
<somethingfar[m]> If the server gets many requests for a specific hash, then it will (on its own decision when to share too) it as well download the file and pin it. Is this right?
<Kubuxu> no
<Kubuxu> not currently
<deltab> pcardune: I believe the usual promisify approach works
<pcardune> deltab: it does, it's just kind of annoying to have to promisify every single api I plan to use. I'm wondering whether there is a specific reason why promises aren't just the default.
<deltab> iirc, the thinking was something like "we could, but most interfaces aren't using promises yet, and people can promisify if they want"
<pcardune> that sounds like a self-fulfilling prophecy :(
<pcardune> The only reason I can imagine for not supporting both callbacks and promises is to save bytes... assuming they expect people to use this primarily in a web browser.
<pcardune> I would happily submit a PR that adds support for callbacks. Just want to know whether it will be rejected outright for some reason I'm not aware of.
<pcardune> deltab: thanks for pointing me to those. I had a hunch there had already been epic amounts of discussion about this. Now I'm wondering whether the same discussion has occurred for js-ipld
bwn has quit [Ping timeout: 240 seconds]
ONI_Ghost has joined #ipfs
bwn has joined #ipfs
<Kubuxu> pcardune: js-ipld should use the same schema as js-ipfs, for uniformity (AFAIK).
<pcardune> I see some uses of the pull-defer library, but at the very least, the implementation of put() and get() just support callbacks
bwn has quit [Ping timeout: 240 seconds]
ccii has quit [Quit: Leaving.]
dimitarvp has quit [Quit: Bye]
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
revlulz[m] has left #ipfs ["User left"]
ccii has joined #ipfs
anoemi has quit [Remote host closed the connection]
jesse22 has joined #ipfs
ninja_8_u has joined #ipfs
<ninja_8_u> hey all, does windows 10 show the external IP when executing "ipfs id" at all?
<ninja_8_u> (I'm finding this works on Linux machines, but Windows 10 fails to find its external address 100% of the time on the same subnet at my house)"
<ninja_8_u> I've tried: Enabling UPNP on router, disabling SPI, port forwarding 4001, disabling IPv6 on the router... all with ipfs daemon restarts every go.
<ninja_8_u> And disabling Windows Firewall.
<ninja_8_u> it does seem to swarm listen and swarm announce on the LAN ip just fine. It can even communicate with other machines on that subnet just fine
<ninja_8_u> But nothing seems to get it the external ip in "ipfs id", unlike linux machines on the exact same subnet.
cwahlers_ has quit [Read error: Connection reset by peer]
cwahlers has joined #ipfs
<ninja_8_u> Oh, and here's the kicker. "ipfs swarm peers" shows a whole bunch of working connections
pcardune has quit [Ping timeout: 276 seconds]
und0ck3d has quit [Quit: und0ck3d]
tarrence has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 256 seconds]
Mateon3 is now known as Mateon1
<Kubuxu> ninja_8_u: interesting, I would expect it to work
<Kubuxu> can you try running "IPFS_REUSEPORT=false ipfs daemon" linux, if it disappeared then it means that your external IP is because of reuseport which IIRC is not supported on Windows.
Neomex has quit [Ping timeout: 264 seconds]
ccii has quit [Remote host closed the connection]
<ninja_8_u> Kubuxu: you might be right here. Giving it a couple minutes to confirm
<Kubuxu> but from another side it should work with UPNP too, not sure why it doesn't
Steverman has quit [Ping timeout: 264 seconds]
tarrence has joined #ipfs
saki has quit [Quit: saki]
jaboja has quit [Remote host closed the connection]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
<ninja_8_u> Kubuxu: Disabling all firewalls to rule out more
<ninja_8_u> I found something very interesting though:
<ninja_8_u> Linux: When running with IPFS_REUSEPORT="false", ipfs 0.4.13 doesn't create entries in UPNP table on router (I made sure to clear that table and stop all competing processes in subnet before starting ipfs daemon)
<ninja_8_u> Windows: When running "ipfs daemon" normally, UPNP entries show up in table on router. (Again, made sure to clear table and stop competing processes on subnet before starting test).
<ninja_8_u> Neither case results in the external IP showing up in "ipfs id".
<ninja_8_u> ^^ I left forwarding off for this test too.
<ninja_8_u> (i.e. no explicit binds to 4001, or anything really)
<Kubuxu> Hmm, the lack of UPNP entries in case of IPFS_REUSEPORT=false are interesting.
ericxtang has quit [Ping timeout: 248 seconds]
<Kubuxu> I wish I could give you a instructions for checking logging for UPNP subsystem but it is 4AM here and it might be a mess.
<ninja_8_u> Policy on firewall on that Linux box was accept/accept for both ipv4 and ipv6
<ninja_8_u> Kubuxu: If there's a link anywhere online, I'd happily read up on it!
<ninja_8_u> otherwise I'll be on tomorrow likely
<Kubuxu> ninja_8_u: try something like this: IPFS_LOGGING=debug ipfs daemon 2>&1 | grep nat:
<Kubuxu> it might throw and error
<Kubuxu> as in log an error
elevated has quit [Quit: bye]
<ninja_8_u> 22:19:17.738 DEBUG nat: DiscoverGateway error:no NAT found nat.go:38
<ninja_8_u> lol
<ninja_8_u> that explains a lot ^.^
<Kubuxu> hmm, that might be issue with library we are using :|
<ninja_8_u> I'm on gentoo but am just running your prebuilt version of go-ipfs from your website
<ninja_8_u> I noticed my libupnp isn't installed on my host machine, but, that's probably not needed b/c go :)
<Kubuxu> I mean it is static linked, last update was in 2015.
<ninja_8_u> Router model number is an RV320 if that helps rest your mind. Not many people will be using this.
<ninja_8_u> (Cisco)
<ninja_8_u> that said, it's supposed to be pretty conformant
saki has joined #ipfs
<ninja_8_u> on another note, why would IPFS_REUSEPORT=false stop us from finding an external IP when the port is forwarded, even with no working upnp?
<deltab> does the node still receive connections?
<ninja_8_u> Yes, that's the weird thing
<Kubuxu> it might be old peer records in the network
<ninja_8_u> ipfs swarm peers shows a whole bunch of nodes
<deltab> how is the external ip obtained?
<Kubuxu> if IPFS_REUSEPORT is on then IPFS will use the same port to listen and to dial out, then other nodes can tell us our IP and Port
<Kubuxu> we call it "observable address" discovery
<Kubuxu> if some number of nodes observe us under the same ip:port tuple in some period in time we announce this address to the network
<ninja_8_u> Ah, so that's why you're forced to rely on UPNP on windows.
<ninja_8_u> you'd have to use some other way to find out they're reachable
<Kubuxu> something like that
<Kubuxu> if you have static IP (or at list somewhat stable and want to write a scrip to update it) you could work around it with https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addresses .Announce
<Kubuxu> NATs are damm hard
saki has quit [Quit: saki]
saki has joined #ipfs
<ninja_8_u> Got some output from Windows on that same subnet:
saki has quit [Client Quit]
saki has joined #ipfs
ygrek has quit [Ping timeout: 256 seconds]
<ninja_8_u> 22:33:07.965 DEBUG nat: NAT Mapping addr error: /ip4/0.0.0.0/tcp/4001 no external address nat.go:202
<ninja_8_u> 22:33:07.965 WARNI nat: failed to establish port mapping: no external address nat.go:185
<ninja_8_u> That's really curious, is that sort of giving up from that point onwards?
<Kubuxu> yeah, probably
guideline has quit [Ping timeout: 256 seconds]
<Kubuxu> something must be wrong with the lib we are using, there are better but nobody integrated it yet
<ninja_8_u> ... Because the router actually shows a Port Address Translation entry after launching that ademon
<ninja_8_u> libp2p[TCP/39508~4001] 192.168.1.130 Enabled
<ninja_8_u> I think that's a super wide range
<ninja_8_u> By comparison, skype:
<ninja_8_u> Skype_TCP_at_192.168.1.130:55304_(4063)[TCP/55304~55304]192.168.1.130Enabled
<Kubuxu> it is 39508 maps to 4001 internal
<ninja_8_u> ah thank goodness lol
<ninja_8_u> So I guess this means that without NAT, and without REUSEADDR, it's impossible to determine the external IP.
<ninja_8_u> Sorry, meant to say "without UPnP, and without REUSEADDR"
<Kubuxu> yeah, roughly. Likely it would be possible using the mapping port we got and observable address (without port) but nobody has implemented something like this.
<Kubuxu> if you could try running this example: https://github.com/huin/goupnp/blob/master/example/example_test.go
<Kubuxu> You will need Golang installed
<Kubuxu> `go get github.com/huin/goupnp/`; cd "$(go env GOPATH)/github.com/huin/goupnp/example`; `go test -example` iirc
<ninja_8_u> oh wow... this is impressive
<Kubuxu> what is?
<Kubuxu> we don't use that lib currently but if it works we might swich
<ninja_8_u> Successfully discovered 0 services:
<ninja_8_u> got:
<ninja_8_u> --- FAIL: Example_WANIPConnection_GetExternalIPAddress (5.10s)
<ninja_8_u> Successfully discovered 0 services:
<ninja_8_u> Error discovering 1 services:
<ninja_8_u> error requesting root device details from "http://192.168.100.1:49154/gatedesc_320.xml": Get http://192.168.100.1:49154/gatedesc_320.xml: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
<ninja_8_u> want:
<ninja_8_u> ^^ That's the wrong subnet
<ninja_8_u> My router shouldn't even be exposing that subnet!
<ninja_8_u> it's in an entirely different vlan, and inter vlan routes are 100% turned off :P
<Kubuxu> hahah
<ninja_8_u> I'm in 192.168.1.0/24, not 192.168.100/24 :)
<ninja_8_u> there is a 192.168.100.1 on the other side tho:
<ninja_8_u> Me <-192.168.1.0/24-> RV320 <-198.x.x.x ... because bridge mode-> ISP Router (Happens to have a 192.168.100.1 when you jump on its subnet).
<ninja_8_u> but I can't access it at all from this side. I don't know how anything would even be able to route to it.
<ninja_8_u> Sorry I lied, I'm not in bridge mode. The ISP router is in bridge mode.
<ninja_8_u> RV320 is just doing a normal route, so, technically you could conceivably route to 192.168.100.1
<ninja_8_u> let me nail this down, I want to get it right
Ekho has quit [Remote host closed the connection]
ninja_8_u has quit [Ping timeout: 256 seconds]
Ekho has joined #ipfs
ninja_8_u has joined #ipfs
}ls{ has joined #ipfs
K0HAX has quit [Ping timeout: 256 seconds]
colatkinson has joined #ipfs
K0HAX has joined #ipfs
<ninja_8_u> lol
<ninja_8_u> Okay, back... and yes, it is DEFINITELY leaking information from the different vlans
<ninja_8_u> this is my own dumb fault for trying something smart xD
}ls{ has quit [Ping timeout: 260 seconds]
<ninja_8_u> Kubuxu: ^^ :)
}ls{ has joined #ipfs
colatkinson has quit [Ping timeout: 268 seconds]
colatkinson has joined #ipfs
colatkinson has quit [Read error: Connection reset by peer]
BZ55 has quit [Ping timeout: 248 seconds]
tarrence has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
und0ck3d has joined #ipfs
dgrisham has joined #ipfs
guideline has joined #ipfs
robattila256 has quit [Quit: WeeChat 2.0.1]
robattila256 has joined #ipfs
und0ck3d has quit [Quit: und0ck3d]
colatkinson has joined #ipfs
colatkinson has quit [Read error: Connection reset by peer]
guideline has quit [Ping timeout: 256 seconds]
guideline_ has joined #ipfs
xcrot has joined #ipfs
bwn has joined #ipfs
guideline_ has quit [Quit: Leaving]
bwn has quit [Ping timeout: 248 seconds]
guideline has joined #ipfs
xcrot has left #ipfs [#ipfs]
ninja_8_u has quit [Ping timeout: 240 seconds]
ninja_8_u has joined #ipfs
jesse22 has quit [Quit: Textual IRC Client: www.textualapp.com]
tarrence has joined #ipfs
darkcnetwork has quit [Read error: Connection reset by peer]
saki has quit [Ping timeout: 248 seconds]
saki has joined #ipfs
bwn has joined #ipfs
ulrichard has joined #ipfs
bwn has quit [Ping timeout: 240 seconds]
tarrence has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bwn has joined #ipfs
colatkinson has joined #ipfs
colatkinson has quit [Read error: Connection reset by peer]
ninja_8_u has quit [Ping timeout: 248 seconds]
ninja_8_u has joined #ipfs
rendar has joined #ipfs
Biep[m] has joined #ipfs
<Biep[m]> walle303: Thanks!
tenchooo has quit [Remote host closed the connection]
tenchooo has joined #ipfs
colatkinson has joined #ipfs
colatkinson has quit [Remote host closed the connection]
Hory has joined #ipfs
espadrine has quit [Ping timeout: 256 seconds]
avelkei has joined #ipfs
fretful has joined #ipfs
fretful has left #ipfs [#ipfs]
fretful has joined #ipfs
clemo has joined #ipfs
elevated has joined #ipfs
Adbray has quit [Read error: Connection reset by peer]
mtodor has joined #ipfs
inetic has joined #ipfs
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
ylp has joined #ipfs
jzeus has joined #ipfs
cxl000 has joined #ipfs
vmx has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
SunflowerSociety has joined #ipfs
ONI_Ghost has quit [Ping timeout: 240 seconds]
Guest33276 has joined #ipfs
rudolph has joined #ipfs
rudolph is now known as Guest26895
Guest33276 has quit [Ping timeout: 256 seconds]
bomb-on has quit [Quit: zzz]
bomb-on has joined #ipfs
bomb-on has quit [Quit: zzz]
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0 is now known as Guest5978
Guest5978 has quit [Killed (niven.freenode.net (Nickname regained by services))]
SunflowerSociety has quit [Read error: Connection reset by peer]
Sunflowery has joined #ipfs
bomb-on has joined #ipfs
Sunflowery has quit [Read error: Connection reset by peer]
SunflowerSociety has joined #ipfs
pvh has quit [Quit: Connection closed for inactivity]
treora has quit [Remote host closed the connection]
treora has joined #ipfs
Adbray has joined #ipfs
vmx has quit [Ping timeout: 255 seconds]
vmx has joined #ipfs
dimitarvp has joined #ipfs
Steverman has joined #ipfs
Steverman has quit [Quit: WeeChat 2.0.1]
Steverman has joined #ipfs
Guest26895 has quit [Remote host closed the connection]
matoro has joined #ipfs
chrios_ has quit [Ping timeout: 248 seconds]
chrios_ has joined #ipfs
ONI_Ghost has joined #ipfs
SunflowerSociety has quit [Read error: Connection reset by peer]
raynold has quit [Quit: Connection closed for inactivity]
elevated has quit [Ping timeout: 264 seconds]
EG^ has joined #ipfs
Keagan has joined #ipfs
Keagan has quit [Client Quit]
ONI_Ghost has quit [Ping timeout: 248 seconds]
EG^ has quit [Ping timeout: 260 seconds]
und0ck3d has joined #ipfs
sz0 has joined #ipfs
EG^ has joined #ipfs
lord| has quit [Quit: WeeChat 2.0.1]
Steverman has quit [Ping timeout: 268 seconds]
ONI_Ghost has joined #ipfs
Steverman has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
EG^ has quit [Ping timeout: 276 seconds]
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
und0ck3d has quit [Ping timeout: 276 seconds]
chrios_ has quit [Remote host closed the connection]
maxzor has joined #ipfs
ccii has joined #ipfs
digi_james has joined #ipfs
newhouse has joined #ipfs
tombusby has quit [Ping timeout: 255 seconds]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
l2d has quit [Read error: Connection reset by peer]
l2d has joined #ipfs
jgm has joined #ipfs
tombusby has joined #ipfs
gmoro has quit [Ping timeout: 240 seconds]
Caterpillar has joined #ipfs
gmoro has joined #ipfs
shanemcd has joined #ipfs
vmx has quit [Quit: Leaving]
digi_james has quit [Quit: WeeChat 2.0.1]
Fessus has quit [Quit: Leaving]
K0HAX has quit [Ping timeout: 260 seconds]
pcardune has joined #ipfs
maxzor has quit [Remote host closed the connection]
kus_ubuntui686 has joined #ipfs
kus_ubuntui686 has quit [Max SendQ exceeded]
sz0 has quit [Quit: Connection closed for inactivity]
jgm has quit [Ping timeout: 260 seconds]
und0ck3d has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Client Quit]
bdazl[m] has joined #ipfs
ericxtang has joined #ipfs
Keagan has joined #ipfs
Keagan has quit [Client Quit]
markedfinesse has quit [Remote host closed the connection]
markedfinesse has joined #ipfs
Neomex has joined #ipfs
ulrichard has quit [Remote host closed the connection]
Keagan has joined #ipfs
Keagan has quit [Client Quit]
newhouse has quit [Read error: Connection reset by peer]
rendar has quit [Read error: Connection reset by peer]
rendar has joined #ipfs
rendar has joined #ipfs
rendar has quit [Changing host]
ylp has left #ipfs [#ipfs]
gde33 has quit [Ping timeout: 240 seconds]
ftraverse[m] has joined #ipfs
jgm has joined #ipfs
vivus has joined #ipfs
gde33 has joined #ipfs
inetic has quit [Ping timeout: 256 seconds]
jgm has quit [Ping timeout: 260 seconds]
raynold has joined #ipfs
mtodor has quit [Remote host closed the connection]
ericxtang has quit [Remote host closed the connection]
pcardune_ has joined #ipfs
EG^ has joined #ipfs
ericxtang has joined #ipfs
pcardune has quit [Ping timeout: 255 seconds]
pcardune_ has quit [Ping timeout: 276 seconds]
ericxtang has quit [Ping timeout: 248 seconds]
ericxtang has joined #ipfs
tarrence has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
anoemi has joined #ipfs
bomb-on has quit [Quit: zzz]
K0HAX has joined #ipfs
pcardune has joined #ipfs
elevated has joined #ipfs
EG^ has quit [Ping timeout: 255 seconds]
pcardune has quit [Ping timeout: 260 seconds]
tenchooo has quit [Remote host closed the connection]
tenchooo has joined #ipfs
bomb-on has joined #ipfs
newhouse has joined #ipfs
piti has quit [Read error: Connection reset by peer]
piti has joined #ipfs
Encrypt has joined #ipfs
tarrence has quit [Ping timeout: 248 seconds]
pcardune has joined #ipfs
pcardune has quit [Read error: Connection reset by peer]
pcardune has joined #ipfs
jzeus has quit [Read error: Connection reset by peer]
Steverman has quit [Ping timeout: 240 seconds]
bomb-on has quit [Quit: SO LONG, SUCKERS!]
ribasushi has quit [Ping timeout: 256 seconds]
bomb-on has joined #ipfs
weisen has joined #ipfs
ribasushi has joined #ipfs
Keagan has joined #ipfs
Keagan has quit [Remote host closed the connection]
ckwaldon has quit [Ping timeout: 276 seconds]
Keagan has joined #ipfs
Keagan has quit [Read error: Connection reset by peer]
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ribasushi has quit [Ping timeout: 240 seconds]
sz0 has joined #ipfs
rodolf0 has joined #ipfs
ribasushi has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
fxrs has joined #ipfs
warner has joined #ipfs
Encrypt has quit [Quit: Quit]
ONI_Ghost has quit [Read error: Connection reset by peer]
Steverman has joined #ipfs
und0ck3d has quit [Quit: und0ck3d]
rendar has quit []
EG^ has joined #ipfs
Mr0grog has joined #ipfs
lobeholdrain has joined #ipfs
lobeholdrain has quit [Client Quit]
colatkinson has joined #ipfs
weisen has quit [Quit: weisen]
weisen has joined #ipfs
shizy has joined #ipfs
Steverman has quit [Ping timeout: 240 seconds]
shizy has quit [Quit: WeeChat 2.0.1]
EG^ has quit [Ping timeout: 248 seconds]
Neomex has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
ygrek has joined #ipfs
Neomex has joined #ipfs
cxl000 has quit [Ping timeout: 255 seconds]
ligi has joined #ipfs
cxl000 has joined #ipfs
ligi has quit [Client Quit]
kus_ubuntui686 has joined #ipfs
kus_ubuntui686 has quit [Max SendQ exceeded]
Kodoque has joined #ipfs
colatkinson has quit [Quit: colatkinson]
sz0 has quit [Quit: Connection closed for inactivity]
newhouse has quit [Ping timeout: 256 seconds]
colatkinson has joined #ipfs
Fessus has joined #ipfs
Mateon1 has quit [Quit: Mateon1]
fredthomsen has joined #ipfs
Mateon1 has joined #ipfs
fredthomsen has quit [Client Quit]
cxl000 has quit [Ping timeout: 260 seconds]
clemo has quit [Ping timeout: 256 seconds]
Hory has quit [Read error: Connection reset by peer]
jaboja has joined #ipfs
Encrypt has quit [Quit: Quit]
espadrine has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
colatkinson has quit [Quit: colatkinson]
anewuser has joined #ipfs
aidalgol has quit [Remote host closed the connection]
ninja_8_u has quit [Ping timeout: 260 seconds]
lord| has joined #ipfs
anoemi has quit []
ninja_8_u has joined #ipfs
aidalgol has joined #ipfs
floog has joined #ipfs
<floog> Do y'all know anyone using ipfs on a prod env?
matoro has quit [Ping timeout: 276 seconds]
raynold has quit [Quit: Connection closed for inactivity]
rodolf0 has quit [Quit: Leaving]
floog has quit [Quit: Page closed]
jaboja has quit [Ping timeout: 240 seconds]
gandro has joined #ipfs
Kodoque has quit [Read error: Connection reset by peer]
ericxtang has quit [Remote host closed the connection]
avelkei has quit [Ping timeout: 276 seconds]
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #ipfs
ericxtang has joined #ipfs
bwn has quit [Quit: Quit]
ericxtang has quit [Ping timeout: 248 seconds]
bwn has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 248 seconds]
weisen has quit [Quit: weisen]