lgierth changed the topic of #ipfs to: go-ipfs 0.4.4 has been released with an important pinning hotfix, get it at https://dist.ipfs.io | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
* kevina discovered the me command :)
rgrinberg has quit [Remote host closed the connection]
* whyrusleeping loves the me command
* whyrusleeping goes about changing the commit message
rgrinberg has joined #ipfs
rgrinberg has quit [Remote host closed the connection]
alu has quit [Ping timeout: 252 seconds]
<whyrusleeping> kevina: changed
rgrinberg has joined #ipfs
<kevina> whyrusleeping: BTW: does https://github.com/ipfs/go-ipfs/pull/3310 look good to you now?
Ralith has left #ipfs ["User left"]
<whyrusleeping> yeap, just waiting on travis CI to finish
<kevina> why is travis CI so slow? It it because there is a per org limit and we have a lot of projects hanging of off ipfs?
cemerick has joined #ipfs
<kevina> It was really fast for me last night when there was no activity. :)
<whyrusleeping> I think it might have to do with per org limiting...
<whyrusleeping> i would love it if we could get more test runners from them
<kevina> and they want a small fortune for there premium service https://travis-ci.com/plans :(
<kevina> $129 / $249 / $489, per month, for what running some tests.
Kane` has quit [Remote host closed the connection]
<whyrusleeping> Yeah... thats not terrible pricing though, especially if we're able to have tests always run immediately
<kevina> BTW: the Open Source plan says "Fair Use", what every that means, does not put a hard limit on the number of concurrent jobs
<whyrusleeping> maybe theyre just out of OSX build runners in general?
Kane` has joined #ipfs
<kevina> maybe, I can't get a full view as I am not a member of most ipfs projects, can you tell how many build are going on for the ipfs project now?
<whyrusleeping> not really
<whyrusleeping> as far as i can see, theres only one build going on
<kevina> BTW: Is there a strong reason we have two separate tests on Travis CI?
gmcquillan__ has quit [Ping timeout: 260 seconds]
ianopolous has quit [Read error: Connection reset by peer]
ianopolous_ has joined #ipfs
<whyrusleeping> no
JesseW has joined #ipfs
<whyrusleeping> other than 'running things more times makes us more likely to find random failures'
<kevina> just an idea, but could you disable one of them for now? Might help move things along....
<whyrusleeping> mmm... i'm not sure how to really do that properly
<whyrusleeping> if the circleCI build passes, and at least one of the travis builds is green, then i'm happy
doublec has left #ipfs [#ipfs]
<kevina> but, meanwhile both builds are likely causing a backup in the queue....
galois_d_ has joined #ipfs
paul_lelo has joined #ipfs
galois_dmz has quit [Ping timeout: 260 seconds]
<kevina> whyrusleeping: so if we have a FilestoreNode that PosInfo should be non-nil?
galois_d_ has quit [Ping timeout: 245 seconds]
<whyrusleeping> should be, yeah
<kevina> whyrusleeping: thanks, what is *dag.Link now?
<kevina> nevermind, found it node.Link
matoro has joined #ipfs
rgrinberg has quit [Remote host closed the connection]
im[m] has joined #ipfs
mafintosh has quit [Read error: Connection reset by peer]
richardlitt has quit [Read error: Connection reset by peer]
mafintosh has joined #ipfs
richardlitt has joined #ipfs
voldyman has quit [Ping timeout: 252 seconds]
voldyman has joined #ipfs
<kevina> whyrusleeping: merged kevina/posinfo-2 info kevina/filestore and things look good.
<kevina> of course it will fail if you pass a raw node, will work on fixing that in a bit
Akaibu has quit [Ping timeout: 250 seconds]
Akaibu has joined #ipfs
<kevina> thanks!
shizy has joined #ipfs
<lgierth> hey yoshuawuyts, that deployment tool you showed me in lisbon, what was is called?
mgue has quit [Ping timeout: 260 seconds]
mgue has joined #ipfs
shizy has quit [Ping timeout: 265 seconds]
uzyn has joined #ipfs
lohkey has quit [Ping timeout: 250 seconds]
lohkey has joined #ipfs
SoreGums has quit [Ping timeout: 250 seconds]
SoreGums has joined #ipfs
Arcane has joined #ipfs
Arcane has left #ipfs [#ipfs]
bret has quit [Ping timeout: 250 seconds]
bret has joined #ipfs
henriquev has quit [Ping timeout: 250 seconds]
henriquev has joined #ipfs
wallacoloo has joined #ipfs
jedahan has joined #ipfs
jedahan has quit [Ping timeout: 260 seconds]
Oatmeal has quit [Quit: Suzie says, "TTFNs!"]
mgue has quit [Quit: WeeChat 1.5]
PrinceOfPeeves has quit [Quit: Leaving]
mgue has joined #ipfs
<kevina> whyrusleeping: in https://github.com/ipfs/go-ipfs/pull/3307 should it be possible to retrieve a node added with --raw-leaves?
wallacoloo_ has joined #ipfs
wallacoloo has quit [Ping timeout: 256 seconds]
kulelu88 has quit [Quit: Leaving]
cemerick has quit [Ping timeout: 256 seconds]
interfect has joined #ipfs
cubemonkey has quit [Ping timeout: 250 seconds]
<ShawkHawk[m]> hey all, i'm hoping someone can help me understand something conceptually
<ShawkHawk[m]> i'm running the node version of ipfs without a local deamon
<ShawkHawk[m]> i can add a file and get a hash back
<ShawkHawk[m]> but when i turn on my local node or use any of the public gateways, i can't find it
cemerick has joined #ipfs
<ShawkHawk[m]> based on my reading, it seems to have something to do with the repo in ipfs, which is where all the files get stored
<ShawkHawk[m]> i never defined any sort of repo in any of my configurations inside my node app, just instantiated an ipfs node with `new IPFS()` and did an `ipfs.goOnline()`
<ShawkHawk[m]> what am i missing here?
<interfect> I can't get the Node version to peer with the public network either.
<interfect> I do have it peering over libp2p-webrtc-star in the browser
<interfect> But starting up a node under Node didn't seem to actually successfully connect to anybody else.
<ShawkHawk[m]> interfect: side question, what's a usecase for running an ipfs node in the browser? doesn't the data disappear when the tab is closed?
<interfect> In browser it does a repo in IndexedDB, and I think it uses the fs-pull-blob-store in some directory somewhere...
pfrazee has quit [Remote host closed the connection]
<interfect> No the data sticks around in HTML5 storage, until you open the tab again
<ShawkHawk[m]> oh neat
<ShawkHawk[m]> how much storage do you get?
<interfect> That is kind of a mystery. I was looking it up today.
<interfect> I think Firefox says something like 10% of free disk space.
<interfect> But I'm not sure there's a permission prompt to get more.
<interfect> Or a way to measure how much you have left.
<interfect> I would like to think that the IPFS class takes care of evicting stuff to make room for new stuff you want to download or add, but somehow I doubt that that's implemented.
dmr has joined #ipfs
<interfect> Just asked at https://github.com/ipfs/js-idb-pull-blob-store/issues/6 about quota handling in general; maybe someone will explain it.
fleeky has quit [Ping timeout: 260 seconds]
fleeky_ has joined #ipfs
chris613 has quit [Quit: Leaving.]
sametsisartenep has quit [Quit: zzzZZZ]
lacour has quit [Quit: Leaving]
<interfect> Here is how I make IPFS go in the browser, if anyone cares: https://github.com/interfect/js-ipfs/blob/patch-1/README.md#startup-in-nodejs-or-browser
wallacoloo has joined #ipfs
uzyn has quit [Quit: uzyn]
<interfect> It would really hekp if there were an official libp2p-webrtc-star signaling server (or set thereof) running somewhere that I could point to.
<interfect> Otherwise browser IPFS clients won;t be able to find each other, in general.
wallacoloo_ has quit [Ping timeout: 252 seconds]
uzyn has joined #ipfs
uzyn has quit [Client Quit]
jedahan has joined #ipfs
<ShawkHawk[m]> interfect: cool, checking it out, thank you
<ShawkHawk[m]> I sort of disagree about any official server because I feel like that sorta spoils the coolness of ipfs
<ShawkHawk[m]> but i suppose it's good as a bridge into the new
IlanGodik has joined #ipfs
cketti has quit [Quit: Leaving]
<interfect> We have the "official" bootstrap servers and gateway: https://github.com/wking/ipfs-infrastructure/tree/master/solarnet
<interfect> It'd make sense to add some bootstrap signaling servers
<interfect> We'd also want to have peer exchange for them, though, somehow
<ShawkHawk[m]> it's true it would be nice to roud things out
<A124> interfect Thanks! I came bout the the right time to notice that. haha
<interfect> Like you could learn about more and automatically use them
<lgierth> interfect ShawkHawk[m]: i'm about to crash, there's going to be more info on js-ipfs bootstrapping very soon
<interfect> Sounds great
<ShawkHawk[m]> Thanks for the code example above, interfect, i learned something new with the .add and .get stream stuff, i wrote some really nasty code to make those streams into strings
<lgierth> websockets transport for js/go interoperability, and proper bootstrap nodes for websockets and webrtc
<interfect> lgierth, yes yes yes!
<lgierth> there's no good webrtc implementation in go so that'll have to wait
<lgierth> i.e. websockets will have to do for now for interop
<interfect> As long as some interop exists things will work, right? Or does the requesting node have to be able to directly dial the providing node?
<lgierth> right now it needs a direct connection, but other nodes will be able to relay connections
<lgierth> very soon too, the relay code has been there for ages, just never been used
* lgierth zzz
uzyn has joined #ipfs
meowzus has quit [Quit: Textual IRC Client: www.textualapp.com]
JesseW has quit [Ping timeout: 256 seconds]
Aeonwaves has quit [Read error: Connection reset by peer]
SuperPhly has joined #ipfs
Aranjedeath has quit [Ping timeout: 245 seconds]
patcon has joined #ipfs
dasphyxie has quit [Remote host closed the connection]
Earnie has joined #ipfs
interfect has quit [Quit: Leaving]
alu has joined #ipfs
dbri has joined #ipfs
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bastianilso__ has joined #ipfs
slxe2 has joined #ipfs
mildred has joined #ipfs
cemerick has quit [Quit: Leaving]
patcon has quit [Ping timeout: 252 seconds]
kode54 has quit [Read error: Connection reset by peer]
ygrek has joined #ipfs
alu has quit [Ping timeout: 256 seconds]
kode54 has joined #ipfs
uzyn has quit [Quit: uzyn]
rendar has joined #ipfs
mildred has quit [Quit: Leaving.]
uzyn has joined #ipfs
mildred has joined #ipfs
ulrichard has joined #ipfs
polezaivsani has joined #ipfs
uzyn has quit [Quit: uzyn]
ilyaigpetrov has joined #ipfs
uzyn has joined #ipfs
unforgiven512 has quit [Ping timeout: 250 seconds]
unforgiven512 has joined #ipfs
xeon-eno1f has quit [Quit: leaving]
xeon-enouf has joined #ipfs
<A124> Umm... I know there is this work by kevina on filestore, but... not sure if that would be an exclusive filestore. Can we get a hybdrid of database, filestore and current blockstore?
s_kunk has joined #ipfs
s_kunk has joined #ipfs
s_kunk has quit [Changing host]
<A124> Tiny records would do mayhem on blockstore and filestore, while large files would be great to have as-is on the underlying FS:
maxlath has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
mildred has quit [Ping timeout: 260 seconds]
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
espadrine has joined #ipfs
mildred has joined #ipfs
<Kamilion> who was it that told me about https://www.lede-project.org/ ?
corvinux has joined #ipfs
<cjd> probably me
<cjd> :)
sametsisartenep has joined #ipfs
G-Ray has joined #ipfs
mildred1 has joined #ipfs
mildred has quit [Read error: Connection reset by peer]
espadrine has quit [Ping timeout: 260 seconds]
ygrek has quit [Ping timeout: 265 seconds]
captain_morgan has quit [Ping timeout: 252 seconds]
ZaZ has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
ljhms has quit [Read error: Connection reset by peer]
ljhms has joined #ipfs
ljhms has quit [Read error: Connection reset by peer]
ljhms has joined #ipfs
espadrine_ has joined #ipfs
uzyn has quit [Quit: uzyn]
infinity0 has quit [Remote host closed the connection]
uzyn has joined #ipfs
uzyn has quit [Client Quit]
bastianilso__ has quit [Quit: bastianilso__]
corvinux has quit [Ping timeout: 250 seconds]
Earnie has quit [Ping timeout: 265 seconds]
consternate has joined #ipfs
maxlath has quit [Ping timeout: 250 seconds]
maxlath has joined #ipfs
mildred1 has quit [Quit: Leaving.]
sega01 has quit [Read error: Connection reset by peer]
sega01 has joined #ipfs
Foxcool_ has joined #ipfs
mildred has joined #ipfs
bastianilso__ has joined #ipfs
soloojos has quit [Ping timeout: 245 seconds]
Foxcool_ has quit [Read error: Connection reset by peer]
mildred has quit [Quit: Leaving.]
bastianilso__ has quit [Quit: bastianilso__]
herzmeister has quit [Quit: Leaving]
s_kunk has quit [Ping timeout: 260 seconds]
bastianilso__ has joined #ipfs
mildred has joined #ipfs
s_kunk has joined #ipfs
Foxcool_ has joined #ipfs
s_kunk has quit [Max SendQ exceeded]
s_kunk has joined #ipfs
s_kunk has quit [Ping timeout: 260 seconds]
ContainsLiquid[4 has joined #ipfs
alaeri[m] has joined #ipfs
<ulrichard> Error: unable to open leveldb datastore: leveldb: manifest corrupted (field 'comparer'): missing
silwol[m] has joined #ipfs
Foxcool_ has quit [Ping timeout: 252 seconds]
cemerick has joined #ipfs
rgrinberg has joined #ipfs
lkcl has joined #ipfs
maxlath has quit [Remote host closed the connection]
maxlath has joined #ipfs
pfrazee has joined #ipfs
ylp1 has joined #ipfs
kobigurk has joined #ipfs
cemerick has quit [Ping timeout: 265 seconds]
pfrazee has quit [Remote host closed the connection]
Boomerang has joined #ipfs
s_kunk has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
dignifiedquire has joined #ipfs
s_kunk has quit [Quit: Read error: Connection reset by beer]
s_kunk has joined #ipfs
Boomerang has quit [Quit: Leaving]
slxe2 has quit [Quit: WeeChat 1.5]
s_kunk has quit [Ping timeout: 250 seconds]
PseudoNoob has joined #ipfs
soloojos has joined #ipfs
anonymuse has joined #ipfs
pfrazee has joined #ipfs
s_kunk has joined #ipfs
ashark has joined #ipfs
ashark has quit [Read error: Connection reset by peer]
bsm117532 has joined #ipfs
m0ns00n_ has joined #ipfs
<victorbjelkholm> Good morning!
<ion> Hi
ebel has quit [Ping timeout: 260 seconds]
aakilfernandes has joined #ipfs
<aakilfernandes> hi
<aakilfernandes> anyone know how i can calculate the hash of a file using ipfs-js-api?
ebel has joined #ipfs
JesseW has joined #ipfs
ebel has quit [Ping timeout: 245 seconds]
herzmeisterderw has joined #ipfs
ebel has joined #ipfs
FrozenFox is now known as DarkFox
matoro has quit [Ping timeout: 252 seconds]
voldyman has quit [Ping timeout: 245 seconds]
kumavis has quit [Ping timeout: 250 seconds]
jedahan has joined #ipfs
omnigoat has quit [Ping timeout: 258 seconds]
kumavis has joined #ipfs
voldyman has joined #ipfs
henriquev has quit [Ping timeout: 245 seconds]
yoshuawuyts has quit [Ping timeout: 250 seconds]
omnigoat has joined #ipfs
zrl has quit [Ping timeout: 250 seconds]
henriquev has joined #ipfs
shizy has joined #ipfs
kumavis has quit [Ping timeout: 260 seconds]
voldyman has quit [Ping timeout: 256 seconds]
zrl has joined #ipfs
ReactorScram has joined #ipfs
omnigoat has quit [Ping timeout: 260 seconds]
Boomerang has joined #ipfs
omnigoat has joined #ipfs
kumavis has joined #ipfs
edubai__ has quit [Read error: Connection reset by peer]
richardlitt has quit [Ping timeout: 256 seconds]
yoshuawuyts has joined #ipfs
bergie has quit [Ping timeout: 258 seconds]
mikolalysenko has quit [Ping timeout: 261 seconds]
zrl has quit [Ping timeout: 250 seconds]
edubai__ has joined #ipfs
maxlath has quit [Quit: maxlath]
omnigoat has quit [Ping timeout: 245 seconds]
jryans has quit [Ping timeout: 250 seconds]
voldyman has joined #ipfs
mikolalysenko has joined #ipfs
bergie has joined #ipfs
zrl has joined #ipfs
aakilfernandes has quit []
jryans has joined #ipfs
richardlitt has joined #ipfs
omnigoat has joined #ipfs
ulrichard has quit [Ping timeout: 260 seconds]
ylp1 has quit [Quit: Leaving.]
ZaZ has joined #ipfs
<noffle> lgierth: awake? :)
<noffle> oh, perhaps you're on your flight now
m0ns00n_ has quit [Quit: quit]
mildred has quit [Ping timeout: 265 seconds]
maxlath has joined #ipfs
taw00 has quit [Ping timeout: 260 seconds]
quentun has joined #ipfs
quentun has quit [Client Quit]
taw00 has joined #ipfs
Aranjedeath has joined #ipfs
matrixmatrixorg[ has joined #ipfs
anonymuse has quit [Read error: Connection reset by peer]
anonymuse has joined #ipfs
<whyrusleeping> i'm really confused. my irc client is telling me the last message in this channel was 85 days ago
<whyrusleeping> its also july for some reason
chris613 has joined #ipfs
matrixmatrixorg[ has left #ipfs ["User left"]
anonymuse has quit [Read error: Connection reset by peer]
anonymuse has joined #ipfs
<Kubuxu> whyrusleeping: CR pls: https://github.com/ipfs/go-ipfs/pull/3315
dmr has quit [Quit: Leaving]
SNAFUdowser has joined #ipfs
JesseW has quit [Ping timeout: 244 seconds]
rgrinberg has quit [Ping timeout: 250 seconds]
anonymuse has quit [Read error: Connection reset by peer]
anonymuse has joined #ipfs
<Kubuxu> whyrusleeping: also follow up on https://github.com/ipfs/pm/issues/224#issuecomment-254509759
<Kubuxu> ofc if you are back to work
sametsisartenep has quit [Quit: brb]
<whyrusleeping> Kubuxu: yeah, i'm heading to get some philz pretty soon
<whyrusleeping> i'll be working today :)
Aranjedeath has quit [Quit: Three sheets to the wind]
<Kubuxu> The #3315 is huge fail on my part :(
cubemonkey has joined #ipfs
Aranjedeath has joined #ipfs
s_kunk has quit [Ping timeout: 245 seconds]
ygrek has joined #ipfs
<whyrusleeping> tests tests and more tests :D
herzmeisterderw has quit [Quit: Leaving]
herzmeister has joined #ipfs
<Kubuxu> Yeah, that was part of the fail.
<victorbjelkholm> folks who are ipld owners (guessing on nicolagreco and daviddias at least), could you add me to the website repository so I can setup milestones/roadmap stuff?
<victorbjelkholm> would also need the same for the multiformats and libp2p website projects
<daviddias> for sure :D
<daviddias> victorbjelkholm: however, lets put multiformats and ipld milestones at the root of their projects
<daviddias> like libp2p/libp2p
patcon has joined #ipfs
<Kubuxu> whyrusleeping: updated the issue
sametsisartenep has joined #ipfs
rgrinberg has joined #ipfs
<victorbjelkholm> daviddias, ok, works for me, thanks :)
bastianilso__ has quit [Quit: bastianilso__]
<daviddias> victorbjelkholm: added you to IPLD and created https://github.com/ipld/ipld
<victorbjelkholm> daviddias, sweet! I'll add the website stuff as separate milestone if that's fine for you?
<victorbjelkholm> in ipld/ipld
<daviddias> Yeah, check https://github.com/libp2p/libp2p/pull/8 to see if we have the same thing in mind
<victorbjelkholm> daviddias, hm, yeah, kindish. You mention the website here: https://github.com/libp2p/libp2p/pull/8/files#diff-38574c080d4e2eb38c49b86e6588ad98R124
<daviddias> exactly, it is an individual Milestone within the group of milestones under libp2p
<victorbjelkholm> I would fill out the tasks a bit and change Leads though, as we agreed upon me being lead over getting the websites done
<victorbjelkholm> yeah, makes sense :) I'll add some more concrete tasks to your PR if that's fine?
<daviddias> yes please :)
<victorbjelkholm> awesome, thanks!
<daviddias> I added it today and what I want to do is go through them on next sprint call, so that we can fill them with all our knowledge
SNAFUdowser has quit [Ping timeout: 260 seconds]
<daviddias> btw, multiformats already had a 'main' repo, here https://github.com/multiformats/multiformats
<victorbjelkholm> daviddias, you'll open a similar PR for ipld which includes ipld.io?
<daviddias> victorbjelkholm: you can create that one, Nicola would be on roll for that, but he is underwater till the end of next week
<daviddias> so, feel free to kick it off and then ping him so that he can add all the other milestones
<victorbjelkholm> daviddias, all right
<victorbjelkholm> sure thing :)
locusf has quit [Ping timeout: 258 seconds]
<daviddias> added two comments, but yeah, that is the idea, anything that you see as a task for that milestone, write it down. On the leadership. it makes total sense for me if you want to own it all and I act as a resource for content and high level direction and expectation. It probably will enable you to move faster, than asking me for feedback at every cycle.
<victorbjelkholm> daviddias, yep, that's the idea :) Btw, in what way are you using "sitemap"? Usually that's the artifact of having the website structure to enable scraping but my spidey sense is telling me you mean something else
locusf has joined #ipfs
chpio[m] has joined #ipfs
<victorbjelkholm> daviddias, I'm guessing you mean sitemap as something that would just describe what pages and so on the website would include?
<daviddias> sending you what I have in mind
<daviddias> but yeah. that :)
<victorbjelkholm> all right, sounds good enough
<lgierth> noffle: yeah awake now
<chpio[m]> what's the diff. between multistream & multicodec?
<chpio[m]> are they just the same thing?
<kevina> whyrusleeping: did you see my messages from last night? (I saw you had IRC problems)
<victorbjelkholm> chpio[m], multistream: stream wire protocols, multicodec: serialization codecs, I think reading the motivation of both of them would make it clearer
<victorbjelkholm> oh, motivation is the same on both of them, hah...
anewuser has joined #ipfs
G-Ray has quit [Quit: Konversation terminated!]
herzmeister has quit [Ping timeout: 265 seconds]
<chpio[m]> so, the one is for prefixing (coding) bytes buffers and the other for streams?!
<keks> whyrusleeping: o/ ping me when you're there
<lgierth> chpio[m]: multicodec is simply a means to describe a blob of data: /my/format\nmydata
<lgierth> chpio[m]: multistream applies this to streams of data, and adds multiplexing (in combination with multistream-select)
<whyrusleeping> Kubuxu: CR pls https://github.com/ipfs/go-ipfs/pull/3307
<whyrusleeping> lgierth: as well
herzmeister has joined #ipfs
<whyrusleeping> keks: here i am!
<keks> :D
<whyrusleeping> i made it!
<lgierth> ok ok ok
<keks> awesome
<keks> so what are the problems with the feed-refactor branch?
<Kubuxu> yeah, read it through already, I will try to find time today to it today more in depth.
<keks> i guess that it doesn't cancel the actual subscrption when every subscriber unsubcribed?
<whyrusleeping> the feed refactor had problems because its poor UX to have to manually create, subscribe, and 'delete' feeds
cketti has joined #ipfs
<whyrusleeping> all as separate steps
<keks> hmm but that is not the case
<keks> you can simply do subscribe
<keks> i haven't deleted yet
<whyrusleeping> its not the case now, it was in that refactor as far as i remember
<whyrusleeping> the behaviour we want to avoid is users accidentaly having subscriptions without realizing it
<whyrusleeping> so the existence of a subscription needs to be tied to a context
<keks> hm okay
<keks> i see
<whyrusleeping> we can definitely allow for multiple feeds, we just have to make sure no opportunity exists for the subscription to remain once its contexts have been canceled
<keks> okay
<keks> so that is basically when all subscribing http connections for a certain topic are closed, right
<whyrusleeping> yeap
<whyrusleeping> contexts for api requests get bound to a context
<whyrusleeping> so when the http connection closes, the context is cancelled
* whyrusleeping isnt using words well
<whyrusleeping> the coffee hasnt quite kicked in yet
<chpio[m]> lgierth (IRC): but, why are there two specs repos for the same thing? and also two implementations instead of one which would do both (encode/decode streams and buffers)?
<keks> hehe
<keks> hm, in master Subscribe is passed a ctx but it isn't used
DarkFox is now known as FrozenFox
<cjd> oh hey it's DarkFax
gmcquillan__ has joined #ipfs
<keks> okay i'll dig through the code and try to make up a way to cleanly do this. will ping you when i think i'm on to something.
<whyrusleeping> awesome, sounds good :)
<whyrusleeping> and yeah, right now its not quite bound to a context in the way i'd like
voldyman has quit [Quit: Connection closed for inactivity]
<lgierth> chpio[m]: yeah they're both very close. multistream is mainly responsible for multiplexing several multicodec streams on one underlying stream
<whyrusleeping> Hey Kubuxu, wanna tackle making sure https://github.com/libp2p/go-libp2p-net has proper code coverage this week?
<whyrusleeping> er
<whyrusleeping> not that one
<lgierth> chpio[m]: multigram will be doing the same as multistream, but over datagrams (udp, ethernet)
espadrine_ has quit [Ping timeout: 260 seconds]
<chpio[m]> ok, i see, it's very simple
ygrek has quit [Ping timeout: 252 seconds]
<whyrusleeping> just remembered about this: http://thesecretlivesofdata.com/raft/
<whyrusleeping> fantastic explanations of raft if anyone is interested
Boomerang has quit [Quit: Leaving]
soloojos has quit [Ping timeout: 245 seconds]
<whyrusleeping> hsanjuan: Hey, did you need some repo permissions or something earlier?
pinbot has quit [Remote host closed the connection]
pinbot has joined #ipfs
<lgierth> whyrusleeping: admin group on ipfs
<whyrusleeping> hsanjuan: do you have 2FA enabled?
<cjd> lgierth: nice job on node-fc00
jedahan_ has joined #ipfs
<lgierth> cjd: it starts \o/
<chpio[m]> next question: will libp2p's overlay replace cjdns?
<cjd> ansuz has been swearing for the past hour
<lgierth> haha
<lgierth> it doesnt start anymore?
<lgierth> i haven't touched it since the last commit
<lgierth> chpio[m]: no
<cjd> apparently if I change anything in cjdns it will explode
<whyrusleeping> chpio[m]: maybe if cjd feels like being super cool and using libp2p :P
<chpio[m]> whyrusleeping (IRC): :D
<lgierth> whyrusleeping: didn't you wanna write c-libp2p?
<cjd> maybe if whyrusleeping feels like being super cool and rewriting libp2p in C
lulis has joined #ipfs
<whyrusleeping> yeah, actually i have a friend i'm trying to bring into protocol labs that would totally want to write c-libp2p
<cjd> using Allocator.c because otherwise C is scary
<whyrusleeping> hes a kernel hacker/dist-sys engineer
<lgierth> multiformats libs in c would already be a huge help
jedahan has quit [Ping timeout: 244 seconds]
<chpio[m]> i would write libp2p in rust, just dunno where i could start... im confused about the multistream/-codec thing :|
<i[m]> +1 for Rust
<i[m]> Either or C or Rust
<whyrusleeping> RIIR
<i[m]> It's a plague I know, which is why I didn't say anything.
captain_morgan has joined #ipfs
<i[m]> I don't have the time to do it right now.
<chpio[m]> ohh sorry, for bringing that again...
<cjd> no, keep doing it, it's awesome
<whyrusleeping> lol
<chpio[m]> still hati rust?
<whyrusleeping> chpio[m]: youre great, never change
<chpio[m]> *n
<cjd> Have you considered writing to the Linux mailing list ?
<whyrusleeping> ^
<i[m]> We'll never get in the kernel :/
<cjd> no no
<cjd> I mean to suggest that Linus rewrite it in Rust
<whyrusleeping> not until linux dies
<whyrusleeping> meant to write linus, but that works too
<lgierth> my life won't be complete until linus shows me the finger on video
<whyrusleeping> i also very much appreciate that "The kernel" always refers to the linux kernel
seagreen has quit [*.net *.split]
zjohnson_ has quit [*.net *.split]
dyce has quit [*.net *.split]
Teeed has quit [*.net *.split]
dansup has quit [*.net *.split]
oed has quit [*.net *.split]
tirej has quit [*.net *.split]
Xe has quit [*.net *.split]
ofdm has quit [*.net *.split]
bitspill has quit [*.net *.split]
oleavr has quit [*.net *.split]
sugarpuff has quit [*.net *.split]
steefmin has quit [*.net *.split]
jeffl35 has quit [*.net *.split]
padz has quit [*.net *.split]
voxelot has quit [*.net *.split]
tibor has quit [*.net *.split]
cmeik has quit [*.net *.split]
ogd has quit [*.net *.split]
ebarch has quit [*.net *.split]
risk has quit [*.net *.split]
grncdr has quit [*.net *.split]
sdgathman has quit [*.net *.split]
karissa has quit [*.net *.split]
jclay has quit [*.net *.split]
kyledrake has quit [*.net *.split]
bmpvieira has quit [*.net *.split]
prosody has quit [*.net *.split]
mappum has quit [*.net *.split]
nivekuil has quit [*.net *.split]
Guest66666 has quit [*.net *.split]
rektide has quit [*.net *.split]
giodamelio has quit [*.net *.split]
Muis has quit [*.net *.split]
gozala has quit [*.net *.split]
koshii has quit [*.net *.split]
harleyk has quit [*.net *.split]
rabbitface3 has quit [*.net *.split]
rfw has quit [*.net *.split]
emschwartz has quit [*.net *.split]
aedigix has quit [*.net *.split]
kpcyrd has quit [*.net *.split]
mrpoopyb1 has quit [*.net *.split]
keko-2 has quit [*.net *.split]
nullstyle has quit [*.net *.split]
caseorganic has quit [*.net *.split]
mrd0ll4r has quit [*.net *.split]
c0dehero has quit [*.net *.split]
yangwao has quit [*.net *.split]
todder has quit [*.net *.split]
tundracomp has quit [*.net *.split]
mesch__ has quit [*.net *.split]
aaaaaaaaa____ has quit [*.net *.split]
cjd has quit [*.net *.split]
Arwalk has quit [*.net *.split]
xming has quit [*.net *.split]
angreifer has quit [*.net *.split]
zjohnson has joined #ipfs
xming_ has joined #ipfs
nivekuil` has joined #ipfs
giodamelio has joined #ipfs
tundracom has joined #ipfs
padz has joined #ipfs
rektide_ has joined #ipfs
xming_ has joined #ipfs
xming_ has quit [Changing host]
oed has joined #ipfs
Guest66666 has joined #ipfs
harleyk has joined #ipfs
Teeed has joined #ipfs
kpcyrd has joined #ipfs
aedigix has joined #ipfs
tirej has joined #ipfs
sdgathman has joined #ipfs
<lgierth> bye cjd, thanks for all the fish
<ion> F
keko-2 has joined #ipfs
captain_morgan has quit [Read error: Connection reset by peer]
gozala has joined #ipfs
mrpoopyb1 has joined #ipfs
todder has joined #ipfs
<i[m]> I <3 Linux.
steefmin has joined #ipfs
ansuz has joined #ipfs
rabbitface3 has joined #ipfs
<chpio[m]> pfff, mac os <3
<whyrusleeping> F
<ansuz> wow
<i[m]> gr8 b8 m8? lol ;)
captain_morgan_ has joined #ipfs
Arw has joined #ipfs
soloojos has joined #ipfs
angreifer has joined #ipfs
c0dehero has joined #ipfs
<ansuz> the hipster in this chan is too much
<ansuz> plz turn down
dyce has joined #ipfs
<ansuz> mac is fine, k
<ansuz> so is windows
koshii has joined #ipfs
<ansuz> datalove
<chpio[m]> but rust is bad |(
dansup has joined #ipfs
<ansuz> no, rust is fine
<i[m]> Somebody write libp2p in befunge
ofdm has joined #ipfs
SoreGums has quit [Ping timeout: 250 seconds]
ec has quit [Ping timeout: 250 seconds]
<Kubuxu> whyrusleeping: those are just interfaces
kumavis has quit [Ping timeout: 256 seconds]
cemerick has joined #ipfs
<whyrusleeping> Kubuxu: i meant the link to swarm
<Kubuxu> ahh
<chpio[m]> which implementation is further js-libp2p or go-libp2p (+ all submodules ofc)?
<whyrusleeping> Yeah, which is already at 81%, but i still feel like its missing something...
jeffl35 has joined #ipfs
herzmeister has quit [Ping timeout: 244 seconds]
<Kubuxu> I will look at it.
<whyrusleeping> alternatively, you could tackle https://github.com/libp2p/go-tcp-transport/blob/master/tcp.go
chris6131 has joined #ipfs
aaaaaaaaa____ has joined #ipfs
mesch__ has joined #ipfs
Xe has joined #ipfs
voxelot has joined #ipfs
yangwao has joined #ipfs
ogd has joined #ipfs
lulis has quit [Ping timeout: 256 seconds]
risk has joined #ipfs
chris613 has quit [Ping timeout: 250 seconds]
caseorganic has joined #ipfs
tibor has joined #ipfs
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karissa has joined #ipfs
bitspill has joined #ipfs
Muis has joined #ipfs
grncdr has joined #ipfs
SoreGums has joined #ipfs
rfw has joined #ipfs
emschwartz has joined #ipfs
jclay has joined #ipfs
nullstyle has joined #ipfs
jedahan has joined #ipfs
ec has joined #ipfs
mappum has joined #ipfs
ec has quit [Excess Flood]
ebarch has joined #ipfs
ec has joined #ipfs
<chpio[m]> whyrusleeping (IRC): me?
<whyrusleeping> chpio[m]: in response to which comment?
kyledrake has joined #ipfs
<chpio[m]> "alternatively, you could tackle https://github.com/libp2p/go-tcp-transport/blob/master/tcp.go"
mrd0ll4r has joined #ipfs
<Kubuxu> not it was to me
sugarpuff has joined #ipfs
oleavr has joined #ipfs
<lgierth> victorbjelkholm: let's hack a few hours on thursday?
<Kubuxu> you assigned it to me too :p
<chpio[m]> k
<lgierth> then i'll have another day to fix any remaining infrastructure things that you notice
<victorbjelkholm> lgierth, absolutely!
<lgierth> and hsanjuan, let's hack a few hours next week, i'll show you the infrastructure stuff too
bmpvieira has joined #ipfs
kumavis has joined #ipfs
<victorbjelkholm> I'm available anytime this week, just let me know if you have a prefered location, otherwise we'll be here (my home) :)
prosody has joined #ipfs
cmeik has joined #ipfs
<lgierth> victorbjelkholm: is your computer encrypted? otherwise no secrets :)
<whyrusleeping> victorbjelkholm: are you a fed?
<whyrusleeping> lgierth is a fed
<lgierth> :/
<lgierth> i eat feds for breakfast
<whyrusleeping> thats exactly what a fed would say
<lgierth> whyruchatting
anonymuse has quit [Remote host closed the connection]
ulrichard has joined #ipfs
<victorbjelkholm> lgierth, home directory of separate user, yes. We can do a review once you come here
anonymuse has joined #ipfs
<lgierth> all of it should be encrypted
<lgierth> how do you know bash or python are safe
<kumavis> daviddias: heyo, you around?
<kumavis> me and wanderer having a short call now
chris6131 has quit [Ping timeout: 250 seconds]
<victorbjelkholm> lgierth, reviewing all the code! No, but all right, I'll setup full disk encryption before you get here
<lgierth> kumavis: daviddias is super busy this week, you might be more lucky next week when both dignifiedquire and haad are back as well
<kumavis> kk, thanks
<daviddias> hey o/ :) I'm around
<dignifiedquire> yeah daviddias is more available than me this week :) I am travelling currently but will be back next week as lgierth said
lkcl has quit [Ping timeout: 250 seconds]
anonymuse has quit [Ping timeout: 256 seconds]
Qwertie has quit [Ping timeout: 265 seconds]
Qwertie has joined #ipfs
TauVolantis has quit [Quit: WeeChat 1.0.1]
<whyrusleeping> kevina: fixed cat and get on the raw-nodes PR
<kevina> whyrusleeping: thanks. I have a detest appointment in just a bit, but will have a look when I get back
<kevina> will also work on getting Raw node support working in the filestore. Should be easy.
<kevina> I just needed "ipfs cat" so I can test it easier.
lulis has joined #ipfs
<nicolagreco> world wide werifiable
<whyrusleeping> nicolagreco: i miss u
<ansuz> did someone say fed?
kulelu88 has joined #ipfs
<lgierth> cat?
<hsanjuan> @whyrusleeping of course!
<whyrusleeping> hsanjuan: wonderful, gimme a sec
<whyrusleeping> hsanjuan: invite sent
<hsanjuan> @lgierth: next week or übernext, I'm away most of the week
ZaZ has quit [Quit: Leaving]
gentoo_ has joined #ipfs
gmcquillan__ is now known as gmcquillan
<lgierth> hsanjuan: cool cool, ubernext ist is
<lgierth> it is
anonymuse has joined #ipfs
<lgierth> whyrusleeping: are we gonna give concurrent add another try?
<whyrusleeping> lgierth: we could, why do you ask?
<lgierth> "40% faster adds"
patcon has quit [Ping timeout: 252 seconds]
<whyrusleeping> ah, no. not necessarily
<whyrusleeping> the biggest bottleneck i'm actually seeing there is pinning right now
<whyrusleeping> i think we can get a 40% improvement on add speeds just by making pinning faster
<lgierth> we could have a mode which pins only at the end
palkeo has joined #ipfs
<whyrusleeping> nah
<whyrusleeping> it would still take a long time
<whyrusleeping> we just need to make pinning faster
<whyrusleeping> its absurdly slow right now
<lgierth> cool
<whyrusleeping> we rewrite the entire pinlist every time
<lgierth> oh. hah
<lgierth> so it gets slower the more stuff is already pinned?
<Kubuxu> yup
maxlath has quit [Ping timeout: 250 seconds]
Encrypt_ has joined #ipfs
matoro has joined #ipfs
<pjz> whyrusleeping: how big is pinbots pinlist?
<ansuz> sry about the PMs lars
<ansuz> just kicked you
<ansuz> matrix bridges are cancer
Encrypt_ has quit [Quit: Quitte]
<pjz> ansuz: oh? what's wrong with them?
<victorbjelkholm> daviddias, FYI: "The Buffer() constructor has been deprecated in the documentation in favour of the new Buffer.from()"
cemerick has quit [Ping timeout: 250 seconds]
gentoo_ has quit [Quit: Konversation terminated!]
FrozenFox has quit [Ping timeout: 252 seconds]
zombu2 has quit [Ping timeout: 248 seconds]
chris613 has joined #ipfs
DarkFox has joined #ipfs
DarkFox is now known as Guest64682
lulis has quit [Ping timeout: 244 seconds]
cemerick has joined #ipfs
<wak-work> what's the deal with utp?
<wak-work> are there plans to fix the deadlocks or is it just being abandoned?
Guest64682 has quit [Ping timeout: 250 seconds]
<chpio[m]> is there a some kind of "multikey" or "multicrypt" ipfs/p2p? seams like there is only support for rsa?!
FrozenFox has joined #ipfs
FrozenFox is now known as Guest70379
pescobar has joined #ipfs
edrex has quit [Read error: Connection reset by peer]
edrex has joined #ipfs
<chpio[m]> hmm...
<lgierth> wak-work: yes we're bringing it back
<lgierth> wak-work: the deadlocks might not actually have been utp's fault
<lgierth> i love working from laundromat shops -- they're always sooo chill
reit has quit [Ping timeout: 256 seconds]
cketti has quit [Quit: Leaving]
cmeik has quit [Read error: Connection reset by peer]
cmeik has joined #ipfs
ebarch has quit [Read error: Connection reset by peer]
ebarch has joined #ipfs
zrl has quit [Ping timeout: 256 seconds]
bergie has quit [Read error: Connection reset by peer]
bergie has joined #ipfs
jryans has quit [Ping timeout: 256 seconds]
zrl has joined #ipfs
<Kubuxu> whyrusleeping: that was great idea with that Has cache.
jryans has joined #ipfs
<Kubuxu> Those two caches are able to get Has requests from 1.5k/s to sub 1/s
bmpvieira has quit [Ping timeout: 256 seconds]
richardlitt has quit [Ping timeout: 260 seconds]
cjd has joined #ipfs
bmpvieira has joined #ipfs
richardlitt has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
arpu has joined #ipfs
anewuser has quit [Quit: anewuser]
<kumavis> daviddias: need to add keccak256 to multihash ( and reserve a code for it )
<Kubuxu> kumavis: that is quite an updated table
<Kubuxu> please take a look at go-multihash and or multihash itself
<Kubuxu> or even c-multihash
<kumavis> i want to clarify ethereum uses the name 'sha3' bc it selected the in-progress sha3 standard, that changed when the sha3 standard was finalized
<ansuz> is ethereum still getting hacked?
<Kubuxu> ooh
<Kubuxu> ansuz: they hard forked
<kumavis> ethereum's hash is now more accurately called keccack256
<ansuz> no after the hard fork
<ansuz> or did they do it again?
sametsisartenep has quit [Quit: zZz]
doublec has joined #ipfs
<kumavis> ansuz: there was a protocol hardfork within the last 24 hours, to adjust opcode prices to more accurately reflect the impact of those operations on the system
<kumavis> fork happened quite gracefully and without controversy
<ansuz> oh, for the ddos?
<ansuz> sounds difficult
<Kubuxu> daviddias, whyrusleeping: this app specific namespace doesn't make much sense to me?
<kumavis> ansuz: here are the details of the changes https://github.com/ethereum/EIPs/issues/150
<ansuz> oh, I don't know much about reading go
<Kubuxu> They went with variant 1c
<ansuz> I'm just thinking about how this might affect the price of ETC
<lgierth> ansuz is a crypto-nihilist
<ansuz> noooo
<ansuz> not true
<ansuz> nihilists aren't fun at parties
<ansuz> I am
<cjd> Truth
doublec has left #ipfs [#ipfs]
consternate has quit [Ping timeout: 245 seconds]
zombu2 has joined #ipfs
patcon has joined #ipfs
rendar has quit [Quit: Leaving]
rgrinberg has quit [Remote host closed the connection]
G-Ray has joined #ipfs
maxlath has joined #ipfs
Kazuhiro has joined #ipfs
<whyrusleeping> Kubuxu: app specific namespace?
<Kubuxu> reserved namespace in multihash
<Kubuxu> for app's own hashes
<Kubuxu> david moved it to 0x4000-0x400f
<whyrusleeping> i don't think that was my idea
<Kubuxu> but we don't have multihash impl that supports varints
taaem has joined #ipfs
polezaivsani has quit [Remote host closed the connection]
patcon has quit [Ping timeout: 260 seconds]
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anonymuse has quit [Remote host closed the connection]
anonymuse has joined #ipfs
jedahan has joined #ipfs
NeoTeo has quit [Read error: Connection reset by peer]
sega01 has quit [Read error: Connection reset by peer]
echo_oddly has quit [Quit: No Ping reply in 180 seconds.]
sega01 has joined #ipfs
NeoTeo has joined #ipfs
echo_oddly has joined #ipfs
im[m] has quit [Ping timeout: 256 seconds]
Adwin[m] has quit [Ping timeout: 256 seconds]
ContainsLiquid[4 has quit [Ping timeout: 256 seconds]
alaeri[m] has quit [Ping timeout: 256 seconds]
silwol[m] has quit [Ping timeout: 256 seconds]
ebel has quit [Ping timeout: 256 seconds]
M-7141 has quit [Ping timeout: 256 seconds]
kxra[m] has quit [Ping timeout: 256 seconds]
TestName[m] has quit [Ping timeout: 256 seconds]
Catz[m] has quit [Ping timeout: 256 seconds]
gsf[m] has quit [Ping timeout: 256 seconds]
M-7416 has quit [Ping timeout: 256 seconds]
Usr[m] has quit [Ping timeout: 256 seconds]
M-ngu has quit [Ping timeout: 256 seconds]
M-pieohpah has quit [Ping timeout: 256 seconds]
M-cyan has quit [Ping timeout: 256 seconds]
l64376[m] has quit [Ping timeout: 256 seconds]
hendry[m] has quit [Ping timeout: 256 seconds]
M-erwin has quit [Ping timeout: 256 seconds]
M-BostonEnginer4 has quit [Ping timeout: 256 seconds]
M-nated has quit [Ping timeout: 256 seconds]
Meroje[m]1 has quit [Ping timeout: 256 seconds]
Guest50356[m] has quit [Ping timeout: 256 seconds]
M-whyrusleeping has quit [Ping timeout: 256 seconds]
GeorgeAntoniadis has quit [Ping timeout: 256 seconds]
guybrush[m] has quit [Ping timeout: 256 seconds]
themightychris[m has quit [Ping timeout: 256 seconds]
M-6581 has quit [Ping timeout: 256 seconds]
H3g3m0n[m] has quit [Ping timeout: 256 seconds]
Paul[m] has quit [Ping timeout: 256 seconds]
Guest31078[m] has quit [Ping timeout: 256 seconds]
M-lilien1010 has quit [Ping timeout: 256 seconds]
M-brain has quit [Ping timeout: 256 seconds]
M-metamattj has quit [Ping timeout: 256 seconds]
jamespedwards42[ has quit [Ping timeout: 256 seconds]
M18643[m] has quit [Ping timeout: 256 seconds]
M-abdessamadhoud has quit [Ping timeout: 256 seconds]
Dawg[m] has quit [Ping timeout: 256 seconds]
M-16865 has quit [Ping timeout: 256 seconds]
M-3511 has quit [Ping timeout: 256 seconds]
M-king_size1953 has quit [Ping timeout: 256 seconds]
mokhtar[m] has quit [Ping timeout: 256 seconds]
M-boli has quit [Ping timeout: 256 seconds]
M-jbenet has quit [Ping timeout: 256 seconds]
M-javissimo has quit [Ping timeout: 256 seconds]
rfb[m] has quit [Ping timeout: 256 seconds]
M-8319 has quit [Ping timeout: 256 seconds]
M-2194 has quit [Ping timeout: 256 seconds]
Guest29626[m] has quit [Ping timeout: 256 seconds]
M-amstocker has quit [Ping timeout: 256 seconds]
mungwi[m] has quit [Ping timeout: 256 seconds]
qwertyuioppo[m] has quit [Ping timeout: 256 seconds]
TheReverend403[m has quit [Ping timeout: 256 seconds]
M-volobuev has quit [Ping timeout: 256 seconds]
M-jackvt93 has quit [Ping timeout: 256 seconds]
M-kalmi has quit [Ping timeout: 256 seconds]
hermann-tab[m] has quit [Ping timeout: 256 seconds]
Avinash[m] has quit [Ping timeout: 256 seconds]
Guest42119[m] has quit [Ping timeout: 256 seconds]
alexvoda[m] has quit [Ping timeout: 256 seconds]
M-Lawrence_Pritc has quit [Ping timeout: 256 seconds]
mads[m]1 has quit [Ping timeout: 256 seconds]
M-bungle has quit [Ping timeout: 256 seconds]
M-jh has quit [Ping timeout: 256 seconds]
naggie[m] has quit [Ping timeout: 256 seconds]
M-mikael has quit [Ping timeout: 256 seconds]
M-alwi has quit [Ping timeout: 256 seconds]
Guest19042[m] has quit [Ping timeout: 256 seconds]
Guest53543[m] has quit [Ping timeout: 256 seconds]
M-victorm has quit [Ping timeout: 256 seconds]
dc167[m] has quit [Ping timeout: 256 seconds]
xamino[m] has quit [Ping timeout: 256 seconds]
M-blide has quit [Ping timeout: 256 seconds]
quux[m] has quit [Ping timeout: 256 seconds]
Meroje[m] has quit [Ping timeout: 256 seconds]
M-Nickfost has quit [Ping timeout: 256 seconds]
sibi[m] has quit [Ping timeout: 256 seconds]
njm14823[m] has quit [Ping timeout: 256 seconds]
Guest19040[m] has quit [Ping timeout: 256 seconds]
Guest44466[m] has quit [Ping timeout: 256 seconds]
Guest61678[m] has quit [Ping timeout: 256 seconds]
AMIR[m] has quit [Ping timeout: 256 seconds]
M-codebam has quit [Ping timeout: 256 seconds]
M-internetjanito has quit [Ping timeout: 256 seconds]
M-3974 has quit [Ping timeout: 256 seconds]
VegBerg[m] has quit [Ping timeout: 256 seconds]
M-rjan has quit [Ping timeout: 256 seconds]
cva[m] has quit [Ping timeout: 256 seconds]
Guest45538[m] has quit [Ping timeout: 256 seconds]
M-osener has quit [Ping timeout: 256 seconds]
qgnox[m] has quit [Ping timeout: 256 seconds]
Guest18705[m] has quit [Ping timeout: 256 seconds]
red5d[m] has quit [Ping timeout: 256 seconds]
M-16544 has quit [Ping timeout: 256 seconds]
doge_with_sungla has quit [Ping timeout: 256 seconds]
M-gdr has quit [Ping timeout: 256 seconds]
jackyquack[m] has quit [Ping timeout: 256 seconds]
containsliquid[m has quit [Ping timeout: 256 seconds]
rajeevn[m] has quit [Ping timeout: 256 seconds]
M-5459 has quit [Ping timeout: 256 seconds]
M-5703 has quit [Ping timeout: 256 seconds]
R4FKEN[m] has quit [Ping timeout: 256 seconds]
PseudoNoob[m] has quit [Ping timeout: 256 seconds]
pik[m]1 has quit [Ping timeout: 256 seconds]
M21100[m] has quit [Ping timeout: 256 seconds]
HansF[m] has quit [Ping timeout: 256 seconds]
M-1976 has quit [Ping timeout: 256 seconds]
M-selpreload has quit [Ping timeout: 256 seconds]
kostera[m] has quit [Ping timeout: 256 seconds]
valdek[m] has quit [Ping timeout: 256 seconds]
Guest44591[m] has quit [Ping timeout: 256 seconds]
TiagoDanin[m] has quit [Ping timeout: 256 seconds]
vikneshwaren[m] has quit [Ping timeout: 256 seconds]
M-ikreymer has quit [Ping timeout: 256 seconds]
M-Dan has quit [Ping timeout: 256 seconds]
dz[m] has quit [Ping timeout: 256 seconds]
M-AbhishekDutt has quit [Ping timeout: 256 seconds]
monikp[m] has quit [Ping timeout: 256 seconds]
steven[m] has quit [Ping timeout: 256 seconds]
onetom[m] has quit [Ping timeout: 256 seconds]
M-g has quit [Ping timeout: 256 seconds]
M-dtg has quit [Ping timeout: 256 seconds]
tester30297[m] has quit [Ping timeout: 256 seconds]
M-s6 has quit [Ping timeout: 256 seconds]
miladmaster[m] has quit [Ping timeout: 256 seconds]
M-6781 has quit [Ping timeout: 256 seconds]
orapouso[m] has quit [Ping timeout: 256 seconds]
M-sivachandran has quit [Ping timeout: 256 seconds]
M-espadrine has quit [Ping timeout: 256 seconds]
muxueqz[m] has quit [Ping timeout: 256 seconds]
M-11367 has quit [Ping timeout: 256 seconds]
M-mckaydavis has quit [Ping timeout: 256 seconds]
Claus[m] has quit [Ping timeout: 256 seconds]
M-3676 has quit [Ping timeout: 256 seconds]
M-vro has quit [Ping timeout: 256 seconds]
M-davidar-test has quit [Ping timeout: 256 seconds]
M-3891 has quit [Ping timeout: 256 seconds]
M-jackal has quit [Ping timeout: 256 seconds]
M-staplemac has quit [Ping timeout: 256 seconds]
onic[m] has quit [Ping timeout: 256 seconds]
blackflag[m] has quit [Ping timeout: 256 seconds]
M-ms has quit [Ping timeout: 256 seconds]
wehlutyk[m] has quit [Ping timeout: 256 seconds]
Flieh[m] has quit [Ping timeout: 256 seconds]
gabishu[m] has quit [Ping timeout: 256 seconds]
M-16549 has quit [Ping timeout: 256 seconds]
Guest18692[m] has quit [Ping timeout: 256 seconds]
qzo[m] has quit [Ping timeout: 256 seconds]
M-liathit has quit [Ping timeout: 256 seconds]
Guest43355[m] has quit [Ping timeout: 256 seconds]
M-sokoow has quit [Ping timeout: 256 seconds]
M-hierophantos has quit [Ping timeout: 256 seconds]
HansMeiser[m] has quit [Ping timeout: 256 seconds]
Guest44356[m] has quit [Ping timeout: 256 seconds]
M-2255 has quit [Ping timeout: 256 seconds]
Guest22481[m] has quit [Ping timeout: 256 seconds]
M-HirmeS has quit [Ping timeout: 256 seconds]
Guest49679[m] has quit [Ping timeout: 256 seconds]
M-leeola has quit [Ping timeout: 256 seconds]
Guest23234[m] has quit [Ping timeout: 256 seconds]
GarbageDay[m] has quit [Ping timeout: 256 seconds]
peapeaxiong[m] has quit [Ping timeout: 256 seconds]
loco[m] has quit [Ping timeout: 256 seconds]
Guest20001[m] has quit [Ping timeout: 256 seconds]
Miikka[m] has quit [Ping timeout: 256 seconds]
denkyemx[m] has quit [Ping timeout: 256 seconds]
Ulises[m] has quit [Ping timeout: 256 seconds]
M-pims has quit [Ping timeout: 256 seconds]
Fathack[m] has quit [Ping timeout: 256 seconds]
Guest28905[m] has quit [Ping timeout: 256 seconds]
M-2128 has quit [Ping timeout: 256 seconds]
M-male has quit [Ping timeout: 256 seconds]
disgusting[m]1 has quit [Ping timeout: 256 seconds]
M-cyzoonic has quit [Ping timeout: 256 seconds]
M-kode54 has quit [Ping timeout: 256 seconds]
djfdfjoijijeoif[ has quit [Ping timeout: 256 seconds]
guaraqe[m] has quit [Ping timeout: 256 seconds]
Cleopatra7[m] has quit [Ping timeout: 256 seconds]
simonv3[m] has quit [Ping timeout: 256 seconds]
Frank[m]1 has quit [Ping timeout: 256 seconds]
M-3526 has quit [Ping timeout: 256 seconds]
protestContest[m has quit [Ping timeout: 256 seconds]
M-mseri has quit [Ping timeout: 256 seconds]
gdt[m] has quit [Ping timeout: 256 seconds]
Sandhose[m] has quit [Ping timeout: 256 seconds]
M18337[m] has quit [Ping timeout: 256 seconds]
M-jaxondu has quit [Ping timeout: 256 seconds]
Dineshsac[m] has quit [Ping timeout: 256 seconds]
ghtdak[m] has quit [Ping timeout: 256 seconds]
jon[m]1 has quit [Ping timeout: 256 seconds]
M-3444 has quit [Ping timeout: 256 seconds]
M-3045 has quit [Ping timeout: 256 seconds]
Ericson2314[m] has quit [Ping timeout: 256 seconds]
neoV[m] has quit [Ping timeout: 256 seconds]
M-lucnsy has quit [Ping timeout: 256 seconds]
M6e7961[m] has quit [Ping timeout: 256 seconds]
M-jacktang has quit [Ping timeout: 256 seconds]
Jacob[m] has quit [Ping timeout: 256 seconds]
M18645[m] has quit [Ping timeout: 256 seconds]
lovecrafthobbit[ has quit [Ping timeout: 256 seconds]
M-greymr has quit [Ping timeout: 256 seconds]
Jellybeanmommy[m has quit [Ping timeout: 256 seconds]
rt2016[m] has quit [Ping timeout: 256 seconds]
robin[m] has quit [Ping timeout: 256 seconds]
p0psicle[m] has quit [Ping timeout: 256 seconds]
Lord[m] has quit [Ping timeout: 256 seconds]
Guest31481[m] has quit [Ping timeout: 256 seconds]
M-6561 has quit [Ping timeout: 256 seconds]
Guest34181[m] has quit [Ping timeout: 256 seconds]
lanzafame[m] has quit [Ping timeout: 256 seconds]
M-16194 has quit [Ping timeout: 256 seconds]
soradet[m] has quit [Ping timeout: 256 seconds]
lukeboswell[m] has quit [Ping timeout: 256 seconds]
Askaban[m]1 has quit [Ping timeout: 256 seconds]
muhriddin[m] has quit [Ping timeout: 256 seconds]
M-phorse has quit [Ping timeout: 256 seconds]
M-cryptix has quit [Ping timeout: 256 seconds]
i[m] has quit [Ping timeout: 256 seconds]
Caquilala[m]1 has quit [Ping timeout: 256 seconds]
M-13288 has quit [Ping timeout: 256 seconds]
M-Robin has quit [Ping timeout: 256 seconds]
M-1982 has quit [Ping timeout: 256 seconds]
LouisJencka[m] has quit [Ping timeout: 256 seconds]
Guest26265[m] has quit [Ping timeout: 256 seconds]
Guest35894[m] has quit [Ping timeout: 256 seconds]
nass[m] has quit [Ping timeout: 256 seconds]
dd[m] has quit [Ping timeout: 256 seconds]
patrickr[m] has quit [Ping timeout: 256 seconds]
M-wldhx has quit [Ping timeout: 256 seconds]
Lazybone[m] has quit [Ping timeout: 256 seconds]
msmart[m] has quit [Ping timeout: 256 seconds]
M-fermuch has quit [Ping timeout: 256 seconds]
enick_107 has quit [Ping timeout: 256 seconds]
basilgohar[m] has quit [Ping timeout: 256 seconds]
M-aatchison has quit [Ping timeout: 256 seconds]
Guest46230[m] has quit [Ping timeout: 256 seconds]
M-apolo11 has quit [Ping timeout: 256 seconds]
M-thomasbeta has quit [Ping timeout: 256 seconds]
Guest33346[m] has quit [Ping timeout: 256 seconds]
iwxzr[m] has quit [Ping timeout: 256 seconds]
Guest30983[m] has quit [Ping timeout: 256 seconds]
vasachi[m] has quit [Ping timeout: 256 seconds]
M-brasilikum has quit [Ping timeout: 256 seconds]
M-austinhc has quit [Ping timeout: 256 seconds]
nixyne[m] has quit [Ping timeout: 256 seconds]
M-infpetal has quit [Ping timeout: 256 seconds]
M-sliker has quit [Ping timeout: 256 seconds]
M-3870 has quit [Ping timeout: 256 seconds]
M21634[m] has quit [Ping timeout: 256 seconds]
Natanael[m] has quit [Ping timeout: 256 seconds]
M-10670 has quit [Ping timeout: 256 seconds]
Guest18687[m] has quit [Ping timeout: 256 seconds]
yuryk[m] has quit [Ping timeout: 256 seconds]
Guest19048[m] has quit [Ping timeout: 256 seconds]
M-10660 has quit [Ping timeout: 256 seconds]
wildanonymous[m] has quit [Ping timeout: 256 seconds]
joshb[m] has quit [Ping timeout: 256 seconds]
M-jgrowl has quit [Ping timeout: 256 seconds]
M-fabrixxm has quit [Ping timeout: 256 seconds]
Guest21903[m] has quit [Ping timeout: 256 seconds]
M18489[m] has quit [Ping timeout: 256 seconds]
boliboli[m] has quit [Ping timeout: 256 seconds]
ThePurgingPanda[ has quit [Ping timeout: 256 seconds]
dudezer0_bot[m] has quit [Ping timeout: 256 seconds]
terence977[m] has quit [Ping timeout: 256 seconds]
M-4267 has quit [Ping timeout: 256 seconds]
M-2234 has quit [Ping timeout: 256 seconds]
M-hungle has quit [Ping timeout: 256 seconds]
ShawkHawk[m]1 has quit [Ping timeout: 256 seconds]
M-3798 has quit [Ping timeout: 256 seconds]
g215[m] has quit [Ping timeout: 256 seconds]
Guest20690[m] has quit [Ping timeout: 256 seconds]
M-roblabla has quit [Ping timeout: 256 seconds]
M-kupskups9 has quit [Ping timeout: 256 seconds]
xtream1101[m] has quit [Ping timeout: 256 seconds]
M-foxxy has quit [Ping timeout: 256 seconds]
arkadiy[m] has quit [Ping timeout: 256 seconds]
M-9743 has quit [Ping timeout: 256 seconds]
Guest21923[m] has quit [Ping timeout: 256 seconds]
M-keverets has quit [Ping timeout: 256 seconds]
Ravneson[m] has quit [Ping timeout: 256 seconds]
M-4485 has quit [Ping timeout: 256 seconds]
sull[m] has quit [Ping timeout: 256 seconds]
M-player33 has quit [Ping timeout: 256 seconds]
M-slang has quit [Ping timeout: 256 seconds]
M-WolfNightly has quit [Ping timeout: 256 seconds]
Guest53398[m] has quit [Ping timeout: 256 seconds]
M-neoteo has quit [Ping timeout: 256 seconds]
aburkett[m] has quit [Ping timeout: 256 seconds]
palesz[m] has quit [Ping timeout: 256 seconds]
because[m] has quit [Ping timeout: 256 seconds]
Guest47022[m] has quit [Ping timeout: 256 seconds]
M-p0pa has quit [Ping timeout: 256 seconds]
rodarima[m] has quit [Ping timeout: 256 seconds]
M-harlan has quit [Ping timeout: 256 seconds]
M-2129 has quit [Ping timeout: 256 seconds]
Sharavanabhava[m has quit [Ping timeout: 256 seconds]
Guest25254[m] has quit [Ping timeout: 256 seconds]
timthelion[m] has quit [Ping timeout: 256 seconds]
M-podviaznikov has quit [Ping timeout: 256 seconds]
hoboprimate[m] has quit [Ping timeout: 256 seconds]
M-12989 has quit [Ping timeout: 256 seconds]
Guest22356[m] has quit [Ping timeout: 256 seconds]
M-epsilon has quit [Ping timeout: 256 seconds]
M-2223 has quit [Ping timeout: 256 seconds]
Guest26163[m] has quit [Ping timeout: 256 seconds]
trytrytry[m] has quit [Ping timeout: 256 seconds]
mw[m] has quit [Ping timeout: 256 seconds]
edsilv[m]1 has quit [Ping timeout: 256 seconds]
M-ed has quit [Ping timeout: 256 seconds]
M-jeffreybpeters has quit [Ping timeout: 256 seconds]
johnhenry[m] has quit [Ping timeout: 256 seconds]
M-15922 has quit [Ping timeout: 256 seconds]
Guest50383[m] has quit [Ping timeout: 256 seconds]
Stormy[m] has quit [Ping timeout: 256 seconds]
M18691[m] has quit [Ping timeout: 256 seconds]
ChrisDeChef[m] has quit [Ping timeout: 256 seconds]
M-3725 has quit [Ping timeout: 256 seconds]
airsickpayload[m has quit [Ping timeout: 256 seconds]
Johnny81[m] has quit [Ping timeout: 256 seconds]
Polychrome[m] has quit [Ping timeout: 256 seconds]
edu[m] has quit [Ping timeout: 256 seconds]
M-giodamelio has quit [Ping timeout: 256 seconds]
M-darknumbers has quit [Ping timeout: 256 seconds]
Guest46793[m] has quit [Ping timeout: 256 seconds]
M-uhiiued7278 has quit [Ping timeout: 256 seconds]
M-mlt has quit [Ping timeout: 256 seconds]
Guest47833[m] has quit [Ping timeout: 256 seconds]
M-Samim has quit [Ping timeout: 256 seconds]
claas[m] has quit [Ping timeout: 256 seconds]
M-gary123 has quit [Ping timeout: 256 seconds]
solariiknight[m] has quit [Ping timeout: 256 seconds]
nicolae[m] has quit [Ping timeout: 256 seconds]
am5a03[m] has quit [Ping timeout: 256 seconds]
Hongar[m] has quit [Ping timeout: 256 seconds]
jlprince21[m] has quit [Ping timeout: 256 seconds]
M0x52[m] has quit [Ping timeout: 256 seconds]
doctrv[m] has quit [Ping timeout: 256 seconds]
lexik[m] has quit [Ping timeout: 256 seconds]
Askaban[m] has quit [Ping timeout: 256 seconds]
M-pfista has quit [Ping timeout: 256 seconds]
M-cocci has quit [Ping timeout: 256 seconds]
M-2617 has quit [Ping timeout: 256 seconds]
berninoz[m] has quit [Ping timeout: 256 seconds]
M-drwasho has quit [Ping timeout: 256 seconds]
M-JayJay has quit [Ping timeout: 256 seconds]
M-thia has quit [Ping timeout: 256 seconds]
LugariusMtrx has quit [Ping timeout: 256 seconds]
cmp[m] has quit [Ping timeout: 256 seconds]
ix3[m] has quit [Ping timeout: 256 seconds]
kenCode[m]1 has quit [Ping timeout: 256 seconds]
Guest28775[m] has quit [Ping timeout: 256 seconds]
shenbaa[m] has quit [Ping timeout: 256 seconds]
JacobJones[m] has quit [Ping timeout: 256 seconds]
M-Eliza has quit [Ping timeout: 256 seconds]
Guest24121[m] has quit [Ping timeout: 256 seconds]
Guest18694[m] has quit [Ping timeout: 256 seconds]
M-mousereeve has quit [Ping timeout: 256 seconds]
M18690[m] has quit [Ping timeout: 256 seconds]
arby[m] has quit [Ping timeout: 256 seconds]
M-16355 has quit [Ping timeout: 256 seconds]
Guest26084[m] has quit [Ping timeout: 256 seconds]
kenCode[m] has quit [Ping timeout: 256 seconds]
M-jmesserli has quit [Ping timeout: 256 seconds]
alistair77[m] has quit [Ping timeout: 256 seconds]
hartmanroberte[m has quit [Ping timeout: 256 seconds]
M-eitland has quit [Ping timeout: 256 seconds]
M-3714 has quit [Ping timeout: 256 seconds]
Guest30871[m] has quit [Ping timeout: 256 seconds]
M18523[m] has quit [Ping timeout: 256 seconds]
probitlabs[m] has quit [Ping timeout: 256 seconds]
ShawkHawk[m] has quit [Ping timeout: 256 seconds]
M-GereG has quit [Ping timeout: 256 seconds]
M-joshumax has quit [Ping timeout: 256 seconds]
M-4447 has quit [Ping timeout: 256 seconds]
M-14382 has quit [Ping timeout: 256 seconds]
M-scio_ has quit [Ping timeout: 256 seconds]
demian[m] has quit [Ping timeout: 256 seconds]
cel[m] has quit [Ping timeout: 256 seconds]
michaelmure[m] has quit [Ping timeout: 256 seconds]
M-12490 has quit [Ping timeout: 256 seconds]
M-jabl has quit [Ping timeout: 256 seconds]
M-alphakamp has quit [Ping timeout: 256 seconds]
Guest45495[m] has quit [Ping timeout: 256 seconds]
victorbjelkholm[ has quit [Ping timeout: 256 seconds]
Guest21158[m] has quit [Ping timeout: 256 seconds]
edsilv[m] has quit [Ping timeout: 256 seconds]
Guest23523[m] has quit [Ping timeout: 256 seconds]
Guest42293[m] has quit [Ping timeout: 256 seconds]
JosiahHaswell[m] has quit [Ping timeout: 256 seconds]
matrixtest[m] has quit [Ping timeout: 256 seconds]
M-14321 has quit [Ping timeout: 256 seconds]
M-3509 has quit [Ping timeout: 256 seconds]
Guest26833[m] has quit [Ping timeout: 256 seconds]
Guest22926[m] has quit [Ping timeout: 256 seconds]
blasagna[m] has quit [Ping timeout: 256 seconds]
M-Guest2152 has quit [Ping timeout: 256 seconds]
M-JayCarpenter has quit [Ping timeout: 256 seconds]
Richardsdkjflsfj has quit [Ping timeout: 256 seconds]
chevdor[m] has quit [Ping timeout: 256 seconds]
M18695[m] has quit [Ping timeout: 256 seconds]
M-iav has quit [Ping timeout: 256 seconds]
M-ryanwilliams has quit [Ping timeout: 256 seconds]
M-fiatjaf has quit [Ping timeout: 256 seconds]
M-Guillaume has quit [Ping timeout: 256 seconds]
lnxw37[m] has quit [Ping timeout: 256 seconds]
Guest26812[m] has quit [Ping timeout: 256 seconds]
cr[m] has quit [Ping timeout: 256 seconds]
M-TidyKoala has quit [Ping timeout: 256 seconds]
M-nd has quit [Ping timeout: 256 seconds]
M-rongladney has quit [Ping timeout: 256 seconds]
M-kcinjp has quit [Ping timeout: 256 seconds]
Craeckie[m] has quit [Ping timeout: 256 seconds]
M-bp5 has quit [Ping timeout: 256 seconds]
M-pesterhazy has quit [Ping timeout: 256 seconds]
M-sraja has quit [Ping timeout: 256 seconds]
dnull[m] has quit [Ping timeout: 256 seconds]
Beneficence[m] has quit [Ping timeout: 256 seconds]
themsay[m] has quit [Ping timeout: 256 seconds]
knutz[m] has quit [Ping timeout: 256 seconds]
toto42[m] has quit [Ping timeout: 256 seconds]
NikolayKolev[m] has quit [Ping timeout: 256 seconds]
M-bastinik has quit [Ping timeout: 256 seconds]
david[m] has quit [Ping timeout: 256 seconds]
cbHXBY1D[m] has quit [Ping timeout: 256 seconds]
neurochemical[m] has quit [Ping timeout: 256 seconds]
Ineentho[m] has quit [Ping timeout: 256 seconds]
M-edrex has quit [Ping timeout: 256 seconds]
brunomvsouza[m] has quit [Ping timeout: 256 seconds]
M-Val has quit [Ping timeout: 256 seconds]
kszys[m] has quit [Ping timeout: 256 seconds]
M2ezit[m] has quit [Ping timeout: 256 seconds]
M-Amandine has quit [Ping timeout: 256 seconds]
M-Dave has quit [Ping timeout: 256 seconds]
rschulman has quit [Ping timeout: 256 seconds]
shellkr[m] has quit [Ping timeout: 256 seconds]
M-rryan has quit [Ping timeout: 256 seconds]
panicbit-M has quit [Ping timeout: 256 seconds]
Remramm has quit [Ping timeout: 256 seconds]
NathanBraswell[m has quit [Ping timeout: 256 seconds]
M-AndrewGaspar has quit [Ping timeout: 256 seconds]
M-frabrunelle has quit [Ping timeout: 256 seconds]
JacobGadikian[m] has quit [Ping timeout: 256 seconds]
rdesfo[m] has quit [Ping timeout: 256 seconds]
M-Ingo has quit [Ping timeout: 256 seconds]
swift110[m] has quit [Ping timeout: 256 seconds]
WinterFox[m] has quit [Ping timeout: 256 seconds]
igork[m] has quit [Ping timeout: 256 seconds]
Leer10[m] has quit [Ping timeout: 256 seconds]
plindner has quit [Ping timeout: 256 seconds]
SARANKUMAR[m] has quit [Ping timeout: 256 seconds]
MarkOtaris has quit [Ping timeout: 256 seconds]
M-martinklepsch has quit [Ping timeout: 256 seconds]
M-phaverkamp has quit [Ping timeout: 256 seconds]
Olivier[matrix] has quit [Ping timeout: 256 seconds]
mirek1337[m] has quit [Ping timeout: 256 seconds]
ntninja has quit [Ping timeout: 256 seconds]
fortyfoxes[m] has quit [Ping timeout: 256 seconds]
musicmatze[m] has quit [Ping timeout: 256 seconds]
bugabinga[m] has quit [Ping timeout: 256 seconds]
M-leer10 has quit [Ping timeout: 256 seconds]
M-manveru has quit [Ping timeout: 256 seconds]
M-geir has quit [Ping timeout: 256 seconds]
M-amblin has quit [Ping timeout: 256 seconds]
M-toor has quit [Ping timeout: 256 seconds]
M-krsiehl has quit [Ping timeout: 256 seconds]
blabla2[m] has quit [Ping timeout: 256 seconds]
M-rschulman has quit [Ping timeout: 256 seconds]
Guest81231 has quit [Ping timeout: 256 seconds]
M-Magnap has quit [Ping timeout: 256 seconds]
ZerataX[m] has quit [Ping timeout: 256 seconds]
SShrike has quit [Ping timeout: 256 seconds]
fil_redpill has quit [Ping timeout: 256 seconds]
disgusting[m] has quit [Ping timeout: 256 seconds]
M-wkennington has quit [Ping timeout: 256 seconds]
M-jfred has quit [Ping timeout: 256 seconds]
JOduMonT[m] has quit [Ping timeout: 256 seconds]
M-hash has quit [Ping timeout: 256 seconds]
onlnr has quit [Ping timeout: 256 seconds]
neurocis[m] has quit [Ping timeout: 256 seconds]
saintaquinas[m] has quit [Ping timeout: 256 seconds]
M-trashrabbit has quit [Ping timeout: 256 seconds]
M-flyingzumwalt has quit [Ping timeout: 256 seconds]
davidar has quit [Ping timeout: 256 seconds]
irx[m] has quit [Ping timeout: 256 seconds]
M-liberdiko has quit [Ping timeout: 256 seconds]
jfred[m] has quit [Ping timeout: 256 seconds]
kegan[m] has quit [Ping timeout: 256 seconds]
zielmicha[m] has quit [Ping timeout: 256 seconds]
M-mistake has quit [Ping timeout: 256 seconds]
Matthew[m] has quit [Ping timeout: 256 seconds]
The_8472 has quit [Ping timeout: 256 seconds]
splintax has quit [Ping timeout: 268 seconds]
chpio[m] has quit [Ping timeout: 256 seconds]
sibi[m]1 has quit [Ping timeout: 256 seconds]
Guest22220[m] has quit [Ping timeout: 256 seconds]
fredddy42[m] has quit [Ping timeout: 256 seconds]
morozevich73[m] has quit [Ping timeout: 256 seconds]
Guest23322[m] has quit [Ping timeout: 256 seconds]
monzoon[m] has quit [Ping timeout: 256 seconds]
ztl8702[m] has quit [Ping timeout: 256 seconds]
kumavis[m]1 has quit [Ping timeout: 256 seconds]
HugeMungus[m] has quit [Ping timeout: 256 seconds]
M-alri has quit [Ping timeout: 256 seconds]
masoodahm[m] has quit [Ping timeout: 256 seconds]
pik[m] has quit [Ping timeout: 256 seconds]
M-mubot has quit [Ping timeout: 256 seconds]
M-alien has quit [Ping timeout: 256 seconds]
gwillen[m] has quit [Ping timeout: 256 seconds]
M-9364 has quit [Ping timeout: 256 seconds]
Guest52361[m] has quit [Ping timeout: 256 seconds]
M-17739 has quit [Ping timeout: 256 seconds]
M-8842 has quit [Ping timeout: 256 seconds]
M-Peer2Peer has quit [Ping timeout: 256 seconds]
Hossbeast[m] has quit [Ping timeout: 256 seconds]
M18693[m] has quit [Ping timeout: 256 seconds]
Caquilala[m] has quit [Ping timeout: 256 seconds]
teglafal[m] has quit [Ping timeout: 256 seconds]
pigeons[m] has quit [Ping timeout: 256 seconds]
disinibito[m] has quit [Ping timeout: 256 seconds]
M-3630 has quit [Ping timeout: 256 seconds]
M-erikgarrison has quit [Ping timeout: 256 seconds]
M-hostbbb has quit [Ping timeout: 256 seconds]
Patrik[m] has quit [Ping timeout: 256 seconds]
M22536[m] has quit [Ping timeout: 256 seconds]
M-zick has quit [Ping timeout: 256 seconds]
M-ming8 has quit [Ping timeout: 256 seconds]
M-Xorkle has quit [Ping timeout: 256 seconds]
Karalix[m] has quit [Ping timeout: 256 seconds]
benhylau[m]1 has quit [Ping timeout: 256 seconds]
M-hellomoto has quit [Ping timeout: 256 seconds]
DavidAmorn[m] has quit [Ping timeout: 256 seconds]
M- has quit [Ping timeout: 256 seconds]
bilowan[m] has quit [Ping timeout: 256 seconds]
computerfreak[m] has quit [Ping timeout: 256 seconds]
M-Tribex10 has quit [Ping timeout: 256 seconds]
kumavis[m] has quit [Ping timeout: 256 seconds]
Guest35126[m] has quit [Ping timeout: 256 seconds]
M-madsurgeon has quit [Ping timeout: 256 seconds]
atomet[m] has quit [Ping timeout: 256 seconds]
M-12044 has quit [Ping timeout: 256 seconds]
ntninja[m] has quit [Ping timeout: 256 seconds]
Futuro[m] has quit [Ping timeout: 256 seconds]
erikj` has quit [Ping timeout: 256 seconds]
qandilious[m] has quit [Ping timeout: 256 seconds]
tkorrison[m] has quit [Ping timeout: 256 seconds]
SeriousBug[m] has quit [Ping timeout: 256 seconds]
M-Shrike has quit [Ping timeout: 256 seconds]
AurabindoJ[m] has quit [Ping timeout: 256 seconds]
M-oddvar has quit [Ping timeout: 256 seconds]
jivank[m] has quit [Ping timeout: 256 seconds]
gillisig1 has quit [Ping timeout: 256 seconds]
mythmonster has quit [Ping timeout: 256 seconds]
am2on[m] has quit [Ping timeout: 256 seconds]
M-leoc has quit [Ping timeout: 256 seconds]
M-jimt has quit [Ping timeout: 256 seconds]
M-david has quit [Ping timeout: 256 seconds]
torarne has quit [Ping timeout: 256 seconds]
benhylau[m] has quit [Ping timeout: 256 seconds]
patcon has joined #ipfs
anonymuse has quit [Ping timeout: 260 seconds]
sibi[m] has joined #ipfs
cva[m] has joined #ipfs
njm14823[m] has joined #ipfs
red5d[m] has joined #ipfs
Guest45538[m] has joined #ipfs
M-pieohpah has joined #ipfs
containsliquid[m has joined #ipfs
M-5459 has joined #ipfs
doge_with_sungla has joined #ipfs
M-eitland has joined #ipfs
mads[m]1 has joined #ipfs
M-gdr has joined #ipfs
shellkr[m] has joined #ipfs
M-AndrewGaspar has joined #ipfs
jackyquack[m] has joined #ipfs
gabishu[m] has joined #ipfs
Guest18692[m] has joined #ipfs
M-metamattj has joined #ipfs
lexik[m] has joined #ipfs
Leer10[m] has joined #ipfs
Flieh[m] has joined #ipfs
M-amblin has joined #ipfs
Guest81231 has joined #ipfs
M-16549 has joined #ipfs
HansF[m] has joined #ipfs
M-bungle has joined #ipfs
dnull[m] has joined #ipfs
Guest44466[m] has joined #ipfs
M-ms has joined #ipfs
Avinash[m] has joined #ipfs
valdek[m] has joined #ipfs
ntninja has joined #ipfs
Guest61678[m] has joined #ipfs
HansMeiser[m] has joined #ipfs
solariiknight[m] has joined #ipfs
dz[m] has joined #ipfs
ThePurgingPanda[ has joined #ipfs
Dineshsac[m] has joined #ipfs
M-5703 has joined #ipfs
Guest22481[m] has joined #ipfs
M-Magnap has joined #ipfs
M-jh has joined #ipfs
M-selpreload has joined #ipfs
M-dtg has joined #ipfs
kegan[m] has joined #ipfs
Guest42119[m] has joined #ipfs
M-ngu has joined #ipfs
themightychris[m has joined #ipfs
M-Ingo has joined #ipfs
zielmicha[m] has joined #ipfs
Guest19042[m] has joined #ipfs
M-internetjanito has joined #ipfs
GeorgeAntoniadis has joined #ipfs
M-16544 has joined #ipfs
M-Guillaume has joined #ipfs
qwertyuioppo[m] has joined #ipfs
M-7141 has joined #ipfs
rajeevn[m] has joined #ipfs
M-TidyKoala has joined #ipfs
TheReverend403[m has joined #ipfs
quux[m] has joined #ipfs
Guest26812[m] has joined #ipfs
plindner has joined #ipfs
M18337[m] has joined #ipfs
AMIR[m] has joined #ipfs
chevdor[m] has joined #ipfs
M-Guest2152 has joined #ipfs
themsay[m] has joined #ipfs
M-ikreymer has joined #ipfs
M-jackal has joined #ipfs
M-davidar-test has joined #ipfs
M-sraja has joined #ipfs
rfb[m] has joined #ipfs
cr[m] has joined #ipfs
blasagna[m] has joined #ipfs
alaeri[m] has joined #ipfs
qzo[m] has joined #ipfs
M-liathit has joined #ipfs
muxueqz[m] has joined #ipfs
Frank[m]1 has joined #ipfs
ghtdak[m] has joined #ipfs
M-3045 has joined #ipfs
loco[m] has joined #ipfs
Guest20001[m] has joined #ipfs
neoV[m] has joined #ipfs
ix3[m] has joined #ipfs
mokhtar[m] has joined #ipfs
boliboli[m] has joined #ipfs
vikneshwaren[m] has joined #ipfs
mungwi[m] has joined #ipfs
M-amstocker has joined #ipfs
irx[m] has joined #ipfs
onic[m] has joined #ipfs
blackflag[m] has joined #ipfs
Guest44591[m] has joined #ipfs
silwol[m] has joined #ipfs
M-Nickfost has joined #ipfs
LugariusMtrx has joined #ipfs
H3g3m0n[m] has joined #ipfs
M-g has joined #ipfs
patrickr[m] has joined #ipfs
M-7416 has joined #ipfs
l64376[m] has joined #ipfs
M-erwin has joined #ipfs
TestName[m] has joined #ipfs
Guest29626[m] has joined #ipfs
M-16865 has joined #ipfs
M-Dan has joined #ipfs
M-vro has joined #ipfs
gsf[m] has joined #ipfs
M-3891 has joined #ipfs
Meroje[m] has joined #ipfs
steven[m] has joined #ipfs
M-8319 has joined #ipfs
Meroje[m]1 has joined #ipfs
jamespedwards42[ has joined #ipfs
M-rryan has joined #ipfs
bugabinga[m] has joined #ipfs
The_8472 has joined #ipfs
M-kcinjp has joined #ipfs
M-whyrusleeping has joined #ipfs
M-boli has joined #ipfs
VegBerg[m] has joined #ipfs
mirek1337[m] has joined #ipfs
M-BostonEnginer4 has joined #ipfs
M-frabrunelle has joined #ipfs
Guest31078[m] has joined #ipfs
M-2255 has joined #ipfs
M-volobuev has joined #ipfs
M-darknumbers has joined #ipfs
M-javissimo has joined #ipfs
GarbageDay[m] has joined #ipfs
TiagoDanin[m] has joined #ipfs
peapeaxiong[m] has joined #ipfs
M-HirmeS has joined #ipfs
Paul[m] has joined #ipfs
monikp[m] has joined #ipfs
M-jbenet has joined #ipfs
hermann-tab[m] has joined #ipfs
SShrike has joined #ipfs
M-abdessamadhoud has joined #ipfs
neurocis[m] has joined #ipfs
Guest23234[m] has joined #ipfs
M-king_size1953 has joined #ipfs
M-roblabla has joined #ipfs
xamino[m] has joined #ipfs
Guest43355[m] has joined #ipfs
Lord[m] has joined #ipfs
M-jabl has joined #ipfs
M-2194 has joined #ipfs
M-11367 has joined #ipfs
Guest22926[m] has joined #ipfs
M-14321 has joined #ipfs
M-3509 has joined #ipfs
M-hash has joined #ipfs
Guest45495[m] has joined #ipfs
M-bastinik has joined #ipfs
M-3714 has joined #ipfs
Stormy[m] has joined #ipfs
Guest30871[m] has joined #ipfs
M0x52[m] has joined #ipfs
M-manveru has joined #ipfs
Hongar[m] has joined #ipfs
nicolae[m] has joined #ipfs
M-toor has joined #ipfs
am5a03[m] has joined #ipfs
M-14382 has joined #ipfs
Guest26833[m] has joined #ipfs
Guest24121[m] has joined #ipfs
M-Samim has joined #ipfs
berninoz[m] has joined #ipfs
alexvoda[m] has joined #ipfs
M-joshumax has joined #ipfs
M-cocci has joined #ipfs
doctrv[m] has joined #ipfs
M18691[m] has joined #ipfs
jlprince21[m] has joined #ipfs
M-6581 has joined #ipfs
M-ed has joined #ipfs
M-epsilon has joined #ipfs
M-drwasho has joined #ipfs
victorbjelkholm[ has joined #ipfs
Guest50356[m] has joined #ipfs
edsilv[m] has joined #ipfs
kszys[m] has joined #ipfs
toto42[m] has joined #ipfs
musicmatze[m] has joined #ipfs
R4FKEN[m] has joined #ipfs
brunomvsouza[m] has joined #ipfs
M-jmesserli has joined #ipfs
M-s6 has joined #ipfs
M-JayJay has joined #ipfs
Guest22356[m] has joined #ipfs
trytrytry[m] has joined #ipfs
orapouso[m] has joined #ipfs
M-12989 has joined #ipfs
M-3725 has joined #ipfs
tester30297[m] has joined #ipfs
M-2129 has joined #ipfs
miladmaster[m] has joined #ipfs
timthelion[m] has joined #ipfs
M-bp5 has joined #ipfs
Usr[m] has joined #ipfs
M-slang has joined #ipfs
Guest19040[m] has joined #ipfs
M-phaverkamp has joined #ipfs
Catz[m] has joined #ipfs
M-3870 has joined #ipfs
M-rongladney has joined #ipfs
Craeckie[m] has joined #ipfs
claas[m] has joined #ipfs
M-edrex has joined #ipfs
M-cyan has joined #ipfs
M-jgrowl has joined #ipfs
M-6561 has joined #ipfs
M-9743 has joined #ipfs
iwxzr[m] has joined #ipfs
kenCode[m] has joined #ipfs
enick_107 has joined #ipfs
Guest20690[m] has joined #ipfs
cel[m] has joined #ipfs
Olivier[matrix] has joined #ipfs
rdesfo[m] has joined #ipfs
M-nd has joined #ipfs
M-jfred has joined #ipfs
Ineentho[m] has joined #ipfs
Beneficence[m] has joined #ipfs
ContainsLiquid[4 has joined #ipfs
M-wkennington has joined #ipfs
fil_redpill has joined #ipfs
WinterFox[m] has joined #ipfs
ebel has joined #ipfs
saintaquinas[m] has joined #ipfs
M-mistake has joined #ipfs
M-alien has joined #ipfs
qandilious[m] has joined #ipfs
ntninja[m] has joined #ipfs
pik[m]1 has joined #ipfs
M-jacktang has joined #ipfs
M-3526 has joined #ipfs
Guest35126[m] has joined #ipfs
M-ming8 has joined #ipfs
Guest22220[m] has joined #ipfs
pigeons[m] has joined #ipfs
masoodahm[m] has joined #ipfs
sibi[m]1 has joined #ipfs
M-Xorkle has joined #ipfs
Guest23322[m] has joined #ipfs
M-12044 has joined #ipfs
M-alri has joined #ipfs
M22536[m] has joined #ipfs
am2on[m] has joined #ipfs
ztl8702[m] has joined #ipfs
computerfreak[m] has joined #ipfs
HugeMungus[m] has joined #ipfs
M-Tribex10 has joined #ipfs
M18693[m] has joined #ipfs
DavidAmorn[m] has joined #ipfs
M-Shrike has joined #ipfs
M-8842 has joined #ipfs
Claus[m] has joined #ipfs
alistair77[m] has joined #ipfs
benhylau[m]1 has joined #ipfs
mythmonster has joined #ipfs
M-cryptix has joined #ipfs
M-brain has joined #ipfs
joshb[m] has joined #ipfs
cmp[m] has joined #ipfs
M-hellomoto has joined #ipfs
Guest52361[m] has joined #ipfs
Guest26084[m] has joined #ipfs
M-podviaznikov has joined #ipfs
Caquilala[m] has joined #ipfs
M- has joined #ipfs
tkorrison[m] has joined #ipfs
sull[m] has joined #ipfs
vasachi[m] has joined #ipfs
JacobJones[m] has joined #ipfs
M-kupskups9 has joined #ipfs
M-Eliza has joined #ipfs
M18690[m] has joined #ipfs
M-9364 has joined #ipfs
demian[m] has joined #ipfs
M-hostbbb has joined #ipfs
M-mckaydavis has joined #ipfs
ChrisDeChef[m] has joined #ipfs
Guest28775[m] has joined #ipfs
M-victorm has joined #ipfs
SARANKUMAR[m] has joined #ipfs
SeriousBug[m] has joined #ipfs
JOduMonT[m] has joined #ipfs
teglafal[m] has joined #ipfs
Sandhose[m] has joined #ipfs
Guest21158[m] has joined #ipfs
fredddy42[m] has joined #ipfs
edsilv[m]1 has joined #ipfs
because[m] has joined #ipfs
M-leeola has joined #ipfs
protestContest[m has joined #ipfs
hendry[m] has joined #ipfs
arkadiy[m] has joined #ipfs
M18489[m] has joined #ipfs
M-2617 has joined #ipfs
M-mubot has joined #ipfs
M-nated has joined #ipfs
Jacob[m] has joined #ipfs
dudezer0_bot[m] has joined #ipfs
M-david has joined #ipfs
jivank[m] has joined #ipfs
M-12490 has joined #ipfs
M-erikgarrison has joined #ipfs
chpio[m] has joined #ipfs
M-17739 has joined #ipfs
monzoon[m] has joined #ipfs
M-4485 has joined #ipfs
Futuro[m] has joined #ipfs
rschulman has joined #ipfs
M-scio_ has joined #ipfs
Hossbeast[m] has joined #ipfs
M-Peer2Peer has joined #ipfs
M-foxxy has joined #ipfs
M-wldhx has joined #ipfs
Karalix[m] has joined #ipfs
Lazybone[m] has joined #ipfs
Guest25254[m] has joined #ipfs
bilowan[m] has joined #ipfs
Guest28905[m] has joined #ipfs
LouisJencka[m] has joined #ipfs
dc167[m] has joined #ipfs
M-lucnsy has joined #ipfs
M-greymr has joined #ipfs
denkyemx[m] has joined #ipfs
M-infpetal has joined #ipfs
Askaban[m]1 has joined #ipfs
wehlutyk[m] has joined #ipfs
kostera[m] has joined #ipfs
Natanael[m] has joined #ipfs
M-harlan has joined #ipfs
Askaban[m] has joined #ipfs
gwillen[m] has joined #ipfs
morozevich73[m] has joined #ipfs
M-3444 has joined #ipfs
M-6781 has joined #ipfs
kumavis[m]1 has joined #ipfs
disgusting[m]1 has joined #ipfs
M6e7961[m] has joined #ipfs
M-pims has joined #ipfs
mw[m] has joined #ipfs
M-15922 has joined #ipfs
Guest31481[m] has joined #ipfs
M-sliker has joined #ipfs
hoboprimate[m] has joined #ipfs
M-mseri has joined #ipfs
M-1976 has joined #ipfs
Guest21903[m] has joined #ipfs
M-Amandine has joined #ipfs
M-3676 has joined #ipfs
M-mousereeve has joined #ipfs
PseudoNoob[m] has joined #ipfs
michaelmure[m] has joined #ipfs
M-cyzoonic has joined #ipfs
simonv3[m] has joined #ipfs
lukeboswell[m] has joined #ipfs
M-alphakamp has joined #ipfs
kumavis[m] has joined #ipfs
jon[m]1 has joined #ipfs
knutz[m] has joined #ipfs
Guest35894[m] has joined #ipfs
Guest18687[m] has joined #ipfs
johnhenry[m] has joined #ipfs
M18695[m] has joined #ipfs
benhylau[m] has joined #ipfs
neurochemical[m] has joined #ipfs
NikolayKolev[m] has joined #ipfs
rodarima[m] has joined #ipfs
Guest26163[m] has joined #ipfs
airsickpayload[m has joined #ipfs
M-flyingzumwalt has joined #ipfs
blabla2[m] has joined #ipfs
erikj` has joined #ipfs
M-jackvt93 has joined #ipfs
disinibito[m] has joined #ipfs
M-10660 has joined #ipfs
gdt[m] has joined #ipfs
atomet[m] has joined #ipfs
M-madsurgeon has joined #ipfs
Guest46793[m] has joined #ipfs
M-martinklepsch has joined #ipfs
M-oddvar has joined #ipfs
panicbit-M has joined #ipfs
Patrik[m] has joined #ipfs
M-blide has joined #ipfs
M-trashrabbit has joined #ipfs
guybrush[m] has joined #ipfs
M-kalmi has joined #ipfs
matrixtest[m] has joined #ipfs
lovecrafthobbit[ has joined #ipfs
JacobGadikian[m] has joined #ipfs
arby[m] has joined #ipfs
M-hierophantos has joined #ipfs
M18523[m] has joined #ipfs
Guest47833[m] has joined #ipfs
M-fiatjaf has joined #ipfs
M-krsiehl has joined #ipfs
hartmanroberte[m has joined #ipfs
M-pesterhazy has joined #ipfs
M-leer10 has joined #ipfs
M-geir has joined #ipfs
AurabindoJ[m] has joined #ipfs
M2ezit[m] has joined #ipfs
cbHXBY1D[m] has joined #ipfs
Remramm has joined #ipfs
M-leoc has joined #ipfs
fortyfoxes[m] has joined #ipfs
torarne has joined #ipfs
M-jimt has joined #ipfs
onlnr has joined #ipfs
ZerataX[m] has joined #ipfs
gillisig1 has joined #ipfs
jfred[m] has joined #ipfs
M-liberdiko has joined #ipfs
kxra[m] has joined #ipfs
M-3630 has joined #ipfs
M-Val has joined #ipfs
Matthew[m] has joined #ipfs
davidar has joined #ipfs
disgusting[m] has joined #ipfs
ygrek has joined #ipfs
PseudoNoob has quit [Remote host closed the connection]
<Mateon1> By the way, when we'll have varints in multiformats, are we doing utf8 kind of varints, something else, or is nothing planned yet?
uuu_john has quit [Remote host closed the connection]
<whyrusleeping> Mateon1: we use the golang/protobuf style varints
<kumavis> keccak hash support ticket ^
<kumavis> daviddias jbenet ^ this is a preq for eth-* codec support
ulrichard has quit [Quit: Ex-Chat]
<whyrusleeping> kumavis: the go-multihash 'sha3' is keccak
<Mateon1> whyrusleeping: Any link for golang/protobuf varints?
<kumavis> whyrusleeping: standard keccak or sha3-standard keccak?
<kumavis> whyrusleeping: i meant "base keccak or sha3-standard keccak?"
<whyrusleeping> kumavis: probably sha3-standard keccak
<whyrusleeping> i didnt know there was a difference?
<kumavis> sha3-standard is after nist got their hands on it
<kumavis> and its a subset of "base" keccak
<kumavis> handy little chart on the issue
<Mateon1> whyrusleeping: That repo just says "The format is used everywhere but undecided"
<whyrusleeping> Ah, it used to be more detailed...
<whyrusleeping> interesting
dignifiedquire has joined #ipfs
<whyrusleeping> Mateon1: its the Uvarint from here: https://golang.org/pkg/encoding/binary/#PutUvarint
<whyrusleeping> at least, as far as i'm concerned
<Mateon1> Okay, based on https://developers.google.com/protocol-buffers/docs/encoding it's like UTF8, except reverses the order of the data bytes/bits
<Mateon1> So 1aaaaaa 0bbbbbb -> 00bbbbbbaaaaaa
rgrinberg has joined #ipfs
captain_morgan_ is now known as captain_morgan
espadrine has joined #ipfs
wallacoloo has joined #ipfs
kobigurk has quit [Ping timeout: 256 seconds]
maxlath has quit [Quit: maxlath]
<dignifiedquire> pin!
<dignifiedquire> !pin
<pinbot> usage: !pin <hash> <label>
<dignifiedquire> !pin QmWsGPTKFWFRxMqvT2ic8LQxTiomwLP81gSybWmiYtStAD iif-demo
<pinbot> now pinning /ipfs/QmWsGPTKFWFRxMqvT2ic8LQxTiomwLP81gSybWmiYtStAD
<dignifiedquire> !pin QmYomyCpT1vKNovYvTjAStYq31JoaH8xdivjmWcDj5mpM1 iif-demo-top
<pinbot> now pinning /ipfs/QmYomyCpT1vKNovYvTjAStYq31JoaH8xdivjmWcDj5mpM1
<dignifiedquire> !pin QmPmDy9uKFBkK9EceTeZpw3aSM9HoQdBKXWZrcibQvcr4S iif-demo-more
<pinbot> now pinning /ipfs/QmPmDy9uKFBkK9EceTeZpw3aSM9HoQdBKXWZrcibQvcr4S
<kevina> whyrusleeping: how do I correctly recompute the Hash for a Cid that possible can be a Raw Node?
<kevina> I need to be able to verify the file contents in the filestore
soloojos has quit [Remote host closed the connection]
<dignifiedquire> !pin QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS more-images
<pinbot> now pinning /ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS
matrixmatrixorg[ has joined #ipfs
<pinbot> [host 0] failed to grab refs for /ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS: Post http://[fc98:424c:b433:d7e2:7ee3:9541:73ff:2cdb]:5001/api/v0/refs?arg=/ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS&encoding=json&stream-channels=true&r=true&: dial tcp [fc98:424c:b433:d7e2:7ee3:9541:73ff:2cdb]:5001: getsockopt: connection timed out
soloojos has joined #ipfs
<whyrusleeping> !botsnack
<pinbot> om nom nom
<whyrusleeping> dignifiedquire: don't forget to feed the bots
captain_morgan has quit [Ping timeout: 260 seconds]
<dignifiedquire> !botsnack
<pinbot> om nom nom
<whyrusleeping> kevina: c := blah.Cid()
<whyrusleeping> c.Prefix().Sum(data)
<dignifiedquire> of course :)
<whyrusleeping> or something
<kevina> okay thanks for the tip, its a bit more complicated because I only have a dsKey, but I will figure it out :)
patcon has quit [Ping timeout: 252 seconds]
anonymuse has joined #ipfs
<dignifiedquire> whyrusleeping: what part of the api is available on the gateway?
<dignifiedquire> whyrusleeping: I want to get ls of a folder, without the all the html from the gateway
<Mateon1> dignifiedquire: ipfs.io/api/v0/ls/<hash> ?
<Mateon1> A lot is available on the public API
<dignifiedquire> that gave me a 404
<Mateon1> Well, there's a /full/ at the end, so you have to first request the hash, get the path to /full, and then make another request
<whyrusleeping> or
<whyrusleeping> pass the path as an argument
<whyrusleeping> ?arg=QmBlah/Foo
<Mateon1> whyrusleeping: Oh my god, thank you: https://ipfs.io/api/v0/ls?arg=QmWsGPTKFWFRxMqvT2ic8LQxTiomwLP81gSybWmiYtStAD/full
<whyrusleeping> yeeeee
<Mateon1> I have no idea what the heck that QmZHJ file I gave as an example was
<Mateon1> I wish we could reverse lookup hash links in the local repo
<Mateon1> Except the repo handling is so darn slow, that's unfeasible
<whyrusleeping> backlink databases would be so awesome to have
<Mateon1> ^
<whyrusleeping> Mateon1: which aspects are slow? i can definitely prioritize perf improvements on something like that
<whyrusleeping> ianopolous_: btw, we added support for ed25519 keys
<whyrusleeping> you cant yet make a peer ID with them, but the code is in place to handle it
<Mateon1> whyrusleeping: `ipfs refs local` takes forever (outputs only a handful of hashes per second), `ipfs pin ls` with no argument takes forever, unless --type=recursive is added (to skip indirect pins)
<whyrusleeping> Ah, okay
<whyrusleeping> i think i know a way to speed tha up
<whyrusleeping> the datastore query method sucks
<dignifiedquire> haad: is orbit-db actually using ipns for the head currently?
patcon has joined #ipfs
<whyrusleeping> dignifiedquire: nope
<ianopolous_> whyrusleeping: brilliant!
<dignifiedquire> how does it get it then?
<whyrusleeping> dignifiedquire: from other peers you connect to i think
<whyrusleeping> though pubsub maybe?
<dignifiedquire> well before pubsub?
<ianopolous_> whyrusleeping: we might be ready to try it out in a few weeks too!
<whyrusleeping> ianopolous_: awesome :)
<whyrusleeping> dignifiedquire: orbit has always had pubsub
<dignifiedquire> right it used redis before
patcon has quit [Ping timeout: 260 seconds]
<whyrusleeping> substack: are you in oakland? or still out and about adventuring?
IlanGodik has quit [Quit: Connection closed for inactivity]
captain_morgan has joined #ipfs
patcon has joined #ipfs
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
palkeo_ has joined #ipfs
palkeo has quit [Ping timeout: 260 seconds]
patcon has quit [Ping timeout: 250 seconds]
ckwaldon has joined #ipfs
shizy has quit [Ping timeout: 244 seconds]
patcon has joined #ipfs
cubemonkey has quit [Ping timeout: 260 seconds]
captain_morgan has quit [Ping timeout: 256 seconds]
patcon has quit [Ping timeout: 252 seconds]
pfrazee has quit [Read error: Connection reset by peer]
G-Ray has quit [Quit: Konversation terminated!]
ianopolous_ has quit [Remote host closed the connection]
patcon has joined #ipfs
ygrek has quit [Ping timeout: 244 seconds]
herzmeister has joined #ipfs
<whyrusleeping> kevina: do you think you could take a look at whats not quite right on 3300?
palkeo_ has quit [Quit: Konversation terminated!]
espadrine has quit [Ping timeout: 260 seconds]
pfrazee has joined #ipfs
soloojos has quit [Ping timeout: 245 seconds]
cketti has joined #ipfs
<dignifiedquire> !pin QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq
<pinbot> usage: !pin <hash> <label>
<dignifiedquire> !pin QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq screen
<pinbot> now pinning /ipfs/QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq
<dignifiedquire> this is why we need to fix the internet https://ipfs.io/ipfs/QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq
galois_dmz has joined #ipfs
gmcquillan has quit [Quit: gmcquillan]
<ploop> is pinning a directory recursive?
chris613 has quit [Read error: Connection reset by peer]
<whyrusleeping> ploop: if you pin it recursively, yes
<whyrusleeping> dignifiedquire: were those pics not in ipfs?
<dignifiedquire> whyrusleeping: no they are github links
chris613 has joined #ipfs
<ploop> whyrusleeping: how do you pin recursively? I don't see that in `ipfs pin --help`
rgrinberg has quit [Remote host closed the connection]
<ploop> only on rm, not on add
<ploop> oh, `ipfs pin add --help` :|
patcon has quit [Ping timeout: 256 seconds]
rgrinberg has joined #ipfs
matoro has quit [Ping timeout: 245 seconds]
<whyrusleeping> ipfs pin add is recursive by default
<whyrusleeping> but yeah
cketti_ has joined #ipfs
<chungy> I'm on Arch Linux 64-bit, if I use "ipfs mount" it takes a long time before exiting with "Error: Could not resolve name" and nothing is mounted on /ipfs. Is there anything to find out what causes it, and fix it?
pfrazee has quit [Read error: Connection reset by peer]
<ploop> i started a new node on a vps and started the daemon and I'm getting a bunch of:
<ploop> ERRO[19:22:22:000] failed to find any peer in table module=bitswap
<ploop> like 1k lines
<ploop> what might cause that?
<chungy> oh, if I look at the journal, it shows this
<chungy> Oct 18 16:39:00 turanga ipfs[29903]: 16:39:00.699 ERROR fuse/ipns: looking up /ipns/QmayvvvCH2Wt7RAQegu3PR3yMDFAJBbDjtTeeJnPmggjhE: Could not resolve name. ipns_unix.go:98
<chungy> Oct 18 16:39:00 turanga ipfs[29903]: 16:39:00.700 ERROR node: error mounting: Could not resolve name. mount_unix.go:101
<chungy> Seems like more information, but I don't know what to do still.
cketti has quit [Ping timeout: 256 seconds]
infinity0 has joined #ipfs
pfrazee has joined #ipfs
<whyrusleeping> chungy: the mount code hasnt been maintained in a while
<whyrusleeping> i'm not sure what could be going wrong, we need to find time to look into fixing it
<whyrusleeping> ploop: what does ipfs swarm peers show?
fleeky__ has joined #ipfs
soloojos has joined #ipfs
<ploop> whyrusleeping: nothing
<whyrusleeping> ploop: huh, you don't have any peers then
<whyrusleeping> can you send me the output of `ipfs id` ?
<dansup> hey ansuz, doing anything neat with ipfs lately?
fleeky_ has quit [Ping timeout: 252 seconds]
captain_morgan has joined #ipfs
<ploop> whyrusleeping: I did `ipfs id` on my home node which has ~300 peers and tried to add it to the vps node and it says: dial attempt failed: misdial to <peer.ID [id]> through /ip4/[ipv4]/tcp/4001 (got <peer.ID >)
Kazuhiro has quit [Read error: Connection reset by peer]
<whyrusleeping> ploop: that node is running a really old ipfs version that is no longer supported
<ploop> which node?
rgrinberg has quit [Remote host closed the connection]
<whyrusleeping> the one with the issues
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
<ploop> aaaaa, that explains it. I just installed like 30 minutes ago to /usr/bin but there's apparently an old version in /usr/local/bin
<ploop> which must come first in $PATH
rgrinberg has joined #ipfs
museless has joined #ipfs