stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.5.1 and js-ipfs 0.43.1 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0
<bleonard252> * I'm not a fan of brave, and I'm not talking about that here
kn0rki has quit [Quit: Leaving]
Soo_Slow has joined #ipfs
AbramAdelmo has joined #ipfs
AbramAdelmo has quit [Ping timeout: 260 seconds]
nettle has left #ipfs ["WeeChat 1.9-dev"]
sz0 has quit [Quit: Connection closed for inactivity]
<RubenKelevra[m]> Nato Boram (Discord): you're online?
Soo_Slow has quit [Quit: Soo_Slow]
digitalnomad91_ has joined #ipfs
<NatoBoramDiscor7> Yeah
<RubenKelevra[m]> Nato Boram (Discord): saw your ticket. I run a mirror with packages as well. While mine isn't that complex. Do you use rsync for your import?
<NatoBoramDiscor7> Yep, `rsync -a`
digitalnomad91 has quit [Ping timeout: 256 seconds]
<RubenKelevra[m]> rsync can resolve all symlinks on a sync and replace them with the actual files. I than go ahead and specify all stuff I want receive and don't receive to eliminate the duplicated (in my case a folder just contain basically everything and the individual repos contain just symlinks).
<RubenKelevra[m]> Not sure how much your repos would grow if you resolve all symlinks... is one deb package used for different repos?
<NatoBoramDiscor7> Yeah, I figured I could try to follow some links and ignore others, but then it wouldn't be a perfect mirror. Also there's recursive links so following everything wouldn't work
<NatoBoramDiscor7> I haven't tried to deduplicate the Btrfs drive yet, but that might help with resolving too many links
Trieste has quit [Ping timeout: 260 seconds]
<NatoBoramDiscor7> … but not with `..` links
<RubenKelevra[m]> You don't need to replicate a "perfect" mirror, since nobody is mirroring from you back to a regular mirror. You just have to modify the mirror content for your needs to make apt work with it. That's the way I choose
<NatoBoramDiscor7> Indeed, that would be practical. For now I think I'll let it be broken, I think it might be useful to fix the underlying issue with IPFS
<NatoBoramDiscor7> It's not like I'm actually going to use it over the standard http mirrors since those are just way faster than IPFS even on the same network
<RubenKelevra[m]> It will be fixed, but not in the absolutly near future (I guess). They are working on UnixFS 1.5 and UnixFS 2.0. At least the second one will fix it
<RubenKelevra[m]> I had reports for my setup that it's actually faster than http :)
Trieste has joined #ipfs
arthuredelstein has joined #ipfs
<NatoBoramDiscor7> Ah? I guess using a raspi might be prone to slowness 🤔
<RubenKelevra[m]> Well, I use a virtual server with 4 Xeon cores and 16 GB memory for import to the cluster, and there are multiple cluster followers who replicate the data.
<NatoBoramDiscor7> Ah, that could also help
<NatoBoramDiscor7> Xeon vs Raspi. Nice!
<RubenKelevra[m]> My script is just bash, it basically imports the full file structure on the first run and pushes each file as individual pin to the cluster and create a file/folder structure in the local MFS.
<RubenKelevra[m]> On every rsync update, it will parse the rsync log and update the MFS and the cluster pins.
<RubenKelevra[m]> Might not be the prettiest thing in the world, but it can even recover from hard shutdowns while parsing an rsync log :)
kivutar has quit [Ping timeout: 256 seconds]
ipfs-stackbot1 has quit [Remote host closed the connection]
ipfs-stackbot1 has joined #ipfs
kivutar has joined #ipfs
opal has quit [Ping timeout: 240 seconds]
halbeno_ has joined #ipfs
halbeno has quit [Ping timeout: 260 seconds]
ljmf00_ has joined #ipfs
ljmf00 has quit [Ping timeout: 246 seconds]
drathir_tor has quit [Remote host closed the connection]
mowcat has quit [Remote host closed the connection]
opal has joined #ipfs
Acacia has quit [Ping timeout: 260 seconds]
Acacia has joined #ipfs
drathir_tor has joined #ipfs
Belkaar_ has quit [Ping timeout: 256 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
Belkaar has quit [Changing host]
AbramAdelmo has joined #ipfs
AbramAdelmo_ has joined #ipfs
AbramAdelmo has quit [Ping timeout: 256 seconds]
<NatoBoramDiscor7> I tried to add LineageOS builds as separate pins on a cluster, but the problem with that is that I needed to have enough space to host the full thing anyway, and that wasn't possible on a 5$ Digital Ocean node
<NatoBoramDiscor7> For MFS, it would be nice if we could mount MFS and just put things there then later get a pin hash from the node
<NatoBoramDiscor7> If I could `rsync` Ubuntu Archives into a MFS mount point then share the hash of the result, that would be totally awesome
Guest42310 has quit [Quit: Guest42310]
jcea has quit [Quit: jcea]
Guest42310 has joined #ipfs
stripedpajamas has quit [Quit: sleeping...]
stripedpajamas has joined #ipfs
<RubenKelevra[m]> Sure, but I actually would like to see the fuse mount option of IPFS disappear. It's a security issue. A second daemon could create something like an NFS server and create the datastructure on a IPFS cluster for example
user_51 has quit [Ping timeout: 272 seconds]
user_51 has joined #ipfs
kivutar has quit [Ping timeout: 258 seconds]
CCR5-D32 has quit [Quit: ZZZzzz…]
kivutar has joined #ipfs
jrt has quit [Killed (orwell.freenode.net (Nickname regained by services))]
jrt has joined #ipfs
ddahl has quit [Ping timeout: 272 seconds]
misuto has quit [Quit: Ping timeout (120 seconds)]
misuto has joined #ipfs
Acacia has quit [Ping timeout: 272 seconds]
Acacia has joined #ipfs
<ipfsbot> @bos162 posted in Question about lotus storage miner - https://discuss.ipfs.io/t/question-about-lotus-storage-miner/8073/1
zaib0n[m] has joined #ipfs
<NatoBoramDiscor7> Actually, do you use `--nocopy` when adding the mirror?
<NatoBoramDiscor7> Hm, wait, if you only add the changed files from the rsync log, then it probably doesn't take 3 hours for IPFS to update the mirror...
<NatoBoramDiscor7> So the InRelease file wouldn't be a problem even if it was changed on disk because it's already backed up by a cluster 🤔
<NatoBoramDiscor7> So the `InRelease` file wouldn't be a problem even if it was changed on disk because it's already backed up by a cluster 🤔
<NatoBoramDiscor7> So... what's your mirror's IPNS? 😆
pcheek has quit [Read error: Connection reset by peer]
MDude has quit [Quit: Going offline, see ya! (www.adiirc.com)]
daregap has joined #ipfs
Trieste has quit [Ping timeout: 246 seconds]
Trieste has joined #ipfs
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
aldente has quit [Ping timeout: 260 seconds]
hsn has joined #ipfs
<stebalien> Y'all, go-ipfs 0.6.0-rc1 (https://github.com/ipfs/go-ipfs/issues/7347) is out: https://dist.ipfs.io/go-ipfs/v0.6.0-rc1. Please test.
teaman has joined #ipfs
hsn_ has joined #ipfs
AbramAdelmo_ has quit [Remote host closed the connection]
hsn has quit [Ping timeout: 272 seconds]
hsn_ is now known as hsn
kivutar has quit [Ping timeout: 272 seconds]
tsrt^ has joined #ipfs
kivutar has joined #ipfs
tsrt^^ has joined #ipfs
tsrt^ has quit []
<vdmokstati[m]> .
AbramAdelmo has joined #ipfs
stripedpajamas has quit [Quit: sleeping...]
AbramAdelmo has quit [Ping timeout: 240 seconds]
endvra has quit [Read error: Connection reset by peer]
ylp has joined #ipfs
endvra has joined #ipfs
joocain2_ has joined #ipfs
joocain2 has quit [Ping timeout: 240 seconds]
AbramAdelmo has joined #ipfs
Trieste has quit [Ping timeout: 256 seconds]
fazo96 has joined #ipfs
AbramAdelmo has quit [Ping timeout: 260 seconds]
Trieste has joined #ipfs
fazo96 has quit [Ping timeout: 256 seconds]
sim590 has quit [Ping timeout: 264 seconds]
fazo96 has joined #ipfs
pecastro has joined #ipfs
sim590 has joined #ipfs
sz0 has joined #ipfs
fazo96 has quit [Ping timeout: 272 seconds]
vyzo has quit [Read error: Connection reset by peer]
skywavesurfer has quit [Quit: ZNC - https://znc.in]
fazo96 has joined #ipfs
iczero is now known as tls
kivutar has quit [Ping timeout: 272 seconds]
KeiraT has quit [Ping timeout: 240 seconds]
kivutar has joined #ipfs
ange____ has joined #ipfs
m0lok____ has joined #ipfs
zaib0n[m] has quit [*.net *.split]
Crypt0ManiakcomD has quit [*.net *.split]
k_chaewon[m] has quit [*.net *.split]
AnthonyADiscord4 has quit [*.net *.split]
albino[m]1 has quit [*.net *.split]
HerHde[m] has quit [*.net *.split]
divi[m] has quit [*.net *.split]
masterberg1br[m] has quit [*.net *.split]
ronthecookieDis4 has quit [*.net *.split]
Will[m]1 has quit [*.net *.split]
judisonDiscord[m has quit [*.net *.split]
m0lok___ has quit [*.net *.split]
PlebDiscord[m]1 has quit [*.net *.split]
ange___ has quit [*.net *.split]
boomshroomDisco4 has quit [*.net *.split]
epitron[m] has quit [*.net *.split]
sam[m] has quit [*.net *.split]
horrified has quit [*.net *.split]
KevinVuilleumier has quit [*.net *.split]
epcim[m] has quit [*.net *.split]
AnsgarSchmidt[m] has quit [*.net *.split]
gang718[m] has quit [*.net *.split]
ninjajnin[m] has quit [*.net *.split]
saintsal[m] has quit [*.net *.split]
wuzhe[m] has quit [*.net *.split]
dazai[m]2 has quit [*.net *.split]
peterbat23[m] has quit [*.net *.split]
caisah[m] has quit [*.net *.split]
bonedaddy1337[m] has quit [*.net *.split]
gunttedDiscord[7 has quit [*.net *.split]
ShokuninDiscord7 has quit [*.net *.split]
vexlDiscord[m]2 has quit [*.net *.split]
user74398[m] has quit [*.net *.split]
Raina[m] has quit [*.net *.split]
pytlin2718[m] has quit [*.net *.split]
shrine[m] has quit [*.net *.split]
gregds[m] has quit [*.net *.split]
flem[m] has quit [*.net *.split]
markusaurelius[m has quit [*.net *.split]
ne-vlezay80[m] has quit [*.net *.split]
JakeHemmerle[m] has quit [*.net *.split]
Quiark has quit [*.net *.split]
vjadav86[m] has quit [*.net *.split]
jalende[m] has quit [*.net *.split]
dadepo[m] has quit [*.net *.split]
brunhildan[m] has quit [*.net *.split]
hamnox[m] has quit [*.net *.split]
glassfiredna00[m has quit [*.net *.split]
mxvin[m] has quit [*.net *.split]
jak_wolf[m] has quit [*.net *.split]
martylake[m] has quit [*.net *.split]
marcosantino[m] has quit [*.net *.split]
vantomme[m] has quit [*.net *.split]
nonidentity[m] has quit [*.net *.split]
Fns[m] has quit [*.net *.split]
bugsle_cz[m] has quit [*.net *.split]
xlogik has quit [*.net *.split]
liqsliu[m] has quit [*.net *.split]
rangermauve has quit [*.net *.split]
Alpha3031[m] has quit [*.net *.split]
turt2live has quit [*.net *.split]
anoa has quit [*.net *.split]
Mikaela[f] has quit [*.net *.split]
yangm has quit [*.net *.split]
Mitar has quit [Ping timeout: 246 seconds]
Belkaar has quit [Ping timeout: 264 seconds]
dethos has joined #ipfs
KeiraT has joined #ipfs
Belkaar has joined #ipfs
Belkaar has joined #ipfs
Belkaar has quit [Changing host]
Mitar has joined #ipfs
albino[m]1 has joined #ipfs
HerHde[m] has joined #ipfs
Quiark has joined #ipfs
Crypt0ManiakcomD has joined #ipfs
ninjajnin[m] has joined #ipfs
boomshroomDisco4 has joined #ipfs
KevinVuilleumier has joined #ipfs
dadepo[m] has joined #ipfs
marcosantino[m] has joined #ipfs
horrified has joined #ipfs
ne-vlezay80[m] has joined #ipfs
user74398[m] has joined #ipfs
shrine[m] has joined #ipfs
gregds[m] has joined #ipfs
markusaurelius[m has joined #ipfs
gang718[m] has joined #ipfs
vjadav86[m] has joined #ipfs
flem[m] has joined #ipfs
bugsle_cz[m] has joined #ipfs
vexlDiscord[m]2 has joined #ipfs
Raina[m] has joined #ipfs
divi[m] has joined #ipfs
masterberg1br[m] has joined #ipfs
martylake[m] has joined #ipfs
gunttedDiscord[7 has joined #ipfs
vantomme[m] has joined #ipfs
mxvin[m] has joined #ipfs
epcim[m] has joined #ipfs
judisonDiscord[m has joined #ipfs
jalende[m] has joined #ipfs
ShokuninDiscord7 has joined #ipfs
AnthonyADiscord4 has joined #ipfs
brunhildan[m] has joined #ipfs
jak_wolf[m] has joined #ipfs
peterbat23[m] has joined #ipfs
glassfiredna00[m has joined #ipfs
nonidentity[m] has joined #ipfs
Mikaela[f] has joined #ipfs
dazai[m]2 has joined #ipfs
pytlin2718[m] has joined #ipfs
saintsal[m] has joined #ipfs
ronthecookieDis4 has joined #ipfs
AnsgarSchmidt[m] has joined #ipfs
JakeHemmerle[m] has joined #ipfs
epitron[m] has joined #ipfs
sam[m] has joined #ipfs
caisah[m] has joined #ipfs
Fns[m] has joined #ipfs
k_chaewon[m] has joined #ipfs
bonedaddy1337[m] has joined #ipfs
liqsliu[m] has joined #ipfs
PlebDiscord[m]1 has joined #ipfs
wuzhe[m] has joined #ipfs
xlogik has joined #ipfs
hamnox[m] has joined #ipfs
Will[m]1 has joined #ipfs
zaib0n[m] has joined #ipfs
rangermauve has joined #ipfs
Alpha3031[m] has joined #ipfs
anoa has joined #ipfs
turt2live has joined #ipfs
KeiraT has quit [Remote host closed the connection]
drathir_tor has quit [Ping timeout: 240 seconds]
KeiraT has joined #ipfs
drathir_tor has joined #ipfs
NetHogr has quit [Quit: I dont like it here.]
damionx7 has joined #ipfs
AbramAdelmo has joined #ipfs
digitalnomad91__ has joined #ipfs
AbramAdelmo has quit [Ping timeout: 260 seconds]
kivutar has quit [Ping timeout: 264 seconds]
digitalnomad91_ has quit [Ping timeout: 272 seconds]
KeiraT has quit [Remote host closed the connection]
KeiraT has joined #ipfs
kivutar has joined #ipfs
kn0rki has joined #ipfs
CCR5-D32 has joined #ipfs
dethos has quit [Ping timeout: 260 seconds]
JackK has quit [Remote host closed the connection]
JackK has joined #ipfs
kivutar has quit [Ping timeout: 240 seconds]
butcher has joined #ipfs
kivutar has joined #ipfs
kivutar has quit [Ping timeout: 264 seconds]
jcea has joined #ipfs
jcea has quit [Remote host closed the connection]
kivutar has joined #ipfs
jcea has joined #ipfs
crest has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
crest has joined #ipfs
spossiba has quit [Ping timeout: 256 seconds]
spossiba has joined #ipfs
mauz555 has joined #ipfs
kivutar has quit [Ping timeout: 256 seconds]
kivutar has joined #ipfs
AbramAdelmo has joined #ipfs
AbramAdelmo_ has joined #ipfs
AbramAdelmo has quit [Ping timeout: 272 seconds]
digitalnomad91_ has joined #ipfs
digitalnomad91_ has quit [Max SendQ exceeded]
digitalnomad91_ has joined #ipfs
digitalnomad91_ has quit [Max SendQ exceeded]
digitalnomad91_ has joined #ipfs
dethos has joined #ipfs
digitalnomad91__ has quit [Ping timeout: 260 seconds]
kivutar has quit [Ping timeout: 265 seconds]
octylfractal[m] has joined #ipfs
mauz555 has quit []
kivutar has joined #ipfs
daregap has quit [Quit: daregap]
KempfCreative has joined #ipfs
Ecran has joined #ipfs
ipfs-stackbot1 has quit [Remote host closed the connection]
ipfs-stackbot1 has joined #ipfs
AbramAdelmo_ has quit [Ping timeout: 246 seconds]
kivutar has quit [Ping timeout: 246 seconds]
kivutar has joined #ipfs
DavidPH has quit [Ping timeout: 272 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
cwchristerw has quit [Ping timeout: 256 seconds]
cwchristerw has joined #ipfs
DavidPH has joined #ipfs
kivutar has quit [Ping timeout: 265 seconds]
fazo96 has quit [Ping timeout: 272 seconds]
ZaZ has joined #ipfs
Taoki has joined #ipfs
kivutar has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
Acacia has quit [Ping timeout: 272 seconds]
<Daniel0011[m]> how do i use ipfs behind a carrier grade nat
<Daniel0011[m]> aka with double nat 4g
Acacia has joined #ipfs
aldente has joined #ipfs
Ecran_ has joined #ipfs
Ecran has quit [Ping timeout: 256 seconds]
kivutar has quit [Ping timeout: 256 seconds]
<foxcpp> Daniel0011[m]: as usual, but do not expect to be able to share files easily and reliably
benjamingr__ has joined #ipfs
Ecran__ has joined #ipfs
Ecran_ has quit [Ping timeout: 260 seconds]
witt-designsDi10 has joined #ipfs
<hsn> Daniel0011[m]: get ipv6 tunnel
<Daniel0011[m]> cannot
<Daniel0011[m]> he.net require ICMP
<Daniel0011[m]> he.net require ICMP
<Daniel0011[m]> he.net require ICMP allowed, can't control isp network
jrabe has quit [Disconnected by services]
jrabe has joined #ipfs
jrabe is now known as Guest42490
Guest42490 has quit [Killed (egan.freenode.net (Nickname regained by services))]
Guest42490 has joined #ipfs
kivutar has joined #ipfs
ercthedestroyer4 has joined #ipfs
ddahl has joined #ipfs
Pie-jacker875 has quit [Read error: Connection reset by peer]
Pie-jacker875 has joined #ipfs
mauz555 has joined #ipfs
memobook[m] has joined #ipfs
aldente has quit [Read error: Connection reset by peer]
aldente has joined #ipfs
mowcat has joined #ipfs
mowcat has quit [Remote host closed the connection]
kivutar has quit [Ping timeout: 260 seconds]
MDude has joined #ipfs
<ZorPrime> Daniel0011[m]: openvpn and tunnel ipv6 that way? Who is your ISP?
stripedpajamas has joined #ipfs
AbramAdelmo has joined #ipfs
pasticcio3 has quit [Ping timeout: 260 seconds]
kivutar has joined #ipfs
AbramAdelmo has quit [Ping timeout: 256 seconds]
<Daniel0011[m]> > Daniel\: openvpn and tunnel ipv6 that way? Who is your ISP?
<Daniel0011[m]> @ZorPrime#0000
<Daniel0011[m]> I have tried all 3 mobile carriers in Australia, they all CGNAT.. and i've been unable to get a dynamic IPv4 from any, yes also on postpaid!.. Only 1 has IPv6, but they firewall incoming on the ipv6.. 😦
<bleonard252> Try getting an actual ISP instead of a mobile carrier?
Ecran__ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
pasticcio3 has joined #ipfs
Trieste has quit [Ping timeout: 240 seconds]
jesse22 has quit [Ping timeout: 244 seconds]
jesse22 has joined #ipfs
Trieste has joined #ipfs
KeiraT has quit [Remote host closed the connection]
KeiraT has joined #ipfs
kivutar has quit [Ping timeout: 260 seconds]
Landryl has joined #ipfs
riemann has joined #ipfs
pjz has quit [Ping timeout: 265 seconds]
pjz has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
<hsn> Just buy some cloud machine for $5 per month and run ipfs there.
<hsn> Now we have that self - updating fedora bazmeg, you don't have to care about it.
<hsn> or you can buy just some ipfs hosting. such as temporal 0.07 per GB.
<foxcpp> do w have pin-cluster-as-a-service already?
<foxcpp> s/w/we/
Landryl has quit [Quit: The Lounge - https://thelounge.chat]
Landryl has joined #ipfs
<hsn> there is rest api to pining services and you can choose how many replicas you want
kivutar has joined #ipfs
Landryl has quit [Quit: The Lounge - https://thelounge.chat]
Landryl has joined #ipfs
ylp has quit [Quit: Leaving.]
butcher has quit [Ping timeout: 256 seconds]
Landryl has quit [Quit: The Lounge - https://thelounge.chat]
kivutar has quit [Ping timeout: 256 seconds]
arthuredelstein has quit [Ping timeout: 265 seconds]
Landryl has joined #ipfs
cry0 has joined #ipfs
kivutar has joined #ipfs
arthuredelstein has joined #ipfs
AbramAdelmo has joined #ipfs
AbramAdelmo has quit [Ping timeout: 260 seconds]
Landryl has quit [Quit: The Lounge - https://thelounge.chat]
Landryl has joined #ipfs
Guest42310 has quit [Remote host closed the connection]
fazo96 has joined #ipfs
Acacia has quit [Ping timeout: 272 seconds]
AdamPothan[m] has joined #ipfs
endvra has quit [Read error: Connection reset by peer]
kivutar has quit [Ping timeout: 258 seconds]
endvra has joined #ipfs
Acacia has joined #ipfs
maxzor has joined #ipfs
ZaZ has joined #ipfs
xcm has quit [Remote host closed the connection]
fazo96 has quit [Ping timeout: 256 seconds]
ipfs-stackbot1 has quit [Remote host closed the connection]
kivutar has joined #ipfs
xcm has joined #ipfs
AbramAdelmo has joined #ipfs
ShadDiscord[m]1 is now known as Shad4496[m]
tsrt^^ has quit []
AbramAdelmo has quit [Ping timeout: 256 seconds]
cry0 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<ipfsbot> @system posted in IPFS Weekly 91 - https://discuss.ipfs.io/t/ipfs-weekly-91/8080/1
kivutar has quit [Ping timeout: 256 seconds]
stripedpajamas has quit [Quit: sleeping...]
cry0 has joined #ipfs
Acacia has quit [Ping timeout: 272 seconds]
ipfs-stackbot1 has joined #ipfs
MrAureliusR has quit [Quit: ZNC - https://znc.in]
<foxcpp> hsn: I mean, is anyone offering such thing as a paid service already?
<foxcpp> "pay us $ and we will pin your hashes"
<hsn> of course
kivutar has joined #ipfs
<foxcpp> any examples?
MrAureliusR has joined #ipfs
tff^ has joined #ipfs
kivutar has quit [Ping timeout: 246 seconds]
sim590 has quit [Quit: ZNC - http://znc.in]
<NatoBoramDiscor7> https://pinata.cloud/
<NatoBoramDiscor7> https://play.temporal.cloud/
Ecran has joined #ipfs
bubble01_ has joined #ipfs
Guest42310 has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kivutar has joined #ipfs
bubble01_ has quit [Ping timeout: 258 seconds]
Guest42310 has quit [Remote host closed the connection]
bubble01_ has joined #ipfs
stripedpajamas has joined #ipfs
drathir_tor has quit [Ping timeout: 240 seconds]
mowcat has joined #ipfs
drathir_tor has joined #ipfs
cry0 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
mauz555 has quit []
kivutar has quit [Ping timeout: 258 seconds]
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
kivutar has joined #ipfs
ecs has quit [Excess Flood]
ecs has joined #ipfs
Acacia has joined #ipfs
cry0 has joined #ipfs
jesse22 has joined #ipfs
cry0 has quit [Ping timeout: 260 seconds]
WakaDiscord[m] has joined #ipfs
kivutar has quit [Ping timeout: 260 seconds]
ddahl has quit [Ping timeout: 264 seconds]
kivutar has joined #ipfs
stripedpajamas has quit [Quit: sleeping...]
KempfCreative has quit [Ping timeout: 272 seconds]
ddahl has joined #ipfs
KindTwo has joined #ipfs
KindOne has quit [Ping timeout: 256 seconds]
KindTwo is now known as KindOne
LinusCDE has quit [Remote host closed the connection]
bubble01_ has quit [Ping timeout: 260 seconds]
bubble01_ has joined #ipfs
stripedpajamas has joined #ipfs
bubble01_ has quit [Ping timeout: 265 seconds]
bubble01_ has joined #ipfs
kivutar has quit [Ping timeout: 256 seconds]
kivutar has joined #ipfs
Guest42310 has joined #ipfs
Guest42310 has quit [Quit: Guest42310]
Guest42310 has joined #ipfs
AbramAdelmo has joined #ipfs
<ipfsbot> David Mulder @dmulder posted in IPFS Packet Internals - https://discuss.ipfs.io/t/ipfs-packet-internals/8083/1
Guest42310 has quit [Remote host closed the connection]
AbramAdelmo has quit [Ping timeout: 260 seconds]
ZaZ1 has joined #ipfs
ZaZ1 has quit [Read error: Connection reset by peer]
Anth0mk has quit [Ping timeout: 265 seconds]
Acacia has quit [Ping timeout: 272 seconds]
ZaZ has quit [Ping timeout: 272 seconds]
tff^ has quit []
Acacia has joined #ipfs
The_8472 has quit [Ping timeout: 260 seconds]
kchz has joined #ipfs
tsrt^ has joined #ipfs
hsn has quit [Ping timeout: 256 seconds]
kivutar has quit [Ping timeout: 258 seconds]
bubble01_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kivutar has joined #ipfs
mowcat has quit [Remote host closed the connection]
jayjo has quit [Quit: ZNC 1.7.3 - https://znc.in]
MasseR has quit [Ping timeout: 240 seconds]
MasseR has joined #ipfs
Trieste has quit [Ping timeout: 246 seconds]
misuto has quit [Ping timeout: 240 seconds]
Trieste has joined #ipfs
pecastro has quit [Ping timeout: 272 seconds]
Jesin has quit [Quit: Leaving]
benjamingr__ has quit [Quit: Connection closed for inactivity]
stoopkid has joined #ipfs
Jesin has joined #ipfs
dethos has quit [Ping timeout: 240 seconds]
darius[m] has joined #ipfs
hsn has joined #ipfs
misuto has joined #ipfs
hsn has quit [Ping timeout: 240 seconds]
Trieste has quit [Ping timeout: 272 seconds]
Trieste has joined #ipfs
kivutar has quit [Ping timeout: 265 seconds]
jesse22 has quit [Ping timeout: 260 seconds]