bedeho has quit [Remote host closed the connection]
Mitar has joined #ipfs
bedeho has joined #ipfs
chungy has quit [Ping timeout: 260 seconds]
jokoon has joined #ipfs
sein has joined #ipfs
sein is now known as Guest34291
archpc has quit [Ping timeout: 240 seconds]
m3tti has quit [Ping timeout: 260 seconds]
maxlath has joined #ipfs
Bhootrk_ has quit [Read error: Connection reset by peer]
m3lt has quit [Quit: leaving]
rendar has joined #ipfs
bedeho has quit [Remote host closed the connection]
bedeho has joined #ipfs
gully--foyle has quit [Quit: Leaving]
jrahmy_ has joined #ipfs
john2 has joined #ipfs
sirdancealot has quit [Ping timeout: 240 seconds]
archpc has joined #ipfs
Guest34291 has quit [Ping timeout: 255 seconds]
bedeho has quit [Remote host closed the connection]
MuNk` has joined #ipfs
bedeho has joined #ipfs
jrahmy_ has quit [Quit: Leaving]
brendyyn has quit [Ping timeout: 260 seconds]
dignifiedquire has joined #ipfs
brendyyn has joined #ipfs
brendyyn has quit [Remote host closed the connection]
brendyn has joined #ipfs
brendyn is now known as brendyyn
geir1 has quit [Ping timeout: 245 seconds]
geir1 has joined #ipfs
jokoon9000 has joined #ipfs
jokoon has quit [Ping timeout: 260 seconds]
dimitarvp has joined #ipfs
jokoon9000 has quit [Ping timeout: 264 seconds]
Soulweaver has joined #ipfs
jokoon has joined #ipfs
Tinsu has joined #ipfs
btmsn has joined #ipfs
droman has joined #ipfs
reit has joined #ipfs
rcat has joined #ipfs
dimitarvp` has joined #ipfs
dimitarvp has quit [Disconnected by services]
dimitarvp` is now known as dimitarvp
gmcabrita has joined #ipfs
Tinsu has quit [Ping timeout: 260 seconds]
Encrypt has joined #ipfs
kvda has joined #ipfs
treaki has quit [Ping timeout: 240 seconds]
Encrypt has quit [Client Quit]
gnb_123[m] has joined #ipfs
Encrypt has joined #ipfs
Encrypt has quit [Client Quit]
bingus has quit [Ping timeout: 255 seconds]
apiarian has quit [Ping timeout: 240 seconds]
reit has quit [Quit: Leaving]
apiarian has joined #ipfs
DokterBob_ has joined #ipfs
reit has joined #ipfs
Tinsu has joined #ipfs
<Tinsu>
question about ipld. todays implementation is very different than this spec here: https://github.com/ipld/specs/tree/master/ipld. Am I correct? Today we just have the filed: Data and Links. In the future we will be more free to use any kind of data structure?
<Tinsu>
*fields
DokterBob_ has quit [Client Quit]
redviking[m] has joined #ipfs
bedeho has joined #ipfs
bingus has joined #ipfs
jokoon has quit [Quit: Leaving]
mildred4 has quit [Read error: Connection reset by peer]
skeuomorf has joined #ipfs
mildred4 has joined #ipfs
maxlath has quit [Ping timeout: 268 seconds]
maxlath has joined #ipfs
HoloIRCUser has joined #ipfs
droman has quit [Ping timeout: 240 seconds]
droman has joined #ipfs
_mak has quit [Quit: No Ping reply in 180 seconds.]
deltab has quit [Ping timeout: 240 seconds]
deltab has joined #ipfs
_mak has joined #ipfs
bedeho has quit [Remote host closed the connection]
deltab has quit [Ping timeout: 240 seconds]
deltab has joined #ipfs
ZaZ has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
bedeho has joined #ipfs
deltab has quit [Ping timeout: 240 seconds]
deltab has joined #ipfs
petroleum has joined #ipfs
petroleum has quit [Quit: petroleum]
maxlath1 has joined #ipfs
maxlath has quit [Ping timeout: 255 seconds]
maxlath1 is now known as maxlath
ShalokShalom_ is now known as ShalokShalom
grumble has quit [Quit: This is not a drill! [picture of screwdriver here]]
grumble has joined #ipfs
ShalokShalom has quit [Remote host closed the connection]
Soulweaver has quit [Read error: Connection reset by peer]
bedeho has quit [Remote host closed the connection]
skeuomorf has left #ipfs ["Killed buffer"]
maxlath has joined #ipfs
corvinux has quit [Ping timeout: 268 seconds]
kvda has joined #ipfs
john2 has joined #ipfs
espadrine has quit [Ping timeout: 260 seconds]
kvda has quit [Client Quit]
apiarian has quit [Ping timeout: 260 seconds]
elkalamar has quit [Ping timeout: 240 seconds]
apiarian has joined #ipfs
ShalokShalom has joined #ipfs
cjb has quit [Ping timeout: 255 seconds]
robattila256 has quit [Quit: WeeChat 1.7.1]
robattila256 has joined #ipfs
<Tinsu>
could somebody help me to understand ipns, especial the signature process with iprs?
<Tinsu>
The record is signed. does this mean the record is encrypted?
_whitelogger has joined #ipfs
espadrine has joined #ipfs
btmsn has quit [Ping timeout: 240 seconds]
btmsn has joined #ipfs
<voker57>
signed means it has cryptographic signature, verifying its authenticity
<tinsu>
thx for the answer. the signature is added to the iprs if interpret the docs correctly. so i can check if really the specific node / private key has signed this record. but how? if i can open the signature with the public key?
<voker57>
tinsu: re ipld, I believe it's already possible to use ipld for other purposes. There's zcash branch which allows storing blockchain entities in merkledag
<tinsu>
yes i know. ipld can be used to create various compley datstrcutures
<tinsu>
*complex
<voker57>
currently iprs is used for containing cryptographically signed ipns entries which can be verified with ipns key
<voker57>
not sure if I understood the question
<tinsu>
i dont get the process how my node can verify if the Record is valid. It should be able to decrypt the signature with the public key right?
<voker57>
it's property of asymmetric encryption. If you have public key, you can verify signatures made with its private key
<tinsu>
ok i see. but how can i get the public key of the node? in the iprs i just have the *hash of the public key* if i'm correct.
<tinsu>
there are 3 values: signature, key (hash of public key) and the value (ipns target hash)
<voker57>
They are distributed as any other data block in IPFS. Try ipfs get <your key hash>
<tinsu>
ahh men. so any public key is another DAG object?
<tinsu>
accessible by its key
<tinsu>
thats awesome.
<tinsu>
so. i can verifiy if the IPRS is "corret" / authenticate if i can open the signature with the public key
<tinsu>
and i can get the public key by doing a query on ipfs
<tinsu>
is this correct?
<trqx>
cd 2
<voker57>
hm actually I tried and it appears not to be the case
strykerkkd has joined #ipfs
<tinsu>
wierd. but if the hash of the public key is stored in the IPRS... i cant verify the signature. i mean i cant restore from the hash to the public key...i mean thats the main idea behind hashes, right?
<tinsu>
im an idiot, Kubuxu told me that yesterday Peer id -> Signed Records are stored in the dht...
<tinsu>
sorry. i couldnt make the link
apiarian has quit [Ping timeout: 240 seconds]
<tinsu>
so i can resolv the hash of the public key QmUNL... to find the the entry in the DHT where the key is stored
<tinsu>
or is the key stored localy on my node?
<tinsu>
i mean i know the key is store localy...but is it automatically distributed aswell?
apiarian has joined #ipfs
ygrek has joined #ipfs
john2 has quit [Ping timeout: 260 seconds]
yoyogo has quit [Quit: Bye]
<e337>
Is there a way to fetch published name records with extra information like lifetime & ttl?
maxlath has quit [Ping timeout: 240 seconds]
jsgrant_om has joined #ipfs
bedeho has joined #ipfs
ShalokShalom_ has joined #ipfs
ShalokShalom has quit [Ping timeout: 264 seconds]
jsgrant_om has quit [Ping timeout: 272 seconds]
ygrek_ has joined #ipfs
vapid has joined #ipfs
bcavileer_ has joined #ipfs
maxlath has joined #ipfs
ffmad__ has joined #ipfs
oleavr_ has joined #ipfs
victorbjelkholm_ has joined #ipfs
gorhgorh_ has joined #ipfs
cblgh has quit [Disconnected by services]
<whyrusleeping>
e337: hrm... i don't think so actually
cblgh_ has joined #ipfs
<whyrusleeping>
that would be really nice to have
athan_ has joined #ipfs
<whyrusleeping>
should be easy enough to tweak the command to give out that info
droman has joined #ipfs
apiarian_ has joined #ipfs
<MuNk`>
is there a minimum storage requirement for ipfs installation?
<MuNk`>
been looknig at ipfs for a while, so thought i might have a play today.
m3tti has joined #ipfs
<whyrusleeping>
Nope, no minimum storage requirement
<whyrusleeping>
you only store what you want to store
The_8472` has joined #ipfs
<MuNk`>
oh well shall go give it a try :)
ygrek has quit [*.net *.split]
apiarian has quit [*.net *.split]
ChrisHutchinson[ has quit [*.net *.split]
athan has quit [*.net *.split]
M283750649[m] has quit [*.net *.split]
dweet[m] has quit [*.net *.split]
bcavileer has quit [*.net *.split]
oleavr has quit [*.net *.split]
ffmad_ has quit [*.net *.split]
aproject[m] has quit [*.net *.split]
signalkraft[m] has quit [*.net *.split]
dawnbreez[m] has quit [*.net *.split]
DokterBob has quit [*.net *.split]
Guest201162[m] has quit [*.net *.split]
sansmokka[m] has quit [*.net *.split]
Guest228573[m] has quit [*.net *.split]
Bloo[m] has quit [*.net *.split]
EuAndreh[m] has quit [*.net *.split]
mikkaworkscom[m] has quit [*.net *.split]
creationix[m] has quit [*.net *.split]
artemist[m] has quit [*.net *.split]
Guest203232[m] has quit [*.net *.split]
hollowzen[m] has quit [*.net *.split]
Guest183312[m] has quit [*.net *.split]
RomainLeCarrer[m has quit [*.net *.split]
smuemd[m] has quit [*.net *.split]
victor[m]1 has quit [*.net *.split]
urhuruhurh[m] has quit [*.net *.split]
Guest194460sadsa has quit [*.net *.split]
Guest147163[m] has quit [*.net *.split]
Guest219025[m] has quit [*.net *.split]
allen369[m] has quit [*.net *.split]
pool[m] has quit [*.net *.split]
M-ms has quit [*.net *.split]
spriteclad[m] has quit [*.net *.split]
zandy[m] has quit [*.net *.split]
Guest203190[m] has quit [*.net *.split]
Guest206951[m] has quit [*.net *.split]
hippopete[m] has quit [*.net *.split]
fluff[m] has quit [*.net *.split]
xldrkp[m] has quit [*.net *.split]
vihfvuuv[m] has quit [*.net *.split]
TheKysek[m] has quit [*.net *.split]
Guest20685[m] has quit [*.net *.split]
fhs[m] has quit [*.net *.split]
patrickr[m] has quit [*.net *.split]
grensjo[m] has quit [*.net *.split]
Emacsen[m] has quit [*.net *.split]
M-TidyKoala has quit [*.net *.split]
jeremycahill[m] has quit [*.net *.split]
M-sol56 has quit [*.net *.split]
kyoo[m] has quit [*.net *.split]
flacks[m] has quit [*.net *.split]
Bryan[m] has quit [*.net *.split]
absdog18[m] has quit [*.net *.split]
TheGillies has quit [*.net *.split]
firemound[m] has quit [*.net *.split]
NathanBraswell[m has quit [*.net *.split]
fredrikj[m] has quit [*.net *.split]
saintaquinas[m] has quit [*.net *.split]
Akito[m] has quit [*.net *.split]
nick2000 has quit [*.net *.split]
M-jfred has quit [*.net *.split]
MrAxilus[m] has quit [*.net *.split]
dyce[m] has quit [*.net *.split]
Olivier[matrix] has quit [*.net *.split]
The_8472 has quit [*.net *.split]
victorbjelkholm has quit [*.net *.split]
gorhgorh has quit [*.net *.split]
vflyson has quit [*.net *.split]
d6e has quit [*.net *.split]
stevenroose has quit [*.net *.split]
angreifer has quit [*.net *.split]
ffmad__ is now known as ffmad_
oleavr_ is now known as oleavr
bcavileer_ is now known as bcavileer
victorbjelkholm_ is now known as victorbjelkholm
<whyrusleeping>
great :)
stevenroose has joined #ipfs
vflyson has joined #ipfs
pratch has quit [Remote host closed the connection]
pratch has joined #ipfs
Guest147163[m] has joined #ipfs
Guest219025[m] has joined #ipfs
d6e has joined #ipfs
Emacsen[m] has joined #ipfs
fhs[m] has joined #ipfs
DokterBob has joined #ipfs
zandy[m] has joined #ipfs
signalkraft[m] has joined #ipfs
sansmokka[m] has joined #ipfs
xldrkp[m] has joined #ipfs
Guest20685[m] has joined #ipfs
smuemd[m] has joined #ipfs
Guest203190[m] has joined #ipfs
allen369[m] has joined #ipfs
Bloo[m] has joined #ipfs
pool[m] has joined #ipfs
dawnbreez[m] has joined #ipfs
vihfvuuv[m] has joined #ipfs
fluff[m] has joined #ipfs
Guest194460sadsa has joined #ipfs
TheKysek[m] has joined #ipfs
M-TidyKoala has joined #ipfs
Guest201162[m] has joined #ipfs
fredrikj[m] has joined #ipfs
M283750649[m] has joined #ipfs
flacks[m] has joined #ipfs
MrAxilus[m] has joined #ipfs
grensjo[m] has joined #ipfs
dweet[m] has joined #ipfs
spriteclad[m] has joined #ipfs
Guest203232[m] has joined #ipfs
artemist[m] has joined #ipfs
M-jfred has joined #ipfs
hippopete[m] has joined #ipfs
M-sol56 has joined #ipfs
victor[m]1 has joined #ipfs
firemound[m] has joined #ipfs
aproject[m] has joined #ipfs
TheGillies has joined #ipfs
mikkaworkscom[m] has joined #ipfs
Guest206951[m] has joined #ipfs
RomainLeCarrer[m has joined #ipfs
ChrisHutchinson[ has joined #ipfs
M-ms has joined #ipfs
Guest228573[m] has joined #ipfs
urhuruhurh[m] has joined #ipfs
patrickr[m] has joined #ipfs
Bryan[m] has joined #ipfs
absdog18[m] has joined #ipfs
jeremycahill[m] has joined #ipfs
NathanBraswell[m has joined #ipfs
hollowzen[m] has joined #ipfs
creationix[m] has joined #ipfs
EuAndreh[m] has joined #ipfs
Guest183312[m] has joined #ipfs
kyoo[m] has joined #ipfs
Olivier[matrix] has joined #ipfs
nick2000 has joined #ipfs
Akito[m] has joined #ipfs
dyce[m] has joined #ipfs
saintaquinas[m] has joined #ipfs
jsgrant_om has joined #ipfs
<tinsu>
Is there a way to protect my data against unauthorized access? Like html Basic access authentication?
<tinsu>
or do i need to have my own separate routing system?
imvr has joined #ipfs
cblgh_ is now known as cblgh
<imvr>
Hi, I want a simple answer to a question. As I understand there are "mirrors" that allow people to access ipfs files without running any software, through http. Are the hosts of those mirrors having some liability that may cause them to take it down due to illegal file sharing e.t.c ? Will new mirrors pop up all the time for the entire network, guaranteed ?
wak-work has quit [Ping timeout: 255 seconds]
john2 has joined #ipfs
tinsu has quit [Quit: Page closed]
wak-work has joined #ipfs
erde74 has joined #ipfs
erde74 has quit [Remote host closed the connection]
cjb has joined #ipfs
jsgrant_om has quit [Ping timeout: 258 seconds]
<whyrusleeping>
imvr: those hosts can simply add a local blocklist to prevent the illegal content from being served on them
sirdancealot has joined #ipfs
Encrypt has joined #ipfs
m3tti has quit [Ping timeout: 260 seconds]
elkalamar has joined #ipfs
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
citizenErased has quit [Ping timeout: 268 seconds]
bedeho has quit [Remote host closed the connection]
stevenaleach has joined #ipfs
bedeho has joined #ipfs
jsgrant_om has joined #ipfs
rendar has quit [Ping timeout: 240 seconds]
bedeho has quit [Remote host closed the connection]
xelra has quit [Ping timeout: 255 seconds]
xelra has joined #ipfs
stevenaleach_ has joined #ipfs
stevenaleach has quit [Ping timeout: 240 seconds]
stevenaleach_ has left #ipfs [#ipfs]
stevenaleach_ has joined #ipfs
rendar has joined #ipfs
chris613 has joined #ipfs
bedeho has joined #ipfs
stevenaleach_ has quit [Read error: Connection reset by peer]
robattila256 has quit [Ping timeout: 240 seconds]
stevenaleach has joined #ipfs
stevenaleach has quit [Remote host closed the connection]
stevenaleach has joined #ipfs
<whyrusleeping>
!pin /ipfs/QmZW2yyTLdh8Nh9Dc5Jxx96ZcRmVHrDvFkYk622cdmW7u3/ dist with 0.4.9 bins