stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.21 and js-ipfs 0.35 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
ZaZ has quit [Read error: Connection reset by peer]
MDead has joined #ipfs
Kingsqueee has joined #ipfs
MDude has quit [Ping timeout: 272 seconds]
MDead is now known as MDude
tucky has joined #ipfs
Hory has quit [Quit: Leaving]
Soo_Slow has quit [Remote host closed the connection]
osp^ has quit []
htc^ has joined #ipfs
tucky has left #ipfs [#ipfs]
}ls{ has quit [Ping timeout: 245 seconds]
_whitelogger has joined #ipfs
clim has left #ipfs [#ipfs]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
hsn has quit [Ping timeout: 258 seconds]
craigo has quit [Ping timeout: 246 seconds]
KempfCreative has joined #ipfs
v3ry3arly has joined #ipfs
chilton has joined #ipfs
chilton has left #ipfs [#ipfs]
srt^ has quit []
hc^ has joined #ipfs
enh^ has quit []
eo^ has joined #ipfs
RamRanRa has quit [Read error: Connection reset by peer]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
Michele97 has joined #ipfs
Michele97 has quit [Remote host closed the connection]
<alanshaw>
🤩 js-ipfs 0.37 just shipped with a new constructor, better DNSLink support and delegated routing! Read all about it on the blog https://ipfs.io/blog/2019-08-06-js-ipfs-0-37/
seeder has joined #ipfs
toadkillerdog[m] has joined #ipfs
<swedneck__>
ooh nice dnslink support
kastaneda has quit [Remote host closed the connection]
kastaneda has joined #ipfs
kastaneda has quit [Remote host closed the connection]
matt-h has quit [Remote host closed the connection]
ZaZ has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
efet^ has quit []
tsrt^ has quit []
matt-h has joined #ipfs
MDude has quit [Ping timeout: 246 seconds]
Newami has joined #ipfs
scj_ has joined #ipfs
ZaZ has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
fritzwastaken has quit [Ping timeout: 245 seconds]
gmoro has joined #ipfs
t4skforce has quit [Read error: Connection reset by peer]
t4skforce has joined #ipfs
Hory has joined #ipfs
mloki has quit [Ping timeout: 252 seconds]
gmoro has quit [Ping timeout: 245 seconds]
mloki has joined #ipfs
plexigras has joined #ipfs
<hsn>
what is stored persistently? dht and bitswaps are?
mateusbs17|brb is now known as mateusbs17
sfx2496 has joined #ipfs
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
ZaZ has joined #ipfs
seeder has quit [Quit: Connection closed for inactivity]
silotis_ has joined #ipfs
silotis has quit [Ping timeout: 276 seconds]
Ecran has joined #ipfs
KempfCreative has quit [Ping timeout: 248 seconds]
plexigras has quit [Ping timeout: 248 seconds]
clemo has quit [Ping timeout: 245 seconds]
plexigras has joined #ipfs
ZaZ has quit [Quit: Leaving]
KempfCreative has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mindCrime_ has quit [Ping timeout: 272 seconds]
bigs has quit [Quit: Connection closed for inactivity]
biasing has joined #ipfs
t4skforce has quit [Quit: Ping timeout (120 seconds)]
t4skforce has joined #ipfs
scj_ has quit [Remote host closed the connection]
Fessus has quit [Ping timeout: 276 seconds]
t4skforce has quit [Quit: Ping timeout (120 seconds)]
<DarkDrgn2k[m]>
being able to blindly connect to ipfs servers without knowing public keys would be helpfull in closed systems that cant be bootstraped (ie connect to your neighbours)
__jrjsmrtn__ has quit [Ping timeout: 246 seconds]
<DarkDrgn2k[m]>
or if there is an easy way to request a pubkey from a remote server. dont know what the connect handshake looks like
MDude has joined #ipfs
<postables[m]2>
at the moment i don't think there is a way. you would probably need to write your own "out of band" protocol to get teh pubkey
<DarkDrgn2k[m]>
yeh we have one but id rather not do it out of band :/
<DarkDrgn2k[m]>
so every so often i lob the question out there see if anyone has any insight :P
<postables[m]2>
you might be able to use pubsub
<DarkDrgn2k[m]>
LOL why is everyting always directed to pubsub :P
<DarkDrgn2k[m]>
anway how does pubsub help in this issue?
<postables[m]2>
because presently its the only way you can get done waht you want 😛
<postables[m]2>
you would be able to broadcast pubkeys to a topic
<DarkDrgn2k[m]>
but that only helps if your part of a swarm already
<postables[m]2>
which means its "in-band"
<DarkDrgn2k[m]>
problem is this is an isolated ipfs server that knows there is another ipfs server at address X
<postables[m]2>
sure, but if you're asking how to join the swarm without knowing the pubkey, and somehow doing that entirely in-band
<postables[m]2>
i dont think thats possible
<DarkDrgn2k[m]>
s/there is/there could be/
<postables[m]2>
but the ipfs protocol requires that yoube able to connect to these addresses with the pubkeys doesn't it?
<DarkDrgn2k[m]>
DNSADDR address alllow connection without a pubkey
<postables[m]2>
unles theres someway you can short circuit that