stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.18 and js-ipfs 0.34 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 Con
<postables[m]> that would defintiely be useful
<lordcirth_> This puts O(1) cost for users vs O(n) for spammers where n is messages per sender-receiver pair
<lordcirth_> Now, can anyone think of a clever way to increase that ratio?
<aschmahmann[m]> I feel like some version of this problem could be assisted by having two tiers of messages, like FB, linkedIn, etc. do. You can get spam messages from anyone once (i.e. a friend request) and then once you're connected you're pretty much home free on the spam front.
<aschmahmann[m]> I'm not sure whether PoW is better or worse than ML for spam detection on the initial contact, but probably some combination is best (especially since your social graph could be utilized to let people through)
dsiypl4 has quit [Ping timeout: 245 seconds]
<lordcirth_> aschmahmann[m], I think you need the first-layer PoW to avoid your spam filter being overwhelmed
<lordcirth_> In bitmessage, since it's flood-based, there's actually a minimum PoW to send, no matter what.
<lordcirth_> If we want IPFS / related decentralized protocols to be able to handle sending legitimate messages at high speeds, then spammers will have access to the same
mowcat has joined #ipfs
<lordcirth_> So I think the trick is an up-front cost that goes away once you trust them
<aschmahmann[m]> lordcirth_ PoW is fine for that first layer and you can crank the difficulty up really high. However, Gmail and other email providers don't currently use PoW. Instead they use ML to determine whether mail is spam or not. Users could run those spam detection algorithms (that also take into account their social graphs) on their message receiving nodes.
<lordcirth_> aschmahmann[m], yes, but Gmail also has the first layer filter of banning IPs, informed by the ML
<lordcirth_> Given that we are building a decentralized network, fail2ban isn't a viable approach, I think
<lordcirth_> If I generate new email addresses on my own mail server and send 1GB/s of small emails, Google will ban me in a split second. IPFS can't do that so easily.
<lordcirth_> So the first layer needs to create a cost to generating a new address and/or sending me the first message from it. Then ML can handle the 100's of phishing emails, not the millions of emails
<aschmahmann[m]> Makes sense, although if you were using some gossiping channel to propagate your messages I suspect many of the gossiping nodes would ban your IP
Steverman has joined #ipfs
<lordcirth_> Given that we have relay nodes, overlay networks (Tor, etc) I don't think IP banning is a good solution. We need to be able to ban identities
<lordcirth_> And NATs! We don't want to be forced to ban large NAts
<lordcirth_> IPs should be considered cached routing information, not an identity
<TimMc> Yeah, but guess what's easy for irritated, large companies to ban?
<lordcirth_> I don't think IPFS was created because it was easy.
dimitarvp has quit [Quit: Bye]
ismay has joined #ipfs
nonono has joined #ipfs
<postables[m]> yea i wouldn't ban IPs, since you can just `scp` your private key to another node on another ip and have the same identity
<aschmahmann[m]> I think the assumption was that without some PoW tied to either IDs or messages spamming nodes could always just create new IDs.
<aschmahmann[m]> I think PoW or some expensive up front cost could be a really useful filtering component, and I suspect that over time people will come up with various heuristics and algorithms that will help weed out bad actors in some form or other. This might include the PoW, forms of the messages, the ID the messages are from, the frequency/timing of the messages, the network information of the inbound messages, the social graph
<aschmahmann[m]> proximity of the sender, ....
aarshkshah1992 has joined #ipfs
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<postables[m]> well i think that's where the pow-style address generation that tezos uses would be beneficial, especially if you tie in some kind of distributed reputation system.
<postables[m]> STORJ has a very interesting "defense" against that sort of thing preventing bad actors from continually generating new node ids. can't remember how exactly it works but its well designed
nighty- has joined #ipfs
fredthomsen has joined #ipfs
nighty- has quit [Remote host closed the connection]
fredthomsen has quit [Quit: Leaving.]
<postables[m]> since if you infuse reputation system of some kind, then the incentive to generate new addresses, even switching ip's, etc... would be decreased since you would start with a low reputation score.
fredthomsen has joined #ipfs
fredthomsen has left #ipfs [#ipfs]
nighty- has joined #ipfs
<aschmahmann[m]> ya, I took a brief look again at the Storj paper. Looks like they use PoW + reputation so that it's annoying to start all over again with a new identity. The reputation mechanisms they describe seem to be pretty specific to file storage, but it's not too difficult to imagine other reputation mechanisms for different use cases
<aschmahmann[m]> another thing Storj has that could be pretty cool within IPFS is erasure coding. I've found a couple older IPFS issues about it, but haven't heard of any ongoing work on it.
xcm is now known as Guest4787
Guest4787 has quit [Ping timeout: 250 seconds]
xcm has joined #ipfs
<postables[m]> erasure coding would be awesome to have, especially within ipfs cluster
pfista has quit [Remote host closed the connection]
pfista has joined #ipfs
Belkaar has quit [Ping timeout: 244 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
zeden has quit [Quit: WeeChat 2.3]
shizy has joined #ipfs
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
shizy has quit [Quit: WeeChat 2.3]
fredthomsen has joined #ipfs
fredthomsen has quit [Client Quit]
shizy has joined #ipfs
lordcirth_ has quit [Remote host closed the connection]
shizy has quit [Quit: WeeChat 2.3]
user_51 has quit [Ping timeout: 246 seconds]
user_51 has joined #ipfs
renich_ has joined #ipfs
renich has quit [Ping timeout: 240 seconds]
rwe has joined #ipfs
rwe has quit [Ping timeout: 250 seconds]
uncle_ben has joined #ipfs
<uncle_ben> Does anyone know if anyone maintains the IFPS wikipedia snapshots anymore? The yaml page is outdated and /ipns/QmdJiuMWp2FxyaerfLrtdLF6Nr1EWpL7dPAxA9oKSPYYgV doesn't seem to be resolving.
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
thomasan_ has joined #ipfs
XtXe has joined #ipfs
lassulus_ has joined #ipfs
lassulus has quit [Ping timeout: 246 seconds]
lassulus_ is now known as lassulus
thomasan_ has quit [Remote host closed the connection]
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
renich_ has quit [Remote host closed the connection]
Steverman has quit [Ping timeout: 250 seconds]
uncle_ben has quit [Remote host closed the connection]
BeerHall has joined #ipfs
thomasan_ has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
thomasan_ has quit [Remote host closed the connection]
ttamna has quit [Quit: Page closed]
spinza has joined #ipfs
Xexe has joined #ipfs
treora has quit [Remote host closed the connection]
treora has joined #ipfs
rwe has joined #ipfs
mowcat has quit [Remote host closed the connection]
ismay has quit [Ping timeout: 272 seconds]
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Ping timeout: 250 seconds]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ipfs
<jacky> man that's a hell of a hash
aarshkshah1992 has joined #ipfs
hcfe^ has quit []
Pulse2496 has joined #ipfs
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
reit has quit [Ping timeout: 240 seconds]
nonono has quit [Ping timeout: 250 seconds]
BeerHall1 has joined #ipfs
BeerHall has quit [Ping timeout: 240 seconds]
kmacmartin[m] has joined #ipfs
jacky has quit [Quit: ZNC 1.7.1 - https://znc.in]
random_yanek has quit [Ping timeout: 250 seconds]
kmacmartin[m] has left #ipfs ["User left"]
ichoquo0Aigh9ie has joined #ipfs
Mateon3 has joined #ipfs
jak[m]1 has joined #ipfs
Mateon1 has quit [Ping timeout: 272 seconds]
Mateon3 is now known as Mateon1
random_yanek has joined #ipfs
}ls{ has joined #ipfs
q-u-a-n1 has joined #ipfs
BeerHall1 has quit [Ping timeout: 250 seconds]
Ai9zO5AP has joined #ipfs
fazo has joined #ipfs
Caterpillar has joined #ipfs
ichoquo0Aigh9ie has quit [Remote host closed the connection]
ichoquo0Aigh9ie has joined #ipfs
fazo has quit [Quit: fazo]
yeehi_ has joined #ipfs
yeehi has quit [Ping timeout: 244 seconds]
ylp has joined #ipfs
Steverman has joined #ipfs
Steverman has quit [Client Quit]
Steverman has joined #ipfs
henriquev has joined #ipfs
kapil____ has joined #ipfs
Caterpillar has quit [Ping timeout: 250 seconds]
aarshkshah1992 has quit [Ping timeout: 245 seconds]
aarshkshah1992 has joined #ipfs
Caterpillar has joined #ipfs
yeehi_ is now known as yeehi
aarshkshah1992 has quit [Ping timeout: 272 seconds]
aarshkshah1992 has joined #ipfs
Caterpillar has quit [Ping timeout: 268 seconds]
aarshksh_ has joined #ipfs
aarshkshah1992 has quit [Read error: Connection reset by peer]
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
mischat has joined #ipfs
Mateon1 has quit [Quit: Mateon1]
Mateon1 has joined #ipfs
vyzo has joined #ipfs
lidel` has joined #ipfs
lidel has quit [Ping timeout: 272 seconds]
lidel` is now known as lidel
q6AA4FD has quit [Quit: ZNC 1.7.1 - https://znc.in]
silotis has quit [Ping timeout: 250 seconds]
dimitarvp has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
ismay has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
rendar has joined #ipfs
The_8472 has joined #ipfs
BeerHall has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
clemo has joined #ipfs
woss_io has joined #ipfs
mischat_ has joined #ipfs
mischat has quit [Ping timeout: 240 seconds]
spinza has joined #ipfs
gkbrk has joined #ipfs
Steverman has quit [Ping timeout: 240 seconds]
aarshksh_ has quit [Remote host closed the connection]
Caterpillar has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
vmx has joined #ipfs
The_8472 has joined #ipfs
clemo has quit [Ping timeout: 250 seconds]
rcat has joined #ipfs
Steverman has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ipfs
hph^ has quit [Max SendQ exceeded]
pietervdvn[m] has joined #ipfs
vmx has quit [Remote host closed the connection]
clemo has joined #ipfs
pecastro has joined #ipfs
zloba[m] is now known as zloba3270[m]
zloba3270[m] is now known as zloba[m]
Eugene[m] is now known as Eugene3873[m]
Eugene3873[m] is now known as Eugene[m]
zegordo[m] has joined #ipfs
crest5794[m] is now known as crest[m]
Steff[m] is now known as Steff1446[m]
Steff1446[m] is now known as Steff[m]
cw[m] is now known as cw5950[m]
cw5950[m] is now known as cw[m]
grvhi[m] is now known as grvhi7863[m]
sukar[m] is now known as sukar9345[m]
sukar9345[m] is now known as sukar[m]
chadlupkes[m] is now known as chadlupkes6744[m
chadlupkes6744[m is now known as chadlupkes[m]
JungleHeart[m] is now known as JungleHeart7907[
JungleHeart7907[ is now known as JungleHeart[m]
rappel[m] is now known as rappel7695[m]
rappel7695[m] is now known as rappel[m]
nyarlathotep[m] is now known as nyarlathotep5778
nyarlathotep5778 is now known as nyarlathotep[m]
Orkun[m] is now known as Orkun5140[m]
Orkun5140[m] is now known as Orkun[m]
pps96[m] is now known as pps962499[m]
pps962499[m] is now known as pps96[m]
i1nfusion has quit [Remote host closed the connection]
allgo[m] is now known as allgo9251[m]
allgo9251[m] is now known as allgo[m]
braditz[m]1 is now known as braditz2802[m]
braditz2802[m] is now known as braditz[m]11
i1nfusion has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
i1nfusion has quit [Remote host closed the connection]
marcocastignoli7 is now known as marcocastignoli4
marcocastignoli4 is now known as marcocastignoli7
i1nfusion has joined #ipfs
TeamIan[m] is now known as TeamIan2537[m]
i1nfusion has quit [Remote host closed the connection]
TeamIan2537[m] is now known as TeamIan[m]
modig[m] is now known as modig9989[m]
modig9989[m] is now known as modig[m]
gts[m] is now known as gts9050[m]
gts9050[m] is now known as gts[m]
i1nfusion has joined #ipfs
User[m] is now known as User9092[m]
User9092[m] is now known as User[m]
l^discord[m] is now known as l^discord[m]1
l^discord[m]1 is now known as l^discord[m]
r5723013[m] is now known as r57230136967[m]
r57230136967[m] is now known as r5723013[m]
dignifiedquire[m is now known as dignifiedquire25
dignifiedquire25 is now known as dignifiedquire[m
Jonwel[m] is now known as Jonwel7576[m]
Jonwel7576[m] is now known as Jonwel[m]
Us[m] is now known as Us1187[m]
Us1187[m] is now known as Us[m]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ipfs
leoalvarezh[m]1 is now known as leoalvarezh7673[
leoalvarezh7673[ is now known as leoalvarezh[m]11
brewski0244[m] is now known as brewski[m]
te0d[m] is now known as te0d1881[m]
nofwayy[m] is now known as nofwayy3514[m]
te0d1881[m] is now known as te0d[m]
nofwayy3514[m] is now known as nofwayy[m]
cristobal[m] is now known as cristobal7524[m]
saki has joined #ipfs
saki has quit [Excess Flood]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ipfs
zeden has joined #ipfs
saki has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
mischat_ has quit [Remote host closed the connection]
mischat has joined #ipfs
mischat has quit [Ping timeout: 272 seconds]
hello_navi has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
Steverman has quit [Quit: WeeChat 2.3]
hello_navi has quit [Remote host closed the connection]
saki has quit [Ping timeout: 244 seconds]
vmx has joined #ipfs
mischat has joined #ipfs
kapil____ has joined #ipfs
fazo has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
SunflowerSociety has joined #ipfs
Steverman has joined #ipfs
SunflowerSociety has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
mischat has quit [Ping timeout: 268 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
ismay has quit [Ping timeout: 250 seconds]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
Caterpillar has joined #ipfs
vroom has joined #ipfs
rwe has quit [Remote host closed the connection]
rwe has joined #ipfs
Caterpillar has quit [Ping timeout: 246 seconds]
<vroom> The IPNS section of the IPFS docs (https://docs.ipfs.io/guides/concepts/ipns/) seems sparse and doesn't link to more detailed information like the CID section. I tried searching for a lower-level protocol specification, but came up with github issues with broken links. Could anyone point me to an IPNS doc with more meat on it?
vmx has quit [Remote host closed the connection]
vmx has joined #ipfs
reit has joined #ipfs
Caterpillar has joined #ipfs
spinza has quit [Quit: Coyote finally caught up with me...]
Caterpillar has quit [Ping timeout: 272 seconds]
recursive has joined #ipfs
vijayee has quit [Ping timeout: 240 seconds]
spinza has joined #ipfs
xcm has quit [Killed (orwell.freenode.net (Nickname regained by services))]
xcm has joined #ipfs
xcm has quit [Remote host closed the connection]
woss_io has quit [Ping timeout: 240 seconds]
GundalowBarker[m has joined #ipfs
xcm has joined #ipfs
vmx_ has joined #ipfs
vmx has quit [Read error: Connection reset by peer]
woss_io has joined #ipfs
<pietervdvn[m]> Hey everyone, I started using evolution last week and have a few questions. For now, the backend is Gmail via IMAP. When I've handled a mail, I like to move them from inbox into the archive of gmail, how can I do that?
vmx_ has quit [Remote host closed the connection]
mischat has joined #ipfs
woss_io has quit [Ping timeout: 250 seconds]
Pulse2496 has quit [Ping timeout: 244 seconds]
konubinix has quit [Quit: ZNC 1.7.1+deb2+b3 - https://znc.in]
konubinix has joined #ipfs
clemo has quit [Ping timeout: 272 seconds]
mischat has quit [Remote host closed the connection]
nighty- has quit [Quit: Disappears in a puff of smoke]
<voker57> u wot m8
vijayee has joined #ipfs
nobodyawesome[m] has joined #ipfs
Steverman has quit [Ping timeout: 245 seconds]
renich has joined #ipfs
fazo has quit [Quit: fazo]
mischat has joined #ipfs
chiui has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
<geoah> pietervdvn[m]: you either have the wrong channel or we just don't know what evolution is (and how it related to ipfs) :D
ONI_Ghost has joined #ipfs
BeerHall has quit [Quit: BeerHall]
renich_ has joined #ipfs
xcm has quit [Remote host closed the connection]
renich has quit [Ping timeout: 268 seconds]
xcm has joined #ipfs
vijayee has quit [Ping timeout: 240 seconds]
zeden has quit [Quit: WeeChat 2.3]
zeden has joined #ipfs
renich has joined #ipfs
vijayee has joined #ipfs
renich_ has quit [Ping timeout: 240 seconds]
Steverman has joined #ipfs
Caterpillar has joined #ipfs
dsiypl4 has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
Caterpillar has quit [Ping timeout: 245 seconds]
The_8472 has joined #ipfs
mischat has quit [Remote host closed the connection]
mischat has joined #ipfs
mischat has quit [Ping timeout: 244 seconds]
gkbrk has quit [Quit: Leaving]
Soft has quit [Quit: WeeChat 2.1-dev]
mowcat has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
ylp has quit [Quit: Leaving.]
<pietervdvn[m]> Yes, I indeed got the wrong channel. I was talking about Gnome's Mail Client, evolution. Sorry for the confusion
vijayee has quit [Ping timeout: 268 seconds]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
tsrt^ has joined #ipfs
tsrt^ has quit [Max SendQ exceeded]
chiui has quit [Ping timeout: 264 seconds]
cyfex_ has joined #ipfs
cyfex has quit [Ping timeout: 272 seconds]
kapil____ has quit [Quit: Connection closed for inactivity]
charlton has joined #ipfs
q6AA4FD has joined #ipfs
lassulus has quit [Ping timeout: 268 seconds]
lassulus_ has joined #ipfs
lassulus_ is now known as lassulus
noffle has joined #ipfs
charlton has quit [Ping timeout: 250 seconds]
woss_io has joined #ipfs
lassulus_ has joined #ipfs
lassulus has quit [Ping timeout: 268 seconds]
cyfex_ is now known as cyfex
lassulus_ is now known as lassulus
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
ichoquo0Aigh9ie is now known as jacky
The_8472 has quit [Ping timeout: 240 seconds]
silotis has joined #ipfs
Fessus has quit [Ping timeout: 246 seconds]
The_8472 has joined #ipfs
thomasan_ has joined #ipfs
charlton has joined #ipfs
cyfex has quit [Ping timeout: 246 seconds]
cyfex has joined #ipfs
charlton has quit [Remote host closed the connection]
charlton has joined #ipfs
plexigras has joined #ipfs
charlton has quit [Remote host closed the connection]
matt-h has joined #ipfs
charlton has joined #ipfs
vijayee has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
kmacmartin[m] has joined #ipfs
The_8472 has joined #ipfs
prurigro has joined #ipfs
Ai9zO5AP has quit [Quit: WeeChat 2.3]
modnarz has joined #ipfs
rendar has quit []
vijayee has quit [Ping timeout: 268 seconds]
kmacmartin[m] has left #ipfs ["User left"]
jamiew has quit [Quit: ZNC 1.6.6+deb1ubuntu0.1 - http://znc.in]
jamiew has joined #ipfs
dsiypl4 has quit [Ping timeout: 250 seconds]
xcm is now known as Guest50795
Guest50795 has quit [Killed (orwell.freenode.net (Nickname regained by services))]
fazo has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
xcm has joined #ipfs
dsiypl4 has joined #ipfs
Belkaar has quit [Ping timeout: 244 seconds]
vijayee has joined #ipfs
Belkaar has joined #ipfs
Belkaar has joined #ipfs
The_8472 has joined #ipfs
Nuke[m] has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
The_8472 has joined #ipfs
xcm is now known as Guest90097
Guest90097 has quit [Killed (asimov.freenode.net (Nickname regained by services))]
xcm has joined #ipfs
tombusby has quit [Ping timeout: 256 seconds]
tombusby has joined #ipfs
renich has quit [Quit: renich]
jesse22 has joined #ipfs
renich has joined #ipfs
trqx has quit [Ping timeout: 256 seconds]
xdecimal has joined #ipfs
xdecimal has quit [Ping timeout: 250 seconds]
trqx has joined #ipfs
nfip^ has joined #ipfs
nfip^ has quit [Max SendQ exceeded]
nfip^ has joined #ipfs
nfip^ has quit [Max SendQ exceeded]
nfip^ has joined #ipfs
nfip^ has quit [Max SendQ exceeded]
nfip^ has joined #ipfs
nfip^ has quit [Max SendQ exceeded]
cris_thor` has quit []
cris_thor has joined #ipfs
ZaZ has joined #ipfs
cris_thor has quit [Client Quit]
cris has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
vijayee has quit [Ping timeout: 268 seconds]
rgrau has quit [Ping timeout: 246 seconds]
Fessus has joined #ipfs
mowcat has quit [Remote host closed the connection]
Fessus has quit [Remote host closed the connection]
mischat has joined #ipfs
Fessus has joined #ipfs
mischat has quit [Remote host closed the connection]
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
vyzo has quit [Quit: Leaving.]
zeden has quit [Quit: WeeChat 2.3]
pepesza has quit [Ping timeout: 240 seconds]
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
pepesza has joined #ipfs
void09 has quit [Ping timeout: 250 seconds]
<Xexe> hi, can you eli5 -- i have added a file, got that hash. now, how can one ls all his shared things along with their filenames?
q6AA4FD has quit [Quit: ZNC 1.7.1 - https://znc.in]
plexigras has quit [Ping timeout: 244 seconds]
woss_io has quit [Ping timeout: 250 seconds]
<postables[m]> `ipfs object links <key>`, `ipfs dag get <key>`
spinza has quit [Quit: Coyote finally caught up with me...]
lassulus has quit [Ping timeout: 244 seconds]
lassulus_ has joined #ipfs
lassulus_ is now known as lassulus
q6AA4FD has joined #ipfs
swebb has left #ipfs ["["Textual IRC Client: www.textualapp.com"]"]
captain_morgan has quit [Remote host closed the connection]
captain_morgan has joined #ipfs
rwe has quit [Remote host closed the connection]
rwe has joined #ipfs
fazo has quit [Quit: fazo]
rwe has quit [Ping timeout: 245 seconds]
<postables[m]> i have the following systemd unit file for my ipfs node https://gist.github.com/postables/7c5d9a5790deb05983db057c96716da0
<postables[m]> running `systemctl stop ipfs.service` will that be a graceful shutdown of the ipfs node?
spinza has joined #ipfs
<postables[m]> additionally, where in the code-base defines the system signals that can be used to shutdown the ipfs node? for example in the code for temporal i define system signals of SIGTERM, and SIGKILL to trigger shutdowns. does go-ipfs do something like this?
Fabricio20 has quit [Ping timeout: 240 seconds]
lord| has quit [Quit: WeeChat 2.3]
lord| has joined #ipfs
dolphy has joined #ipfs
lassulus has quit [Ping timeout: 244 seconds]
rwe has joined #ipfs
ebarch has quit [Quit: The Lounge - https://thelounge.chat]
lassulus has joined #ipfs
ebarch has joined #ipfs
dimitarvp has quit [Quit: Bye]
lassulus has quit [Ping timeout: 245 seconds]
lassulus has joined #ipfs
noffle has left #ipfs ["WeeChat 1.9-dev"]
stoopkid has joined #ipfs
clarkema[m] has joined #ipfs
clarkema[m] has left #ipfs [#ipfs]
dsiypl4_ has joined #ipfs
dsiypl4 has quit [Ping timeout: 246 seconds]
lassulus has quit [Ping timeout: 245 seconds]
lassulus has joined #ipfs
<Xexe> it does store filenames; doesn't it?
pecastro has quit [Read error: Connection reset by peer]
rwe has quit [Ping timeout: 245 seconds]
MuffinPimp has quit [Quit: Goodbye.]
rgrau has joined #ipfs
lassulus has quit [Ping timeout: 245 seconds]
Steverman has quit [Ping timeout: 250 seconds]
lassulus has joined #ipfs
void09 has joined #ipfs
MuffinPimp has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs