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
vyzo has joined #ipfs
<Grey[m]> I did it!
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
Lieuwex has joined #ipfs
<stebalien> lanzafame: is there a tracking issue for your go-mod-ification?
The_8472 has quit [Ping timeout: 240 seconds]
The_8472 has joined #ipfs
void001[m][m] is now known as void001[m]
i1nfusion has quit [Remote host closed the connection]
The_8472 has quit [Ping timeout: 252 seconds]
i1nfusion has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
The_8472 has joined #ipfs
sammacbeth has quit [Ping timeout: 245 seconds]
}ls{ has quit [Quit: real life interrupt]
BlackSalmon has quit [Ping timeout: 256 seconds]
sammacbeth has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
<postables[m]> any tips on deploying slate docs to ipfs? can't seem to get the linking to be done properly
<lanzafame1> @stebalien:matrix.org: currently it's the reconsidering gx one. I shall create a proper one now
<stebalien> Thanks!
<postables[m]> figured it out, issue was that by default slate would like to stuff like `/account.html` needed to change to `account.html` and it worked
sammacbeth has quit [Ping timeout: 240 seconds]
<postables[m]> also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`
sammacbeth has joined #ipfs
makeups_ has quit [Remote host closed the connection]
<postables[m]> *edit:* ~~also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`~~ -> also this one liner works to avoid manual editing `find . -type f -name "*.html" -exec sed -i 's/href="\//href="/g' {} \;`
<postables[m]> also available as a script if anyone wants to put their slate api docs on ipfs https://github.com/RTradeLtd/misc/blob/master/ipfs/slate_ipfs.sh
q6AA4FD has joined #ipfs
_whitelogger has joined #ipfs
sammacbeth has joined #ipfs
aarshkshah1992 has joined #ipfs
nonono has quit [Ping timeout: 272 seconds]
aarshkshah1992 has quit [Ping timeout: 250 seconds]
aarshkshah1992 has joined #ipfs
sammacbeth has quit [Ping timeout: 250 seconds]
<stebalien> :+1:
<stebalien> 👍
sammacbeth has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
MikeFair has joined #ipfs
* MikeFair waves. o/ all!
djdv has joined #ipfs
purisame has quit [Read error: Connection reset by peer]
<MikeFair> Anyone seen any experiments in ipns work lately? While I'm interested in general developments, at the moment, I'm specifically interested in keeping the original ipns address, but changing out the signing keys / requiring N of M signing keys used to commit an update/change
xmppnode has joined #ipfs
xmppnode has quit [Remote host closed the connection]
xmppnode has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
zabyl has joined #ipfs
sammacbeth has joined #ipfs
saki has joined #ipfs
saki has quit [Excess Flood]
BeerHall has joined #ipfs
sammacbeth has quit [Ping timeout: 240 seconds]
sammacbeth has joined #ipfs
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #ipfs
lordcirth has quit [Remote host closed the connection]
saki has joined #ipfs
saki has quit [Excess Flood]
<postables[m]> i suppose one way to achieve that is to use shamirs secret sharing to shard a private key
<postables[m]> nevermind was able to get it to work. problem was that i was adding files like `build/<source-files>` doing `cd build && ipfs add -r w *` worked
rhzm has joined #ipfs
sammacbeth has quit [Ping timeout: 268 seconds]
q6AA4FD has quit [Read error: Connection reset by peer]
q6AA4FD_ has joined #ipfs
rhzm has quit [Quit: Leaving]
user_51 has quit [Ping timeout: 268 seconds]
user_51 has joined #ipfs
sammacbeth has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
sammacbeth has quit [Ping timeout: 246 seconds]
sammacbeth has joined #ipfs
Belkaar has quit [Ping timeout: 244 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
spinza has joined #ipfs
zeden has quit [Quit: WeeChat 2.3]
lordcirth has joined #ipfs
lassulus_ has joined #ipfs
writ_in_water has quit [Quit: WeeChat 2.3]
lassulus has quit [Ping timeout: 245 seconds]
lassulus_ is now known as lassulus
ONI_Ghost has joined #ipfs
sammacbeth has quit [Ping timeout: 246 seconds]
thomasan_ has joined #ipfs
thomasan_ has quit [Remote host closed the connection]
<lordcirth> Is there an easy way to get the total size of all pins? I'd like to monitor what % of my datastore capacity is pinned.
sammacbeth has joined #ipfs
<lordcirth> postables[m], thanks, but df won't really help. I know how big my repo is, what I want to monitor is how much is taken up by pins, and how much by cache
<lordcirth> It's not really important though, just curious
<postables[m]> i think you can do that with prometheus, and to make it look pretty use grafana
<postables[m]> prometheus will expose A LOT of information which to my knowledge is not viewable otherwise
<lordcirth> The monitoring system? Does it have IPFS plugins?
sammacbeth has quit [Ping timeout: 240 seconds]
<postables[m]> actually im stupid you can totally view it without prometheus you navigate to... `http://127.0.0.1:5001/webui/<something>`
<postables[m]> no it doesn't have IPFS plugins but IPFS exposes the metrics
<lordcirth> Also, ipfs files stat --size does the same as grepping there
sammacbeth has joined #ipfs
<lordcirth> Ah, cool. I don't see anything when searching 'pin', though
<postables[m]> for cache i think it might be `go_memstats_mcache_inuse_bytes` not sure about pin
<lordcirth> Perhaps cache is the wrong term. I was wondering if I could monitor how much of my 10GB datastore was pinned content, and how much was actually available for automatic storage of things I fetch.
sammacbeth has quit [Ping timeout: 272 seconds]
<lordcirth> ie, if I pin 9GB of stuff, I could start getting a ton of churn
<postables[m]> you might want to try searching for metrics under `datastore` theres a lot to digest there
q6AA4FD_ has quit [Quit: ZNC 1.7.1 - https://znc.in]
q6AA4FD has joined #ipfs
sammacbeth has joined #ipfs
<MikeFair> When getting cache stats is there a flag to indicate if a CID is pinned?
<MikeFair> I'm thinking something like a "query the size of this list of CIDs" command
sammacbeth has quit [Ping timeout: 250 seconds]
<MikeFair> errors in the gateway.temporal.cloud logs?
<MikeFair> When you say "does not" I assume it takes a long time and fails, or does it reject immediately?
<postables[m]> nope :/ it appears its a dns issue since `dig TXT docs.api.temporal.cloud` on my ipfs nodes doesnt resolve
<postables[m]> nope fails right way
IRCsum has quit [Remote host closed the connection]
<MikeFair> I oftentimes had issue with leaving off the recursion flag when trying to resolve IPNS things by DNS
<MikeFair> Doesn't mean that's what you're encountering, but "failing right away" could indicate that
<MikeFair> ;; ANSWER SECTION:
<MikeFair> docs.api.temporal.cloud. 300 IN TXT "dnslink=/ipfs/Qma4DNFSRR9eGqwm93zMUtqywLFpTRQji4Nnu37MTmNntM"
<postables[m]> hmm okay ill poke around some more
<MikeFair> That's what I got from a webhost I'm ssh'd into atm
IRCsum has joined #ipfs
<postables[m]> 🤔 thats not even working on my laptop now lol
sammacbeth has joined #ipfs
<postables[m]> ayy its working now. guess my dns server was just being a bit of a dink
sammacbeth has quit [Ping timeout: 244 seconds]
hc1^ has quit []
mowcat has quit [Remote host closed the connection]
sammacbeth has joined #ipfs
Lilia2523 has joined #ipfs
Lilia2523 has quit [Client Quit]
shizy has joined #ipfs
cyfex_ has joined #ipfs
cyfex has quit [Ping timeout: 244 seconds]
sammacbeth has quit [Ping timeout: 245 seconds]
shizy has quit [Quit: WeeChat 2.3]
skywavesurfer_ has joined #ipfs
}ls{ has joined #ipfs
sammacbeth has joined #ipfs
skywavesurfer has quit [Ping timeout: 252 seconds]
kapil____ has joined #ipfs
sammacbeth has quit [Ping timeout: 246 seconds]
skywavesurfer_ has quit [Remote host closed the connection]
reit has quit [Quit: Leaving]
skywavesurfer has joined #ipfs
dulten[m] has joined #ipfs
skywavesurfer has quit [Client Quit]
skywavesurfer has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
rendar has joined #ipfs
Ai9zO5AP has joined #ipfs
jacky has quit [Quit: ZNC 1.7.1 - https://znc.in]
ikari` has quit [Quit: Leaving]
cyfex has joined #ipfs
cyfex_ has quit [Ping timeout: 245 seconds]
konubinix has joined #ipfs
aarshkshah1992 has joined #ipfs
konubinix has quit [Read error: Connection reset by peer]
konubinix has joined #ipfs
ygrek has joined #ipfs
ichoquo0Aigh9ie has joined #ipfs
ylp has joined #ipfs
sammacbeth has joined #ipfs
cyfex_ has joined #ipfs
cyfex has quit [Ping timeout: 272 seconds]
woss_io has joined #ipfs
rcat has joined #ipfs
q6AA4FD has quit [Ping timeout: 246 seconds]
aarshkshah1992 has quit [Remote host closed the connection]
q6AA4FD has joined #ipfs
aarshkshah1992 has joined #ipfs
xmppnode has quit [Ping timeout: 240 seconds]
aarshkshah1992 has quit [Remote host closed the connection]
kesenai has quit [Quit: Leaving]
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
vyzo has quit [Quit: Leaving.]
vyzo has joined #ipfs
permalac has quit [Remote host closed the connection]
permalac has joined #ipfs
aarshkshah1992 has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
clemo has joined #ipfs
aarshkshah1992 has joined #ipfs
dimitarvp has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
lucial[m] has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
mischat has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
aarshkshah1992 has quit [Remote host closed the connection]
aarshkshah1992 has joined #ipfs
mischat has quit [Remote host closed the connection]
mischat has joined #ipfs
mischat has quit [Remote host closed the connection]
mischat has joined #ipfs
aarshkshah1992 has quit [Ping timeout: 246 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
chanqi4444 has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
spinza has joined #ipfs
chiui has joined #ipfs
vijayee has quit [Ping timeout: 240 seconds]
mischat has quit [Read error: Connection reset by peer]
mischat has joined #ipfs
Caterpillar has joined #ipfs
Mateon2 has joined #ipfs
Mateon1 has quit [Ping timeout: 246 seconds]
Mateon2 is now known as Mateon1
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
ylp has quit [Ping timeout: 250 seconds]
zeden has joined #ipfs
ylp has joined #ipfs
rtjure has quit [Ping timeout: 250 seconds]
abaiste^ has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
rtjure has joined #ipfs
The_8472 has joined #ipfs
spinza has joined #ipfs
florianH__ has joined #ipfs
q6AA4FD has quit [Ping timeout: 240 seconds]
joocain2 has quit [Ping timeout: 256 seconds]
joocain2 has joined #ipfs
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
woss_io has quit [Ping timeout: 246 seconds]
patrl has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
The_8472 has joined #ipfs
patrl has quit [Quit: WeeChat 2.3]
mischat has quit [Remote host closed the connection]
mischat has joined #ipfs
mischat has quit [Ping timeout: 246 seconds]
vmx has joined #ipfs
cyfex has joined #ipfs
cyfex_ has quit [Ping timeout: 240 seconds]
kapil____ has joined #ipfs
Pulse2496 has joined #ipfs
lidel` has joined #ipfs
q6AA4FD has joined #ipfs
lidel has quit [Ping timeout: 268 seconds]
lidel` is now known as lidel
meehow has joined #ipfs
nimaje has quit [Read error: Connection reset by peer]
vijayee has joined #ipfs
nimaje has joined #ipfs
mischat has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
opal has quit [Remote host closed the connection]
opal has joined #ipfs
The_8472 has joined #ipfs
The_8472` has joined #ipfs
The_8472 has quit [Ping timeout: 252 seconds]
q6AA4FD has quit [Ping timeout: 268 seconds]
The_8472` has quit [Ping timeout: 240 seconds]
The_8472 has joined #ipfs
mowcat has joined #ipfs
clemo has quit [Ping timeout: 240 seconds]
q6AA4FD has joined #ipfs
mandric has joined #ipfs
mandric has quit [Client Quit]
fazo has joined #ipfs
alyoshaaa has quit [Quit: Connection closed for inactivity]
opal has quit [Remote host closed the connection]
abaiste^ has quit []
Adbray has quit [Remote host closed the connection]
hcfe^ has joined #ipfs
mischat has quit [Remote host closed the connection]
opal has joined #ipfs
permalac has quit [Remote host closed the connection]
permalac has joined #ipfs
clemo has joined #ipfs
BeerHall has quit [Quit: BeerHall]
yeehi has joined #ipfs
MikeFair has quit [Ping timeout: 246 seconds]
<yeehi> Who edits the tutorial here? https://docs.ipfs.io/introduction/usage/
<yeehi> Please include instructions on how to stop the daemon for the following error: "
<yeehi> Error: ipfs daemon is running. please stop it to run this command
<yeehi> Use 'ipfs init --help' for information about this command
<voker57> you don't need to run --init if daemon already managed to start
mischat has joined #ipfs
konubinix has quit [Ping timeout: 240 seconds]
Pulse2496 has quit [Ping timeout: 268 seconds]
mischat has quit [Remote host closed the connection]
<yeehi> Thanks, voker57 - I hope your comment could be added to the introduction/usage tutorial in the appropriate place
konubinix has joined #ipfs
<yeehi> Is there a Brave browser extension for IPFS?
mischat has joined #ipfs
<yeehi> do you use a chrome or firefox version?
<geoah> and iirc beaker browser has ipfs support out of the box
mischat has quit [Ping timeout: 268 seconds]
<seba-> geoah haven't worked on secio since our little chat, i have some exams :(
<seba-> i will after that
<meehow> I made an addon which uploads articles to IPFS. Maybe someone here will be interested: https://2read.net/
dsiypl4_ has joined #ipfs
<meehow> if you like it, you can upvote on hackernews https://news.ycombinator.com/item?id=19035983
mischat has joined #ipfs
<TimMc> I believe that Hacker News will penalize articles that are voted from direct links. :-P
<ctOS> geoah: beaker is doing their own thing called "dat" these days and have dropped support for IPFS.
<Swedneck> firefox seems to have the most support, incredibly
<TimMc> More than beaker? Interesting.
<Swedneck> think so
<Swedneck> does beaker allow ipfs-companion to register ipfs:// and dweb:/ ?
mischat has quit [Ping timeout: 250 seconds]
mischat has joined #ipfs
<geoah> ctOS: that's shit :(
ylp has quit [Quit: Leaving.]
<ctOS> Swedneck: beaker is an electron app so it doesn't allow extensions at all.
<Swedneck> then yeah, beaker has waaaaaaaay less support
<ctOS> geoah: it's always healthy with a little competition.
<Swedneck> which is incredibly ironic
<ctOS> Swedneck: that may be, but the IPFS browser integration effort may be taking a huge leap backwards soon.
<Swedneck> huh?
<ctOS> https://github.com/ipfs-shipyard/ipfs-companion/issues/667 <- basically kills the extension
<geoah> I know that firefox started working on implementing plugin support with custom protocols/schemas
<ctOS> Beaker has the user experience and browser integration nailed down. However, they’re lacking in other areas … like network reachability. The client doesn’t do UPnP so most peers on IPv4 are unreachable.
<geoah> https://github.com/mozilla/libdweb I think this is what I'm talking about
<Swedneck> how does it kill the extension?
<ctOS> Swedneck: the extension’s primary function today is redirecting web content (including public gateways) to the local gateway . when that goes away, why would you even keep it installed?
<Swedneck> to use the other functions
<Swedneck> like uploading content to ipfs
<ctOS> That no one can access except through a public gateway
<ctOS> Turning distributed to decentralized.
<Swedneck> also iirc it can redirect sub-resources
<Swedneck> so only the html will be loaded from the public gateway
<ctOS> Swedneck: that is also going away with #667. same-origin means same origin.
<ctOS> html and resources would have to be loaded from the same origin (e.g. localhost or cloudflare-ipfs.com or CID.some.gateway.com.)
<Swedneck> well shit
<ctOS> Shit indeed.
mischat has quit [Remote host closed the connection]
<ctOS> Swedneck: I’m da2x on GitHub. the guy trying to desperately find some alternaties in #667. :P
mischat has joined #ipfs
<ctOS> Swedneck: option H is the most feasible solution – but would require a huge amount of work for a solution that ultimately wouldn’t work in Chromium.
<ctOS> On the other hand, Beaker and their Dat archive system (like git+BitTorrent) doens’t have this problem as they’ve worked with a native protocol and unique origins from the get go. Only works within their own experimental browser.
lordcirth has quit [Read error: Connection reset by peer]
lordcirth_ has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
andi- has quit [Ping timeout: 250 seconds]
mischat has quit [Remote host closed the connection]
andi- has joined #ipfs
slhon has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
mischat has joined #ipfs
slhon has quit [Quit: leaving]
brianhoffman has quit [Ping timeout: 240 seconds]
chiui has quit [Ping timeout: 246 seconds]
brianhoffman has joined #ipfs
ZaZ has joined #ipfs
Caterpillar has joined #ipfs
arthuredelstein has quit [Ping timeout: 240 seconds]
arthuredelstein has joined #ipfs
aerth has quit [Ping timeout: 256 seconds]
aerth has joined #ipfs
charlton has joined #ipfs
rcat has quit [Quit: leaving]
ZaZ1 has joined #ipfs
reit has joined #ipfs
ZaZ has quit [Ping timeout: 250 seconds]
woss_io has joined #ipfs
mowcat has quit [Remote host closed the connection]
plexigras has joined #ipfs
Fessus has quit [Quit: Leaving]
cyfex_ has joined #ipfs
Jesin has quit [Quit: Leaving]
cyfex has quit [Ping timeout: 246 seconds]
mischat has quit [Remote host closed the connection]
charlton has quit [Quit: 💪👁👄👁🤙 c a t c h i n' s o m e z z z s]
charlton has joined #ipfs
jesse22 has joined #ipfs
jesse22 has quit [Read error: Connection reset by peer]
jesse22 has joined #ipfs
ZaZ1 has quit [Quit: Leaving]
q6AA4FD has quit [Ping timeout: 272 seconds]
<lidel> ctOS, keep in mind that option (B) from https://github.com/ipfs-shipyard/ipfs-companion/issues/667 is only about cid-in-subdomain and DNSLinked websites, old school /ipfs/<cid>/* would continue to be transparently redirected to local gateway, as there is no degradation of security guarantees
millysoose[m] has joined #ipfs
<lidel> I hope something like (H) or (D) will eventually enable us to "restore redirect" for cid-in-subdomain and DNSLinked websites
<lidel> or (I) may also be an option, when coupled with redirect opt-out per website (https://github.com/ipfs-shipyard/ipfs-companion/issues/633)
<lidel> :)
MikeFair has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
pecastro has joined #ipfs
Adbray has joined #ipfs
renich has joined #ipfs
<ctOS> lidel: DNSLink surely is the most common situation for someone to go from HTTP to IPFS without actively having looked for IPFS content.
Jesin has joined #ipfs
rendar has quit []
The_8472 has quit [Ping timeout: 252 seconds]
q6AA4FD has joined #ipfs
i1nfusion has quit [Remote host closed the connection]
renich has quit [Quit: renich]
i1nfusion has joined #ipfs
The_8472 has joined #ipfs
stoopkid has joined #ipfs
meehow has quit [Remote host closed the connection]
meehow has joined #ipfs
charlton_ has joined #ipfs
charlton has quit [Ping timeout: 240 seconds]
jesse22_ has joined #ipfs
charlton_ has quit [Quit: 💪👁👄👁🤝👁👄👁👉 c y a]
jesse22 has quit [Ping timeout: 250 seconds]
meehow has quit [Quit: Leaving]
kesenai has joined #ipfs
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
i1nfusion has quit [Remote host closed the connection]
i1nfusion has joined #ipfs
jesse22 has joined #ipfs
vyzo has quit [Quit: Leaving.]
vyzo has joined #ipfs
MikeFair has quit [Read error: Connection reset by peer]
yosafbridge has quit [Ping timeout: 246 seconds]
yosafbridge has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
q6AA4FD has quit [Read error: Connection reset by peer]
yeehi has quit [Ping timeout: 240 seconds]
q6AA4FD has joined #ipfs
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
zane has joined #ipfs
fazo has quit [Quit: fazo]
vijayee has quit [Ping timeout: 250 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
plexigras has quit [Ping timeout: 245 seconds]
cyfex has joined #ipfs
vijayee has joined #ipfs
ygrek has quit [Ping timeout: 268 seconds]
cyfex_ has quit [Ping timeout: 245 seconds]
Copenhagen_Bram has quit [Read error: Connection reset by peer]
dimitarvp has quit [Quit: Bye]
woss_io has quit [Ping timeout: 245 seconds]
Fessus has joined #ipfs
spinza has joined #ipfs
Ecran has joined #ipfs
Copenhagen_Bram has joined #ipfs
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<Harekiet> DisableRelay Disables the p2p-circuit relay transport, what does the p2p circuit relay thing even do?
<postables[m]> iirc p2p circuit relay allows people to establish connections to other nodes through your node
<Harekiet> ah balls to that sort out your own ports :)
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<postables[m]> i mean in certain countries that banhammer the shit out of the internet it could prove to be useful to allow people to use ipfs
ebarch has quit [Ping timeout: 250 seconds]
ebarch has joined #ipfs
<Harekiet> probalby, if they want to make stuff available but can't get incoming connections it might be nice
Steverman has joined #ipfs
<Harekiet> But seems it's disabled by default anyway
<Harekiet> I was just slight amazed at the amount of tcp connections I seem to have open but it really liked keeping open a decent amount of them
ebarch has quit [Client Quit]
Fessus has quit [Remote host closed the connection]
Fessus has joined #ipfs
<postables[m]> i believe by default you participate, but you don't become a relay hop
<postables[m]> *edit:* ~~i believe by default you participate, but you don't become a relay hop~~ -> i believe by default you participate, but you don't become a relay hop so you'll establish connections through another relay, but you won't let people establish them through you
q6AA4FD has quit [Quit: ZNC 1.7.1 - https://znc.in]
<postables[m]> any suggesttions on how to better write tests for IPNS usage? right now it seems like 50% of the time my tests are timing out because IPNS takes awhile and travis ends up thinking the tests are failing
ebarch has joined #ipfs
q6AA4FD has joined #ipfs
dsiypl4_ has quit [Ping timeout: 272 seconds]
vmx has quit [Remote host closed the connection]
C2D has quit [Quit: Page closed]
pecastro has quit [Read error: No route to host]