whyrusleeping changed the topic of #ipfs to: Release Candidate 2 of go-ipfs v0.4.3 has been released, available at https://dist.ipfs.io -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
testing1234 has quit [Quit: WeeChat 1.5]
kragniz1 has joined #ipfs
pfrazee has joined #ipfs
<noffle> aboodman: welcome welcome o/
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon has joined #ipfs
computerfreak has quit [Remote host closed the connection]
reit has joined #ipfs
Guest30871[m] has joined #ipfs
jaboja has quit [Ping timeout: 264 seconds]
chris613 has joined #ipfs
cemerick has quit [Ping timeout: 250 seconds]
kholdstayre has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon has joined #ipfs
jaboja has joined #ipfs
wes has joined #ipfs
wes is now known as Guest36568
mvorg has quit [Ping timeout: 244 seconds]
<Guest36568> hi! I was messing with the intro do ipfs and the cat.jpg example seems to not work
<Guest36568> the command just hangs
reit has quit [Quit: Leaving]
<Guest36568> anyone know whats up with that?
<Guest36568> anyone there?
jaboja has quit [Read error: Connection reset by peer]
abbaZaba has joined #ipfs
j12t has joined #ipfs
<thefinn93> Guest36568: people are here, just busy, stick around
<thefinn93> i probably can't answer your question, but: what is the cat example? eg what command did you run
pfrazee has quit [Remote host closed the connection]
<Guest36568> thiefinn93: thanks! It actually turns out I missed a character in my copy paste. BUT, it did just hang which was confusing to a new user.
<Guest36568> I didnt realize it was a human error right away
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<noffle> Guest36568: it's tricky to not hang. in a centralized network it's easy: if the server says it doesn't exist then it doesn't exist. but on a distributed network just because all of your peers don't have it doesn't mean it doesn't exist somewhere in the ipfs network, or that it won't soon
<noffle> so you need to decide how long you want to wait for that
r04r is now known as zz_r04r
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
<fiatjaf> is IPFS aiming to replace the entire internet?
compleatang has quit [Ping timeout: 276 seconds]
<kuchikuu> hmmmmm
ckwaldon has joined #ipfs
<fiatjaf> if yes, then how webpages and links going to work? everything is a merkle tree, so one leaf cannot link to others, right?
ckwaldon1 has quit [Ping timeout: 244 seconds]
apiarian has quit [Ping timeout: 252 seconds]
<fiatjaf> I may be missing something, but it seems that many many versions of pages would have to kept everywhere, so links do not break, and there will be no way of knowing what is the newer version of a webpage
<baffo32> fiatjaf I believe ipns lets that work, link to the ipns name of a site, then the owner can update it
<fiatjaf> or how to go to the newer version of a page if you only got the link to an older version
<baffo32> when I imagine using ipfs as web replacement, I imagine namecoin serving as dns
<baffo32> but ipns lets owner update a name to point to latest page
<fiatjaf> ok, imagine you have dns that works, ipns and/or namecoin. that would mean everybody would be linking to namecoin/ipns addresses, instead of linking to immutable ipfs content?
<kuchikuu> I'm new but so far I've noticed the current advantage of it is media(photos, movies, music(?)). We will see how it goes with "non-static" files. Because a movie is not going to update a frame or anything
apiarian has joined #ipfs
<kuchikuu> "non-static" ? I mean.. files that will not change in a matter of days
<baffo32> fiatjaf my understanding is, depending on what they want to link to, yes
<fiatjaf> that would kinda lose the point of having the immutable content stored
<ekleog> non-static stuff seems hard to do over ipfs, to me
<kuchikuu> accessability?
pfrazee has joined #ipfs
jgantunes has quit [Quit: Connection closed for inactivity]
<fiatjaf> in fact, no, just realized ipns has (should have?) a "history of commits", so you can see previous versions of the same ipns address as /ipfs/ addresses.
<baffo32> it seems to me the biggest issue with non-static is that ipns doesn't really work for me. but if you augmented with some side stream, it would work, no?
<fiatjaf> why it doesn't work?
tmg has quit [Ping timeout: 258 seconds]
<baffo32> eh for me I couldn't get my name to update. simply wouldn't propagate my updates. i figured the protocol was immature
<fiatjaf> I understand that. I have the same problem.
<fiatjaf> (or maybe I haven't understood you)
<fiatjaf> nevermind.
<fiatjaf> now I'm thinking that we really should have IPNS forced upon anything. to make it store a history of commits of each content, otherwise we will all get drowned in a sea of meaningless hashes.
<baffo32> I don't think ipns does the commit history yet
cemerick has joined #ipfs
aboodman has quit [Quit: aboodman]
<fiatjaf> a more practical question: when you do a dnslink (like https://github.com/ipfs/examples/tree/master/examples/websites says), if the visitor is a IPFS user and the browser extension he is using (that should be working to download the pages from ipfs and serve them from localhost) can't know that the website is an IPFS website, then doesn't that defeats the whole purpose of hosting websites on IPFS?
Guest36568 has quit [Ping timeout: 260 seconds]
<baffo32> why is there a browser extension again?
<baffo32> oh ! the advantage is that you don't have to pay anybody to host your site
<baffo32> and it doesn't go down when the host goes down, as there is no central host
wes_ has joined #ipfs
jlprince21[m] has joined #ipfs
jlprince21[m] has left #ipfs [#ipfs]
<kuchikuu> yeah
<kuchikuu> but as mentioned before, the update of the site might be problmatic
<kuchikuu> if you want to test it
<kuchikuu> then make a website, publish it. I will test it. Then try to update it. Will test it again
<baffo32> also http://gateway.ipfs.io/ipns/<peer id>
<kuchikuu> then what happens with my old cached file?
jlprince21[m] has joined #ipfs
<kuchikuu> if you upate the website, the "peer id" is the same
<kuchikuu> so I can access it. But I also download the content
<kuchikuu> an that is index.html, right?
tmg has joined #ipfs
<baffo32> right note the '/ipns/' in the url -- that's for what e.g. a website points to. each file and folder is still public under its particular hash
<kuchikuu> so after an update I should have 2 index files
<kuchikuu> I'm confused XD
<kuchikuu> Also, what about things like php? It's a server-side unlike html's client-side processing. How woul that work if we were about to abanon "the old internet"?
<baffo32> I think most p2p web techs address that with client-side javascript
<baffo32> yes, you have two index files. your ipns url refers to only the latest
<kuchikuu> so the first index file is just a junk file that takes my 100's of kb
<kuchikuu> any way to let's say delete it?
<kuchikuu> if every website was about to leave some junk behind, it would become pretty messy
<baffo32> it exists as long as people are using it
<baffo32> once nobody uses it anymore it goes away
<wes_> also you can let it get garbage collected right?
<wes_> on your machine?
<kuchikuu> I don't know XD
<wes_> i think i read something about that
<wes_> you have to unpin it right?
<baffo32> i think you only have to unpin it if you pinned it
<wes_> well if you published it on your node it is automatically pinned right?
<wes_> thats how i read that link anyway
ckwaldon1 has joined #ipfs
<baffo32> looks like it
<baffo32> i.e. wes_ is right, I was wrong, have to unpin the old index file to delete it
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
<fiatjaf> can IPLD resolve IPNS links?
<kuchikuu> ughrrr.... I have a hard time understanding the "pinning" X_X Maybe 4 AM makes me think worse
<fiatjaf> will it?
<baffo32> kuchikuu "pinning" something ensures it is always physically on your harddisk
<kuchikuu> Thank you for explaining.
ashark has joined #ipfs
TheWhisperSP3 has joined #ipfs
<codehero> huh. the release candidate works pretty well
<wes_> so sometimes requesting from http://gateway.ipfs.io/ipfs/ can be pretty slow huh?
<kuchikuu> flatjaf, don't think your question is ignored. I honestly have no idea :<
<kuchikuu> fiatjaf
apiarian has quit [Ping timeout: 258 seconds]
ashark has quit [Ping timeout: 252 seconds]
<kuchikuu> ok so this is an image hosted by everyone who have seen it (https://ipfs.pics/ipfs/QmZNZg54DVxGjLizTz9ShDHopMTznmvYYJtLtDb4ewtkFt ). So does that mean when I open this link in my browser the daemon downloads it on my PC?
<kuchikuu> how does daemon know that I've opened it when I did it in my browser not by "ipfs cat..." command
apiarian has joined #ipfs
<baffo32> ipfs.pics is doing what you say, running the ipfs daemon
<baffo32> then you contact your daemon to fetch it, which is running at 127.0.0.1:8080
<wes_> if ipfs swarm peers shows no peers, but my daemon is still running, is there a way to get it to reconnect other than restarting it?
* baffo32 secretly knows very little about ipfs. he read the paper a year ago and hasn't been using it
<wes_> haha baffo ;)
<kuchikuu> 04:38:25.458 ERROR core/serve: Path Resolve error: Failed to get block for QmZNZg54DVxGjLizTz9ShDHopMTznmvYYJtLtDb4ewtkFt: context canceled gateway_handler.go:510
kholdstayre has quit [Ping timeout: 260 seconds]
<kuchikuu> ah it's because I gave up
<kuchikuu> lel
<kuchikuu> so I just need to wait and wait and wait untill I fetch the data?
<fiatjaf> ahah, thank you, kuchikuu
<wes_> so randomly my daemon appears to have lost connection with all the peers. is this common? restarting it brought back the connection
<kuchikuu> CONNECTED TO 17 PEERS
<kuchikuu> that's no good?
<fiatjaf> kuchikuu: the daemon cannot know unless you tell him. that's where you need a browser extension that translates requests to ipfs.io/ipfs/* to localhost:8080/ipfs/*, then your daemon will know it has to download.
<kuchikuu> I see
ckwaldon1 has joined #ipfs
<fiatjaf> kuchikuu: look at your bandwidth usage (just to know if I'm the only having problems with bandwidth here).
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon1 is now known as ckwaldon
herzmeister has quit [Quit: Leaving]
<kuchikuu> I don't know to what should I compare the bandwidth. It goes heavily because I'm listening to KPop on plug.dj XD
herzmeister has joined #ipfs
<kuchikuu> maybe I shoul restart it
<kuchikuu> woach *****
<kuchikuu> loaded almost instantly
<kuchikuu> the restart solved the problem O_O
<wes_> restart of the daemon?
<kuchikuu> yes
<wes_> yeah, i had to do that as well
<wes_> seems like it is buggy maybe
<wes_> #AlphaSoftware :)
<kuchikuu> I was waiting an waiting for the image to download, after the restart, it went SMOOTH
<kuchikuu> yeah
<wes_> yep, exactly for me
<kuchikuu> #cannotcomplai
gavin has quit [Quit: gavin]
<kuchikuu> I'm an opera user :< is there an extension for me too ?
ckwaldon has quit [Remote host closed the connection]
ckwaldon1 has joined #ipfs
<baffo32> you don't need an extension, you just need to configure your ipfs daemon to listen on port 80 and your computer to route ipfs.io to localhost (hosts file)
<baffo32> ... I say this because I'm not aware of an extension
PrinceOfPeeves has quit [Quit: Leaving]
<kuchikuu> ok thanks
ckwaldon1 is now known as ckwaldon
ygrek has quit [Ping timeout: 258 seconds]
ashark has joined #ipfs
<baffo32> whyrusleeping I'm trying to install ipns-pub and can't seem to `go get -u github.com/whyrusleeping/gx-go`
bengl has quit [Read error: Connection reset by peer]
bcavileer has quit [Read error: Connection reset by peer]
risk has quit [Read error: Connection reset by peer]
<baffo32> it spews out gocode/src/github.com/whyrusleeping/gx-go/importer.go:235: undefined: build.MultiplePackageError
<baffo32> is this another need for updated dependencies?
flyingzumwalt has joined #ipfs
<baffo32> or maybe i am missing some local build tool ...
mgue has quit [Quit: WeeChat 1.5]
<kuchikuu> there's no need of me keeping the laptop on for the night, since to download content I need to fetch it first, right?
<kuchikuu> and no content downloaded = no upload
<kuchikuu> no upload = no use?
bcavileer has joined #ipfs
bengl has joined #ipfs
risk has joined #ipfs
mgue has joined #ipfs
<kuchikuu> bye all :)
kuchikuu has quit [Quit: Leaving]
<baffo32> ah I see my golang is too old for ipns-pub
gmcquillan_ has joined #ipfs
gmcquillan_ is now known as gavin
wes_ has quit [Ping timeout: 264 seconds]
doesntgolf_ has quit [Ping timeout: 258 seconds]
gavin has quit [Quit: gavin]
zopsi has quit [Quit: About that...]
joshb[m] has joined #ipfs
zopsi has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 244 seconds]
ckwaldon1 is now known as ckwaldon
doesntgolf_ has joined #ipfs
flyingzumwalt has quit [Quit: Leaving.]
flyingzumwalt has joined #ipfs
gmcquillan_ has joined #ipfs
gmcquillan_ is now known as gavin
wallacoloo has joined #ipfs
gavin has quit [Client Quit]
<baffo32> arrrrgh ipns-pub never works
<baffo32> maybe i can run multiple ipfs daemons
pfrazee has quit [Remote host closed the connection]
wallacoloo has quit [Ping timeout: 250 seconds]
<whyrusleeping> baffo32: doesnt work in what way?
<baffo32> ehh it needs dependency updates again
<baffo32> but I could never get the names I published with it to actually propagate
<whyrusleeping> oooh, fixing that is on our todo list
<whyrusleeping> oh, the names it publishes not resolving would be a bug
<whyrusleeping> if that happens could you file an issue on its repo?
<baffo32> yeah. I can't even get it to install right now though
<baffo32> does it need to be run regularly? or is running it once enough, and then any other peers will keep the name fresh?
chungy has quit [Ping timeout: 250 seconds]
<Mateon1> baffo32: If your node is up, it will update automatically
<Mateon1> Name records are usually only valid for a small amount of time
<Mateon1> Not sure how long exactly. Between 12 hours and a week
ashark has quit [Ping timeout: 258 seconds]
<baffo32> Mateon1 ipns-pub is a side program ... I tihnk it updates names without a running node (?). it sounds like it needs to be run twice a day at most
chungy has joined #ipfs
<Mateon1> I have a question : How do I get 1500 hashes into my IPFS datastore, quickly, in parellel, without writing them all to disk.
<Mateon1> *all to disk as files, I want to cache them
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
<Mateon1> Hm, I think the fastest might be to use the browser, but it has a limited amount of sockets. 30-50
<Mateon1> I expect most of this content to hang, since most of it is backed by few nodes that go offline every once in a while
flyingzumwalt has quit [Quit: Leaving.]
Kane` has joined #ipfs
wallacoloo has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
slothbag has quit [Quit: Leaving.]
ckwaldon has joined #ipfs
reit has joined #ipfs
reit has quit [Client Quit]
ckwaldon has quit [Remote host closed the connection]
doesntgolf_ has quit [Ping timeout: 244 seconds]
ckwaldon has joined #ipfs
<noffle> Mateon1: might be easiest to mount a ramfs (if linux) and put your ipfs repo there
Foxcool has joined #ipfs
WhisperSurface has joined #ipfs
TheWhisperSP3 has quit [Read error: Connection reset by peer]
ckwaldon1 has joined #ipfs
wes_ has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
<Mateon1> noffle: Not linux, unfortunately
<Mateon1> I don't think I was clear
<Mateon1> I want my node to cache that content, without permanently pinning it
wes_ has quit [Ping timeout: 244 seconds]
<Mateon1> I might make a JS app faster than script things in the shell.
herzmeister has quit [Ping timeout: 258 seconds]
herzmeister has joined #ipfs
HeWhois has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
wallacoloo has quit [Quit: wallacoloo]
ckwaldon has joined #ipfs
chris613 has quit [Quit: Leaving.]
ckwaldon has quit [Remote host closed the connection]
bertschneider has joined #ipfs
ckwaldon has joined #ipfs
kevina has quit [Ping timeout: 265 seconds]
Tv` has quit [Quit: Connection closed for inactivity]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon1 is now known as ckwaldon
wes_ has joined #ipfs
Foxcool has quit [Read error: Connection reset by peer]
wes_ has quit [Ping timeout: 265 seconds]
kevina has joined #ipfs
LumberTech has quit [Ping timeout: 260 seconds]
Foxcool has joined #ipfs
edrex has quit [Read error: Connection reset by peer]
edrex has joined #ipfs
<davidar> Mateon1: you can just pipe data into ipfs add
<davidar> doesn't need to be put into a file first
<Mateon1> davidar: `cat hashes.txt | ipfs add`? Will that do 1500 hashes, some of which are unavailable at the moment?
<Mateon1> Won't that just create a new object from the hashes file?
<davidar> oh, i see what you mean
<davidar> just run ipfs refs -r HASH for each hash
<Mateon1> davidar: Hm, but that will block on each hash
<davidar> it will probably hang if a hash isn't available though, so you might need to kill it if they happens
<Mateon1> Oh, but I can background them. Still, 1500 processes sounds terrible
<Mateon1> I'll continue on with the JS app
cketti has quit [Quit: Leaving]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon1 is now known as ckwaldon
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
rendar has joined #ipfs
mgue has quit [Ping timeout: 258 seconds]
machrider has quit [Quit: ZNC - http://znc.sourceforge.net]
balboah has joined #ipfs
mgue has joined #ipfs
machrider has joined #ipfs
machrider has quit [Client Quit]
cemerick has quit [Ping timeout: 244 seconds]
ckwaldon has quit [Remote host closed the connection]
ygrek has joined #ipfs
ckwaldon has joined #ipfs
G-Ray has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ylp has joined #ipfs
ckwaldon has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
rowdydowdy has quit [K-Lined]
Guest29159 has joined #ipfs
Guest29159 has quit [Excess Flood]
ckwaldon has quit [Remote host closed the connection]
ofdm has joined #ipfs
chriscool has joined #ipfs
aeronautic has joined #ipfs
posting has joined #ipfs
<posting> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<posting> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<posting> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<posting> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<posting> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
TechnoLo has joined #ipfs
kachok has joined #ipfs
termo has joined #ipfs
balalaik has joined #ipfs
<kachok> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
evilmayc has joined #ipfs
<kachok> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<kachok> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<kachok> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<kachok> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<evilmayc> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<evilmayc> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<evilmayc> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<evilmayc> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<evilmayc> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
posting has quit [Excess Flood]
Hatz has joined #ipfs
Bumer has joined #ipfs
lcd has joined #ipfs
RemboSs has joined #ipfs
Patronus has joined #ipfs
Cherniko has joined #ipfs
TechnoLo has quit [Excess Flood]
frogking has joined #ipfs
live has joined #ipfs
UndeFine has joined #ipfs
kachok has quit [Excess Flood]
vinny has joined #ipfs
tusha has joined #ipfs
evilmayc has quit [Excess Flood]
maux has joined #ipfs
MaratKa has joined #ipfs
Incik has joined #ipfs
Paklya has joined #ipfs
VirKing has joined #ipfs
<Bumer> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Bumer> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<Bumer> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Bumer> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
fatality has joined #ipfs
<Bumer> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
littio has joined #ipfs
Jigan has joined #ipfs
<maux> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<maux> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<maux> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
6A4ABIWUU has joined #ipfs
<maux> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<maux> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
Lukaviy has joined #ipfs
Mersas has joined #ipfs
strelsso has joined #ipfs
bobes has joined #ipfs
mmmixer has joined #ipfs
wildscm has joined #ipfs
mrVi has joined #ipfs
Quickene has joined #ipfs
Romeo has joined #ipfs
teterev has joined #ipfs
Gerhard has joined #ipfs
SergantX has joined #ipfs
stepkara has joined #ipfs
<Cherniko> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Cherniko> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<Cherniko> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Cherniko> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<teterev> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Cherniko> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<teterev> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<teterev> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<teterev> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<teterev> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
snakerol has joined #ipfs
dadilla has joined #ipfs
<fatality> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<fatality> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
Tez has joined #ipfs
<fatality> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<fatality> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<fatality> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Perregau has joined #ipfs
termo has quit [Excess Flood]
postingz has joined #ipfs
Kernel has joined #ipfs
livewemu has joined #ipfs
balalaik has quit [Excess Flood]
DoubT has joined #ipfs
papaboba has joined #ipfs
papa has joined #ipfs
pikefish has joined #ipfs
cctrack has joined #ipfs
gurch has joined #ipfs
Marlmx has joined #ipfs
<lcd> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<lcd> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<lcd> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
maZZx has joined #ipfs
<lcd> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
klokus has joined #ipfs
Mescalin has joined #ipfs
Bonapart has joined #ipfs
stuna has joined #ipfs
<lcd> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
acidlove has joined #ipfs
xilit has joined #ipfs
<fatality> cel[m] chevdor[m] child chriscool chrisdickinson chrisg- chromakode chungy cjd claas[m] Claus[m] clever cmeik codehero computerfreak[m] Confiks_ cow_2001
Almazpro has joined #ipfs
<live> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<live> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<live> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<live> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
ironist has joined #ipfs
Inhaber has joined #ipfs
<live> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
spikips has joined #ipfs
<ironist> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<ironist> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<ironist> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<ironist> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
papilen has joined #ipfs
<ironist> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
PolKilo has joined #ipfs
Adwixs has joined #ipfs
<fatality> cr[m] Craeckie[m] cva[m] cwahlers cypher damongant danemacmillan danielrf dansup davidar Dawg[m] dawuud dc167[m] dd[m] deltab demize denkyemx[m] diffalot
kynzeroh has joined #ipfs
dofti has joined #ipfs
ironist has quit [Excess Flood]
<Jigan> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Jigan> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<Jigan> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
Zatoichi has joined #ipfs
<Jigan> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<maZZx> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
Urist has joined #ipfs
<maZZx> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Jigan> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
juhost has joined #ipfs
pucha has joined #ipfs
Koshka has joined #ipfs
nec has joined #ipfs
<maZZx> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<maZZx> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<maZZx> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<papaboba> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
voinzen has joined #ipfs
genocid has joined #ipfs
<Zatoichi> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Zatoichi> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
kennysar has joined #ipfs
Zarplata has joined #ipfs
Hylender has joined #ipfs
<Zatoichi> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
plusik has joined #ipfs
<Zatoichi> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<Zatoichi> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Kernel> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Kernel> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Kernel> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<Kernel> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Inhaber has quit [Excess Flood]
ONYX has joined #ipfs
spikips has quit [Excess Flood]
<postingz> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<postingz> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<postingz> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<postingz> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<postingz> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
Stahanov has joined #ipfs
Zagat has joined #ipfs
clauswer has joined #ipfs
AquaWorm has joined #ipfs
fraudbuy has joined #ipfs
VSforum has joined #ipfs
<Stahanov> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Stahanov> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Stahanov> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<Stahanov> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Kernel> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
wildspy has joined #ipfs
diznt has joined #ipfs
Vnik has joined #ipfs
<livewemu> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
datei has joined #ipfs
<livewemu> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<livewemu> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<livewemu> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<livewemu> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Dikey has joined #ipfs
Cannavar has joined #ipfs
Soweren has joined #ipfs
zel has joined #ipfs
stepashk has joined #ipfs
parovos has joined #ipfs
velikole has joined #ipfs
photosho has joined #ipfs
<parovos> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
Pacific has joined #ipfs
<parovos> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<parovos> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<parovos> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<velikole> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<velikole> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<parovos> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<velikole> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<velikole> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Apaxuc has joined #ipfs
Feniks has joined #ipfs
duffleba has joined #ipfs
cesarrrr has joined #ipfs
kyper has joined #ipfs
amsty has joined #ipfs
chubbyca has joined #ipfs
KNOPA has joined #ipfs
<velikole> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
Youaresh has joined #ipfs
<RemboSs> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<RemboSs> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<RemboSs> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<RemboSs> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<RemboSs> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Guest94010 has joined #ipfs
QumoX has joined #ipfs
soket has joined #ipfs
saymehel has joined #ipfs
<saymehel> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<saymehel> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<saymehel> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<saymehel> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<saymehel> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
arena has joined #ipfs
<papaboba> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<papaboba> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<papaboba> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<cctrack> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<papaboba> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<cctrack> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<cctrack> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<cctrack> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
AtmacA has joined #ipfs
<cctrack> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Gavanna has joined #ipfs
rut has joined #ipfs
Nskij has joined #ipfs
kriskey has joined #ipfs
AtmacA has quit [Excess Flood]
rut has quit [Excess Flood]
<Stahanov> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
Nskij has quit [Excess Flood]
skam has joined #ipfs
GTI has joined #ipfs
erguo has joined #ipfs
<datei> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<datei> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<datei> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<datei> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<datei> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
whiteber has joined #ipfs
bbf has joined #ipfs
brigman has joined #ipfs
Guest32699 has joined #ipfs
Hishnik has joined #ipfs
crownsho has joined #ipfs
xexisee has joined #ipfs
nigretod has joined #ipfs
VisuaL has joined #ipfs
LMkos has joined #ipfs
winlink has joined #ipfs
Ryo has joined #ipfs
sarrini has joined #ipfs
CastorBl has joined #ipfs
wildspy has quit [Excess Flood]
Guest26061 has joined #ipfs
diznt has quit [Excess Flood]
maxincin has joined #ipfs
zetamink has joined #ipfs
zel has quit [Excess Flood]
parovos has quit [Excess Flood]
<KNOPA> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
velikole has quit [Excess Flood]
<KNOPA> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<KNOPA> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
photosho has quit [Excess Flood]
<KNOPA> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Pacific has quit [Excess Flood]
Dotson has joined #ipfs
Guliver has joined #ipfs
<KNOPA> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
skessa has joined #ipfs
Umek has joined #ipfs
PostDE has joined #ipfs
HoNda has joined #ipfs
pblx has joined #ipfs
mondave has joined #ipfs
noauthco has joined #ipfs
fabstrop has joined #ipfs
UndeFine has quit [Excess Flood]
dpwide has joined #ipfs
Grigor has joined #ipfs
RemboSs has quit [Excess Flood]
rashn has joined #ipfs
Jigan has quit [Excess Flood]
bondar has joined #ipfs
tusha has quit [Excess Flood]
evoevo has joined #ipfs
lcd has quit [Excess Flood]
Tachini has joined #ipfs
blackdem has joined #ipfs
<Tachini> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Tachini> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<Tachini> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Tachini> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Tachini> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<evoevo> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<evoevo> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<evoevo> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<evoevo> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<evoevo> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
Mourad has joined #ipfs
korrea has joined #ipfs
GNG has joined #ipfs
evoevo has quit [Excess Flood]
Tachini has quit [Excess Flood]
sponge has joined #ipfs
blackdem has quit [Excess Flood]
error has joined #ipfs
Mourad has quit [Excess Flood]
hereiama has joined #ipfs
nimedon has joined #ipfs
GNG has quit [Excess Flood]
huska has joined #ipfs
korrea has quit [Excess Flood]
kriskrin has joined #ipfs
chubbyca has quit [Excess Flood]
Incik has quit [Excess Flood]
Aum has joined #ipfs
gipson has joined #ipfs
inhelsps has joined #ipfs
Zee has joined #ipfs
Cherniko has quit [Excess Flood]
kriskey has quit [Excess Flood]
HBOSS has joined #ipfs
mikep has joined #ipfs
papilen has quit [Excess Flood]
<HBOSS> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<HBOSS> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
VirKing has quit [Excess Flood]
<HBOSS> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<HBOSS> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<HBOSS> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
kennysar has quit [Excess Flood]
Cannavar has quit [Excess Flood]
postingz has quit [Excess Flood]
Khlamast has joined #ipfs
KNOPA has quit [Excess Flood]
Papajoe has joined #ipfs
Dotson has quit [Excess Flood]
jurdo has joined #ipfs
stepashk has quit [Excess Flood]
martis has joined #ipfs
supermac has joined #ipfs
teterev has quit [Excess Flood]
Gerhard has quit [Excess Flood]
<kriskrin> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
<kriskrin> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<kriskrin> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<kriskrin> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Patronus> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
stepkara has quit [Excess Flood]
alexkras has joined #ipfs
<Patronus> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<kriskrin> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<Patronus> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
SergantX has quit [Excess Flood]
<Patronus> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<Patronus> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
Bumer has quit [Excess Flood]
krivohod has joined #ipfs
LMkos has quit [Excess Flood]
saymehel has quit [Excess Flood]
usroot has joined #ipfs
datei has quit [Excess Flood]
<noauthco> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
Quickene has quit [Excess Flood]
Zatoichi has quit [Excess Flood]
winlink has quit [Excess Flood]
<noauthco> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<noauthco> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
kidgordo has joined #ipfs
CastorBl has quit [Excess Flood]
nimedon has quit [Excess Flood]
crazyfai has joined #ipfs
Ryo has quit [Excess Flood]
Kriss has joined #ipfs
sarrini has quit [Excess Flood]
pblx has quit [Excess Flood]
zetamink has quit [Excess Flood]
Cmit has joined #ipfs
xexisee has quit [Excess Flood]
crownsho has quit [Excess Flood]
talkedmu has joined #ipfs
nigretod has quit [Excess Flood]
ppanishe has joined #ipfs
whiteber has quit [Excess Flood]
bbf has quit [Excess Flood]
Recall has joined #ipfs
strelsso has quit [Excess Flood]
Richie has joined #ipfs
Paklya has quit [Excess Flood]
PrinceR has joined #ipfs
maZZx has quit [Excess Flood]
Youaresh has quit [Excess Flood]
kidgordo has quit [Excess Flood]
Pestilen has joined #ipfs
liscon has joined #ipfs
Lukaviy has quit [Excess Flood]
PsychoLo has joined #ipfs
Vogel has joined #ipfs
HoNda has quit [Excess Flood]
Karman has joined #ipfs
Romezzz has joined #ipfs
panchito has joined #ipfs
mondave has quit [Excess Flood]
Guest32699 has quit [Excess Flood]
Hishnik has quit [Excess Flood]
poru has joined #ipfs
operaxp has joined #ipfs
PlaksaUs has joined #ipfs
bberryus has joined #ipfs
Guest26061 has quit [Excess Flood]
Corrupt has joined #ipfs
penilopa has joined #ipfs
brigman has quit [Excess Flood]
Neznakom has joined #ipfs
Guest94010 has quit [Excess Flood]
Mouder has joined #ipfs
pucha has quit [Excess Flood]
ZLOB has joined #ipfs
LeroyNew has joined #ipfs
Stahanov has quit [Excess Flood]
RusPromo has joined #ipfs
VisuaL has quit [Excess Flood]
Sanchezz has joined #ipfs
stunna has joined #ipfs
Romeo is now known as Guest1508
Alvor has joined #ipfs
Anufriy has joined #ipfs
cronosit has joined #ipfs
clauswer has quit [Excess Flood]
Kernel is now known as Guest31244
andjey has joined #ipfs
Cursor has joined #ipfs
PolKilo has quit [Excess Flood]
kopernic has joined #ipfs
maxincin has quit [Excess Flood]
StanleyW has joined #ipfs
AXi has joined #ipfs
PostDE has quit [Excess Flood]
Baboss has joined #ipfs
xmyru has joined #ipfs
Datak has joined #ipfs
Hylender has quit [Excess Flood]
bresto has joined #ipfs
Adwixs has quit [Excess Flood]
Zee has quit [Excess Flood]
hereiama has quit [Excess Flood]
frogking has quit [Excess Flood]
bberryus has quit [Excess Flood]
AquaWorm has quit [Excess Flood]
inhelsps has quit [Excess Flood]
arena has quit [Excess Flood]
supermac has quit [Excess Flood]
Cmit has quit [Excess Flood]
kyper has quit [Excess Flood]
noauthco has quit [Excess Flood]
fabstrop has quit [Excess Flood]
voinzen has quit [Excess Flood]
usroot has quit [Excess Flood]
Aum has quit [Excess Flood]
krivohod has quit [Excess Flood]
Zagat has quit [Excess Flood]
alexkras has quit [Excess Flood]
Khlamast has quit [Excess Flood]
plusik has quit [Excess Flood]
Urist has quit [Excess Flood]
Recall has quit [Excess Flood]
kriskrin has quit [Excess Flood]
jurdo has quit [Excess Flood]
acidlove has quit [Excess Flood]
dofti has quit [Excess Flood]
martis has quit [Excess Flood]
kynzeroh has quit [Excess Flood]
bondar has quit [Excess Flood]
skam has quit [Excess Flood]
LeroyNew has quit [Excess Flood]
snowhill has joined #ipfs
Thick has joined #ipfs
ONYX has quit [Excess Flood]
kopernic has quit [Excess Flood]
HBOSS has quit [Excess Flood]
papaboba has quit [Excess Flood]
rashn has quit [Excess Flood]
maux has quit [Excess Flood]
stunna has quit [Excess Flood]
operaxp has quit [Excess Flood]
Umek has quit [Excess Flood]
Grigor has quit [Excess Flood]
Pestilen has quit [Excess Flood]
skessa has quit [Excess Flood]
mikep has quit [Excess Flood]
Anufriy has quit [Excess Flood]
snowhill has quit [Excess Flood]
error has quit [Excess Flood]
fraudbuy has quit [Excess Flood]
Zhan has joined #ipfs
huska has quit [Excess Flood]
Neznakom has quit [Excess Flood]
PrinceR has quit [Excess Flood]
Vogel has quit [Excess Flood]
Guliver has quit [Excess Flood]
PsychoLo has quit [Excess Flood]
penilopa has quit [Excess Flood]
panchito has quit [Excess Flood]
cctrack has quit [Excess Flood]
Marlmx has quit [Excess Flood]
cronosit has quit [Excess Flood]
StanleyW has quit [Excess Flood]
Soweren has quit [Excess Flood]
liscon has quit [Excess Flood]
andjey has quit [Excess Flood]
Karman has quit [Excess Flood]
bobes has quit [Excess Flood]
Hatz has quit [Excess Flood]
Romezzz has quit [Excess Flood]
xmyru has quit [Excess Flood]
Mouder has quit [Excess Flood]
Datak has quit [Excess Flood]
rof has joined #ipfs
RusPromo has quit [Excess Flood]
Zuhel has joined #ipfs
melnik has joined #ipfs
Mersas has quit [Excess Flood]
Sanchezz has quit [Excess Flood]
Baboss has quit [Excess Flood]
Vnik has quit [Excess Flood]
juhost has quit [Excess Flood]
wildscm has quit [Excess Flood]
mrVi has quit [Excess Flood]
QumoX has quit [Excess Flood]
NewCard has joined #ipfs
livewemu has quit [Excess Flood]
poru has quit [Excess Flood]
TIMAFEI has joined #ipfs
LIS has joined #ipfs
crystalw has joined #ipfs
render has joined #ipfs
Dikey has quit [Excess Flood]
Richie has quit [Excess Flood]
Zhan has quit [Excess Flood]
Guest1508 has quit [Excess Flood]
Papajoe has quit [Excess Flood]
Vinko has joined #ipfs
dpwide has quit [Excess Flood]
NewCard has quit [Excess Flood]
GTI has quit [Excess Flood]
pikefish has quit [Excess Flood]
TIMAFEI has quit [Excess Flood]
Zarplata has quit [Excess Flood]
Vinko has quit [Excess Flood]
bresto has quit [Excess Flood]
Bonapart has quit [Excess Flood]
render has quit [Excess Flood]
soket has quit [Excess Flood]
6A4ABIWUU has quit [Excess Flood]
PlaksaUs has quit [Excess Flood]
Thick has quit [Excess Flood]
live has quit [Excess Flood]
mmmixer has quit [Excess Flood]
MaratKa has quit [Excess Flood]
talkedmu has quit [Excess Flood]
alexaina has joined #ipfs
erguo has quit [Excess Flood]
rof has quit [Excess Flood]
Corrupt has quit [Excess Flood]
gipson has quit [Excess Flood]
melnik has quit [Excess Flood]
Thug has joined #ipfs
Guest31244 has quit [Excess Flood]
VSforum has quit [Excess Flood]
maxincin has joined #ipfs
niko has joined #ipfs
firebat has joined #ipfs
LIS has quit [Excess Flood]
ZLOB has quit [Excess Flood]
ironist has joined #ipfs
ppanishe has quit [Excess Flood]
genocid has quit [Excess Flood]
Paklya has joined #ipfs
duffleba has quit [Excess Flood]
gurch has quit [Excess Flood]
firebat has quit [Excess Flood]
Zuhel has quit [Excess Flood]
ironist has quit [Remote host closed the connection]
Thug has quit [Remote host closed the connection]
alexaina has quit [Remote host closed the connection]
amsty has quit [Excess Flood]
papa is now known as Guest16708
Apaxuc has quit [Read error: Connection reset by peer]
maxincin has quit [Remote host closed the connection]
Paklya has quit [Read error: Connection reset by peer]
dropovod has joined #ipfs
<xilit> M-jimt M-jmesserli M-joshumax M-kalmi M-kcinjp M-keverets M-king_size1953 M-kode54 M-krsiehl M-kupskups9 M-Lawrence_Pritc M-leeola M-leer10 M-leoc
<xilit> M-liathit M-liberdiko M-lilien1010 M-lucnsy M-madsurgeon M-Magnap M-male M-manveru M-martinklepsch M-mckaydavis M-metamattj M-ming8 M-mistake M-mousereeve
<xilit> M-ms M-mseri M-mubot M-nated M-nd M-neoteo M-ngu M-Nickfost M-oddvar M-onlavec M-osener M-p0pa M-Peer2Peer M-pfista M-phaverkamp M-phorse M-pieohpah M-pims
<xilit> M-player33 M-podviaznikov M-ptman M-rjan M-Robin M-roblabla M-rongladney M-rryan M-rschulman M-ryanwilliams M-s6 M-Samim M-scio_ M-selpreload M-Shrike
<Mescalin> lightcastshadows linear Ling livegnik_ ljhms loco[m] locusf lohkey Lord[m] lukeboswell[m] Luzifer M- M-10660 M-10670 M-11367 M-12044 M-12490 M-12989
<Mescalin> M-13288 M-14321 M-14382 M-15922 M-16194 M-16355 M-16544 M-16549 M-16865 M-17739 M-1976 M-1982 M-2128 M-2129 M-2194 M-2223 M-2234 M-2255 M-2617 M-3045
<stuna> jhulten jjjjj jlprince21[m] joeyh jonnycrunch joshb[m] JosiahHaswell[m] jryans Kane` kanzure Karalix[m] karissa kegan[m] keroberos kevina kitcambridge
<stuna> kode54 koshii kostera[m] kpcyrd kragniz kragniz1 kszys[m] kumavis kyledrake l64376[m] lachenmayer lapinot lassulus LegalResale lexik[m] lidel
stuna has quit [Excess Flood]
<xilit> M-sivachandran M-slang M-sliker M-sokoow M-sraja M-staplemac M-thia M-thomasbeta M-TidyKoala M-toor M-trashrabbit M-Tribex10 M-uhiiued7278 M-Val M-victorm
<xilit> M-volobuev M-vro M-whyrusleeping M-wkennington M-wldhx M-WolfNightly M-wwwi7891 M-Xorkle M-zick M0x52[m] M18337[m] M18489[m] M18523[m] M18643[m] M18645[m]
Sigyn has joined #ipfs
<nec> dignifiedquire disgusting[m] disgusting[m]1 djfdfjoijijeoif[ doctrv[m] dPow drathir draynium dudezer0_bot[m] dvn dyce_ dz[m] eater ebarch ebel echo_oddly
<nec> ecloud edrex edsilv[m] edubai__ Edur ehd ekleog ekroon elasticdog ELLIOTTCABLE emschwartz enick_441 epitron erikj erikj` eternaleye evernite feross ffmad_
<Tez> M-jimt M-jmesserli M-joshumax M-kalmi M-kcinjp M-keverets M-king_size1953 M-kode54 M-krsiehl M-kupskups9 M-Lawrence_Pritc M-leeola M-leer10 M-leoc
<Tez> M-liathit M-liberdiko M-lilien1010 M-lucnsy M-madsurgeon M-Magnap M-male M-manveru M-martinklepsch M-mckaydavis M-metamattj M-ming8 M-mistake M-mousereeve
klokus has quit [Read error: Connection reset by peer]
<Tez> M-ms M-mseri M-mubot M-nated M-nd M-neoteo M-ngu M-Nickfost M-oddvar M-onlavec M-osener M-p0pa M-Peer2Peer M-pfista M-phaverkamp M-phorse M-pieohpah M-pims
<Tez> M-player33 M-podviaznikov M-ptman M-rjan M-Robin M-roblabla M-rongladney M-rryan M-rschulman M-ryanwilliams M-s6 M-Samim M-scio_ M-selpreload M-Shrike
nec has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Tez has quit [Killed (Sigyn (Spam is off topic on freenode.))]
vinny has quit [K-Lined]
dadilla has quit [K-Lined]
snakerol has quit [K-Lined]
DoubT has quit [K-Lined]
<Mescalin> M-3444 M-3509 M-3511 M-3526 M-3630 M-3676 M-3714 M-3725 M-3798 M-3870 M-3891 M-3974 M-4267 M-4447 M-4485 M-5459 M-5703 M-6561 M-6581 M-6781 M-7141 M-7416
Mescalin has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Feniks has quit [K-Lined]
Patronus has quit [K-Lined]
cesarrrr has quit [K-Lined]
<xilit> M18690[m] M18691[m] M18693[m] M18695[m] M21100[m] M21634[m] M22536[m] M2ezit[m] m3s M6e7961[m] mads[m] mafintosh Magik6k manveru marcin212_ mariusz1
xilit has quit [Killed (Sigyn (Spam is off topic on freenode.))]
littio has quit [K-Lined]
fatality has quit [K-Lined]
Almazpro has quit [K-Lined]
Guest16708 has quit [K-Lined]
<Alvor> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
Alvor has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Perregau has quit [Read error: Connection reset by peer]
<Koshka> M-jimt M-jmesserli M-joshumax M-kalmi M-kcinjp M-keverets M-king_size1953 M-kode54 M-krsiehl M-kupskups9 M-Lawrence_Pritc M-leeola M-leer10 M-leoc
<Koshka> M-liathit M-liberdiko M-lilien1010 M-lucnsy M-madsurgeon M-Magnap M-male M-manveru M-martinklepsch M-mckaydavis M-metamattj M-ming8 M-mistake M-mousereeve
<Koshka> M-ms M-mseri M-mubot M-nated M-nd M-neoteo M-ngu M-Nickfost M-oddvar M-onlavec M-osener M-p0pa M-Peer2Peer M-pfista M-phaverkamp M-phorse M-pieohpah M-pims
<Koshka> M-player33 M-podviaznikov M-ptman M-rjan M-Robin M-roblabla M-rongladney M-rryan M-rschulman M-ryanwilliams M-s6 M-Samim M-scio_ M-selpreload M-Shrike
<Koshka> M-sivachandran M-slang M-sliker M-sokoow M-sraja M-staplemac M-thia M-thomasbeta M-TidyKoala M-toor M-trashrabbit M-Tribex10 M-uhiiued7278 M-Val M-victorm
Koshka has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Gnux has joined #ipfs
<Gnux> @daviddias @haad @jbenet @Kubuxu @lgierth @whyrusleeping +richardlitt [0__0] _fil_ _mak _marvin_ _whitelogger A124 aaaaaaaaa____ Aaron1011 abbaZaba achin
<Gnux> Aelius Aeon afdudley airsickpayload[m ajp akkad alexvoda[m] alistair77[m] alu am2on[m] amiller anandtha1ker anaptrix- anderspree_ andoma angreifer ansuz
<Gnux> basilgohar[m] Bat`O bauruine bcavileer bearbin Beneficence[m] bengl bergie bertschneider BHR27 bigbluehat bigs bitspill bjp3 blabla2[m] blackflag[m] Blame_
<Gnux> blaze_pascal bmpvieira boliboli[m] Boomerang borgtu brand0 bren2010 brendyn bret brixen bsm117532 captain_morgan caseorganic Catz[m] cblgh cdata cehteh
<Gnux> apiarian arby[m] area arkadiy[m] Arwalk Askaban[m] Askaban[m]1 asyncsrc1 AtnNn atomet[m] auscompgeek Avinash[m] baffo32 balboah barnacs basilgohar
Gnux has quit [Killed (Sigyn (Spam is off topic on freenode.))]
ckwaldon has joined #ipfs
vbsd has joined #ipfs
<balboah> how old school
<Ling> heh
<ecloud> what is the point of that?
dropovod has quit [Remote host closed the connection]
<Kubuxu> To be annoying.
gucci has joined #ipfs
Chimaira has joined #ipfs
vaddk has joined #ipfs
fantafox has joined #ipfs
koloban has joined #ipfs
ONYX has joined #ipfs
stuna has joined #ipfs
SchmoAU has joined #ipfs
jnr has joined #ipfs
TeckZ has joined #ipfs
skillz has joined #ipfs
mondave has joined #ipfs
Ckupchik has joined #ipfs
Semen has joined #ipfs
viu has joined #ipfs
aleksey has joined #ipfs
ThomasFr has joined #ipfs
Antarcti has joined #ipfs
Chilean has joined #ipfs
livewemu has joined #ipfs
pucha has joined #ipfs
noauthco has joined #ipfs
ndiwqhd has joined #ipfs
firewall has joined #ipfs
Pretoria has joined #ipfs
xxguest has joined #ipfs
evoevo has joined #ipfs
mikep has joined #ipfs
DropShop has joined #ipfs
huseinlo has joined #ipfs
SnowB has joined #ipfs
whiteber has joined #ipfs
wwaatt has joined #ipfs
Peregar has joined #ipfs
Zemelia has joined #ipfs
mdie has joined #ipfs
Agentgly has joined #ipfs
flaks has joined #ipfs
comboFIF has joined #ipfs
semmik has joined #ipfs
klaus has joined #ipfs
Poli has joined #ipfs
ooF has joined #ipfs
Moonligh has joined #ipfs
TaveL has joined #ipfs
Quickene has joined #ipfs
irex has joined #ipfs
Noxious has joined #ipfs
slaymone has joined #ipfs
fraudbuy has joined #ipfs
Paklya has joined #ipfs
Inhaber has joined #ipfs
erguo has joined #ipfs
Briket has joined #ipfs
dalikas has joined #ipfs
<gucci> Hello, isn't Freenode great?
<Chimaira> Hello, isn't Freenode great?
<jnr> Hello, isn't Freenode great?
<vaddk> Hello, isn't Freenode great?
<stuna> Hello, isn't Freenode great?
<fantafox> Hello, isn't Freenode great?
suz has joined #ipfs
uuuuuuaj has joined #ipfs
Failer has joined #ipfs
ogostus has joined #ipfs
dadilla has joined #ipfs
DropHold has joined #ipfs
kopernic has joined #ipfs
CyberHos has joined #ipfs
<koloban> Hello, isn't Freenode great?
gipson has joined #ipfs
<ONYX> Hello, isn't Freenode great?
Spektor has joined #ipfs
xxxl has joined #ipfs
GALDA has joined #ipfs
xexisee has joined #ipfs
BATURKIN has joined #ipfs
hackus has joined #ipfs
Zatoichi has joined #ipfs
xstealth has joined #ipfs
vanyoota has joined #ipfs
PrinceR has joined #ipfs
kinza has joined #ipfs
moneyang has joined #ipfs
<TeckZ> Hello, isn't Freenode great?
Diez has joined #ipfs
<Antarcti> Hello, isn't Freenode great?
tumak has joined #ipfs
Tochya has joined #ipfs
drongo has joined #ipfs
Vargas has joined #ipfs
GOTTI has joined #ipfs
timepass has joined #ipfs
china has joined #ipfs
Cannavar has joined #ipfs
Tez has joined #ipfs
mikkka has joined #ipfs
nec has joined #ipfs
<SchmoAU> Hello, isn't Freenode great?
henrymtc has joined #ipfs
dmydry has joined #ipfs
Recall has joined #ipfs
Sanchezz has joined #ipfs
Vengea has joined #ipfs
Dja has joined #ipfs
gurch has joined #ipfs
anhtxx has joined #ipfs
banklife has joined #ipfs
CastorBl has joined #ipfs
swindles has joined #ipfs
Cox has joined #ipfs
janiskra has joined #ipfs
Tuesdy has joined #ipfs
sponge has joined #ipfs
hoprutop has joined #ipfs
huska has joined #ipfs
<noauthco> Hello, isn't Freenode great?
Normandi has joined #ipfs
Jimivey has joined #ipfs
boyarin has joined #ipfs
<viu> Hello, isn't Freenode great?
<mondave> Hello, isn't Freenode great?
<ndiwqhd> Hello, isn't Freenode great?
<Briket> Hello, isn't Freenode great?
skrip has joined #ipfs
ruselvip has joined #ipfs
Bones has joined #ipfs
Riggert has joined #ipfs
anrides has joined #ipfs
martis has joined #ipfs
Smiters has joined #ipfs
eZra has joined #ipfs
<Semen> Hello, isn't Freenode great?
<Ckupchik> Hello, isn't Freenode great?
<skillz> Hello, isn't Freenode great?
Sovetnik has joined #ipfs
sense has joined #ipfs
Corrupt has joined #ipfs
jorik has joined #ipfs
Venture has joined #ipfs
<pucha> Hello, isn't Freenode great?
talkedmu has joined #ipfs
Gakh has joined #ipfs
WicketQ has joined #ipfs
newtown has joined #ipfs
russkiy has joined #ipfs
osman has joined #ipfs
Kalashni has joined #ipfs
Mskver has joined #ipfs
DrZlo has joined #ipfs
kriskey has joined #ipfs
GFF has joined #ipfs
solotech has joined #ipfs
LcDJ has joined #ipfs
Ryo has joined #ipfs
newcomer has joined #ipfs
concentr has joined #ipfs
<DropShop> Hello, isn't Freenode great?
<whiteber> Hello, isn't Freenode great?
<huseinlo> Hello, isn't Freenode great?
<SnowB> Hello, isn't Freenode great?
<wwaatt> Hello, isn't Freenode great?
<Agentgly> Hello, isn't Freenode great?
Pretoria has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<Peregar> Hello, isn't Freenode great?
Riven has joined #ipfs
greyen has joined #ipfs
alekskz has joined #ipfs
Guest90333 has joined #ipfs
Hatz has joined #ipfs
MyselfGO has joined #ipfs
stafhac has joined #ipfs
Vint has joined #ipfs
SgrA has joined #ipfs
record has joined #ipfs
neofoks has joined #ipfs
vevelod has joined #ipfs
<Poli> Hello, isn't Freenode great?
superkil has joined #ipfs
asnxjo has joined #ipfs
<dalikas> Hello, isn't Freenode great?
Baboss has joined #ipfs
miami has joined #ipfs
amerph has joined #ipfs
Dookie has joined #ipfs
viu has quit [Killed (Sigyn (Spam is off topic on freenode.))]
RoCk has joined #ipfs
alexpqc has joined #ipfs
aleksey has quit [K-Lined]
ThomasFr has quit [K-Lined]
rut has joined #ipfs
WarZan has joined #ipfs
<Chilean> Hello, isn't Freenode great?
<mdie> Hello, isn't Freenode great?
irex has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Kalitera has joined #ipfs
ryba has joined #ipfs
<ooF> Hello, isn't Freenode great?
Poli has quit [K-Lined]
StanleyW has joined #ipfs
<Moonligh> Hello, isn't Freenode great?
<evoevo> Hello, isn't Freenode great?
TaveL has quit [K-Lined]
abranahk has joined #ipfs
<anrides> Hello, isn't Freenode great?
Guest62509 has joined #ipfs
<Smiters> Hello, isn't Freenode great?
<Venture> Hello, isn't Freenode great?
Chilean has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<Corrupt> Hello, isn't Freenode great?
Peregar has quit [Killed (Sigyn (Spam is off topic on freenode.))]
skillz has quit [K-Lined]
mondave has quit [K-Lined]
kachok has joined #ipfs
drump has joined #ipfs
UMANOID has joined #ipfs
Semen has quit [K-Lined]
<livewemu> Hello, isn't Freenode great?
<Zemelia> Hello, isn't Freenode great?
Ckupchik has quit [K-Lined]
flaks has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<slaymone> Hello, isn't Freenode great?
<mikep> Hello, isn't Freenode great?
<xxguest> Hello, isn't Freenode great?
comboFIF has quit [K-Lined]
klaus has quit [K-Lined]
semmik has quit [K-Lined]
<greyen> Hello, isn't Freenode great?
mngr has joined #ipfs
wwaatt has quit [K-Lined]
toptopme has joined #ipfs
JohanStr has joined #ipfs
huseinlo has quit [K-Lined]
NeoGame has joined #ipfs
SnowB has quit [K-Lined]
electric has joined #ipfs
whiteber has quit [K-Lined]
drview has joined #ipfs
expertum has joined #ipfs
DropShop has quit [K-Lined]
Paklya has quit [K-Lined]
Zemelia has quit [K-Lined]
<sense> Hello, isn't Freenode great?
<eZra> Hello, isn't Freenode great?
<jorik> Hello, isn't Freenode great?
<Sovetnik> Hello, isn't Freenode great?
gthdsq has joined #ipfs
Getto has joined #ipfs
mdie has quit [K-Lined]
Tso has joined #ipfs
mngr has quit [Remote host closed the connection]
noforge has joined #ipfs
JohanStr has quit [Remote host closed the connection]
nimedon has joined #ipfs
Person has joined #ipfs
Melitiy has joined #ipfs
livewemu has quit [K-Lined]
stunna has joined #ipfs
xxguest has quit [K-Lined]
DezmAste has joined #ipfs
evoevo has quit [K-Lined]
mikep has quit [K-Lined]
<mikkka> Hello, isn't Freenode great?
<moneyang> Hello, isn't Freenode great?
Inhaber has quit [K-Lined]
razrushi has joined #ipfs
<Diez> Hello, isn't Freenode great?
Koshka has joined #ipfs
erguo has quit [K-Lined]
<Kalitera> Hello, isn't Freenode great?
<kopernic> Hello, isn't Freenode great?
AXi has joined #ipfs
xstealth has quit [K-Lined]
<Hatz> Hello, isn't Freenode great?
PrinceR has quit [K-Lined]
<stafhac> Hello, isn't Freenode great?
<MyselfGO> Hello, isn't Freenode great?
vanyoota has quit [K-Lined]
<Vint> Hello, isn't Freenode great?
xexisee has quit [K-Lined]
<SgrA> Hello, isn't Freenode great?
hackus has quit [K-Lined]
<neofoks> Hello, isn't Freenode great?
<record> Hello, isn't Freenode great?
BATURKIN has quit [K-Lined]
<skrip> Hello, isn't Freenode great?
<martis> Hello, isn't Freenode great?
<ruselvip> Hello, isn't Freenode great?
<Bones> Hello, isn't Freenode great?
<Riggert> Hello, isn't Freenode great?
<WarZan> Hello, isn't Freenode great?
<ryba> Hello, isn't Freenode great?
<Noxious> Hello, isn't Freenode great?
<vevelod> Hello, isn't Freenode great?
Enrage has joined #ipfs
<abranahk> Hello, isn't Freenode great?
<CyberHos> Hello, isn't Freenode great?
DRED has joined #ipfs
<dmydry> Hello, isn't Freenode great?
XpyH has joined #ipfs
Verono has joined #ipfs
Guest90333 has quit [K-Lined]
<electric> Hello, isn't Freenode great?
<alekskz> Hello, isn't Freenode great?
<WicketQ> Hello, isn't Freenode great?
QumoX has joined #ipfs
QzuTTo has joined #ipfs
PolKilo has joined #ipfs
<Tez> Hello, isn't Freenode great?
<firewall> Hello, isn't Freenode great?
Guest9628 has joined #ipfs
xenobit has joined #ipfs
Arbitrum has joined #ipfs
resource has joined #ipfs
Synndrom has joined #ipfs
Mescalin has joined #ipfs
<osman> Hello, isn't Freenode great?
<russkiy> Hello, isn't Freenode great?
<talkedmu> Hello, isn't Freenode great?
<Gakh> Hello, isn't Freenode great?
<Kalashni> Hello, isn't Freenode great?
<newtown> Hello, isn't Freenode great?
<Mskver> Hello, isn't Freenode great?
<concentr> Hello, isn't Freenode great?
<LcDJ> Hello, isn't Freenode great?
<QumoX> Hello, isn't Freenode great?
full has joined #ipfs
XiMik has joined #ipfs
<GALDA> Hello, isn't Freenode great?
kolllak has joined #ipfs
gremoz has joined #ipfs
vaddk has quit [Killed (Sigyn (Spam is off topic on freenode.))]
ekoglobu has joined #ipfs
Pwlogin has joined #ipfs
emix has joined #ipfs
<nec> Hello, isn't Freenode great?
<asnxjo> Hello, isn't Freenode great?
<Riven> Hello, isn't Freenode great?
<DRED> Hello, isn't Freenode great?
ONYX has quit [K-Lined]
Vinko has joined #ipfs
McLaren has joined #ipfs
<Zatoichi> Hello, isn't Freenode great?
<PolKilo> Hello, isn't Freenode great?
acrilin has joined #ipfs
<uuuuuuaj> Hello, isn't Freenode great?
koloban has quit [K-Lined]
stuna has quit [K-Lined]
jnr has quit [K-Lined]
fantafox has quit [K-Lined]
Chimaira has quit [K-Lined]
gucci has quit [K-Lined]
<gremoz> Hello, isn't Freenode great?
chmoka has joined #ipfs
<DezmAste> Hello, isn't Freenode great?
fasd has joined #ipfs
<razrushi> Hello, isn't Freenode great?
KainAvel has joined #ipfs
<Tso> Hello, isn't Freenode great?
<XpyH> Hello, isn't Freenode great?
smokotin has joined #ipfs
REMUS has joined #ipfs
<noforge> Hello, isn't Freenode great?
<Verono> Hello, isn't Freenode great?
Guest90032 has joined #ipfs
<QzuTTo> Hello, isn't Freenode great?
SUPERver has joined #ipfs
<resource> Hello, isn't Freenode great?
gostNEW has joined #ipfs
<emix> Hello, isn't Freenode great?
Moyshe has joined #ipfs
Corrupt is now known as Guest72425
eZra is now known as Guest60100
sense is now known as Guest81273
<McLaren> Hello, isn't Freenode great?
Catana has joined #ipfs
<Catana> Hello, isn't Freenode great?
<Cox> Hello, isn't Freenode great?
<CastorBl> Hello, isn't Freenode great?
<xenobit> Hello, isn't Freenode great?
podolski has joined #ipfs
Chikatil has joined #ipfs
bberryus has joined #ipfs
<bberryus> Hello, isn't Freenode great?
palka has joined #ipfs
<Pwlogin> Hello, isn't Freenode great?
Uzer has joined #ipfs
<Mescalin> Hello, isn't Freenode great?
noauthco has quit [Remote host closed the connection]
TeckZ has quit [Remote host closed the connection]
SchmoAU has quit [Remote host closed the connection]
Antarcti has quit [Remote host closed the connection]
pucha has quit [Remote host closed the connection]
Detka has joined #ipfs
elcharro has joined #ipfs
<elcharro> Hello, isn't Freenode great?
division has joined #ipfs
Alibaba has joined #ipfs
SUPERver has quit [Remote host closed the connection]
dalikas has quit [Remote host closed the connection]
StanleyW has quit [Remote host closed the connection]
henrymtc has quit [Remote host closed the connection]
banklife has quit [Remote host closed the connection]
slaymone has quit [Remote host closed the connection]
Cox has quit [Remote host closed the connection]
Moonligh has quit [Remote host closed the connection]
fasd has quit [Remote host closed the connection]
QzuTTo has quit [Remote host closed the connection]
tumak has quit [Read error: Connection reset by peer]
AXi has quit [Remote host closed the connection]
moneyang has quit [Remote host closed the connection]
Enrage has quit [Remote host closed the connection]
elcharro has quit [Remote host closed the connection]
gipson has quit [Remote host closed the connection]
Tochya has quit [Remote host closed the connection]
Vargas has quit [Remote host closed the connection]
ogostus has quit [Remote host closed the connection]
CastorBl has quit [Remote host closed the connection]
drongo has quit [Remote host closed the connection]
GOTTI has quit [Remote host closed the connection]
timepass has quit [Remote host closed the connection]
<Vinko> Hello, isn't Freenode great?
china has quit [Remote host closed the connection]
Cannavar has quit [Remote host closed the connection]
mikkka has quit [Remote host closed the connection]
Baboss has quit [Read error: Connection reset by peer]
Diez has quit [Remote host closed the connection]
kolllak has quit [Remote host closed the connection]
Tez has quit [Remote host closed the connection]
janiskra has quit [Remote host closed the connection]
Tuesdy has quit [Remote host closed the connection]
sponge has quit [Remote host closed the connection]
hoprutop has quit [Remote host closed the connection]
huska has quit [Remote host closed the connection]
Normandi has quit [Remote host closed the connection]
Jimivey has quit [Remote host closed the connection]
miami has quit [Read error: Connection reset by peer]
xxxl has quit [Remote host closed the connection]
kopernic has quit [Remote host closed the connection]
Detka has quit [Remote host closed the connection]
Guest81273 has quit [Remote host closed the connection]
Smiters has quit [Remote host closed the connection]
anrides has quit [Remote host closed the connection]
Guest60100 has quit [Remote host closed the connection]
jorik has quit [Remote host closed the connection]
Sovetnik has quit [Remote host closed the connection]
Guest72425 has quit [Remote host closed the connection]
Venture has quit [Remote host closed the connection]
talkedmu has quit [Remote host closed the connection]
Gakh has quit [Remote host closed the connection]
osman has quit [Remote host closed the connection]
WicketQ has quit [Remote host closed the connection]
newtown has quit [Remote host closed the connection]
Mskver has quit [Remote host closed the connection]
russkiy has quit [Remote host closed the connection]
Kalashni has quit [Remote host closed the connection]
Spektor has quit [Remote host closed the connection]
Uzer has quit [Remote host closed the connection]
Riggert has quit [Remote host closed the connection]
ruselvip has quit [Remote host closed the connection]
Bones has quit [Remote host closed the connection]
dadilla has quit [Remote host closed the connection]
nec has quit [Remote host closed the connection]
Recall has quit [Remote host closed the connection]
dmydry has quit [Remote host closed the connection]
chmoka has quit [Remote host closed the connection]
Hatz has quit [Remote host closed the connection]
MyselfGO has quit [Remote host closed the connection]
stafhac has quit [Remote host closed the connection]
SgrA has quit [Remote host closed the connection]
Vint has quit [Remote host closed the connection]
record has quit [Remote host closed the connection]
neofoks has quit [Remote host closed the connection]
kriskey has quit [Remote host closed the connection]
Ryo has quit [Remote host closed the connection]
concentr has quit [Remote host closed the connection]
newcomer has quit [Remote host closed the connection]
Guest62509 has quit [Remote host closed the connection]
vevelod has quit [Remote host closed the connection]
smokotin has quit [Read error: Connection reset by peer]
Riven has quit [Remote host closed the connection]
REMUS has quit [Read error: Connection reset by peer]
ryba has quit [Remote host closed the connection]
rut has quit [Remote host closed the connection]
Synndrom has quit [Write error: Connection reset by peer]
asnxjo has quit [Remote host closed the connection]
Verono has quit [Read error: Connection reset by peer]
WarZan has quit [Remote host closed the connection]
Kalitera has quit [Remote host closed the connection]
gthdsq has quit [Remote host closed the connection]
Quickene has quit [Read error: Connection reset by peer]
alekskz has quit [Remote host closed the connection]
toptopme has quit [Remote host closed the connection]
NeoGame has quit [Remote host closed the connection]
electric has quit [Remote host closed the connection]
palka has quit [Remote host closed the connection]
expertum has quit [Remote host closed the connection]
gostNEW has quit [Remote host closed the connection]
uuuuuuaj has quit [Read error: Connection reset by peer]
abranahk has quit [Remote host closed the connection]
DrZlo has quit [Remote host closed the connection]
GALDA has quit [Read error: Connection reset by peer]
Zatoichi has quit [Read error: Connection reset by peer]
swindles has quit [Read error: Connection reset by peer]
XiMik has quit [Read error: Connection reset by peer]
Arbitrum has quit [Read error: Connection reset by peer]
Dja has quit [Read error: Connection reset by peer]
solotech has quit [Remote host closed the connection]
superkil has quit [Read error: Connection reset by peer]
full has quit [Remote host closed the connection]
DRED has quit [Remote host closed the connection]
Guest9628 has quit [Read error: Connection reset by peer]
nimedon has quit [Read error: Connection reset by peer]
acrilin has quit [Remote host closed the connection]
gurch has quit [Remote host closed the connection]
resource has quit [Read error: Connection reset by peer]
Mescalin has quit [Read error: Connection reset by peer]
LcDJ has quit [Remote host closed the connection]
RoCk has quit [Read error: Connection reset by peer]
alexpqc has quit [Read error: Connection reset by peer]
Moyshe has quit [Read error: Connection reset by peer]
UMANOID has quit [Remote host closed the connection]
drump has quit [Remote host closed the connection]
CyberHos has quit [Write error: Connection reset by peer]
kachok has quit [Read error: Connection reset by peer]
emix has quit [Remote host closed the connection]
Tso has quit [Remote host closed the connection]
Vinko has quit [Remote host closed the connection]
GFF has quit [Remote host closed the connection]
boyarin has quit [Read error: Connection reset by peer]
amerph has quit [Read error: Connection reset by peer]
fraudbuy has quit [Read error: Connection reset by peer]
Person has quit [Read error: Connection reset by peer]
DezmAste has quit [Read error: Connection reset by peer]
razrushi has quit [Read error: Connection reset by peer]
Sanchezz has quit [Read error: Connection reset by peer]
xenobit has quit [Read error: Connection reset by peer]
KainAvel has quit [Read error: Connection reset by peer]
Noxious has quit [Read error: Connection reset by peer]
ekoglobu has quit [Read error: Connection reset by peer]
noforge has quit [Read error: Connection reset by peer]
ooF has quit [Read error: Connection reset by peer]
Melitiy has quit [Read error: Connection reset by peer]
Catana has quit [Read error: Connection reset by peer]
Kvark has joined #ipfs
Getto has quit [Read error: Connection reset by peer]
suz has quit [Killed (Sigyn (Spam is off topic on freenode.))]
firewall has quit [Read error: Connection reset by peer]
Kvark has quit [Remote host closed the connection]
Pwlogin has quit [Read error: Connection reset by peer]
Patronus has joined #ipfs
Agentgly has quit [Read error: Connection reset by peer]
Patronus has quit [Remote host closed the connection]
anhtxx has quit [Read error: Connection reset by peer]
gremoz has quit [K-Lined]
Failer has quit [Killed (Sigyn (Spam is off topic on freenode.))]
kinza has quit [K-Lined]
greyen has quit [K-Lined]
Vengea has quit [Read error: Connection reset by peer]
McLaren has quit [Read error: Connection reset by peer]
XpyH has quit [Read error: Connection reset by peer]
DropHold has quit [K-Lined]
PolKilo has quit [Read error: Connection reset by peer]
ndiwqhd has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Briket has quit [K-Lined]
podolski has quit [K-Lined]
kyper has joined #ipfs
Dookie has quit [Read error: Connection reset by peer]
<kyper> Hello, isn't Freenode great?
kyper has quit [Remote host closed the connection]
martis has quit [Remote host closed the connection]
skrip has quit [Remote host closed the connection]
Guest90032 has quit [Remote host closed the connection]
stunna has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Chikatil has quit [K-Lined]
division has quit [K-Lined]
Alibaba has quit [K-Lined]
Koshka has quit [K-Lined]
bberryus has quit [K-Lined]
QumoX has quit [K-Lined]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
wes_ has joined #ipfs
<lidel> oh wow
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
<Nycatelos> o_0
wes_ has quit [Ping timeout: 244 seconds]
Foxcool has quit [Ping timeout: 264 seconds]
ckwaldon has quit [Remote host closed the connection]
<koshii> Geeeez
<koshii> A spam botnet suddenly activated?
ckwaldon has joined #ipfs
Foxcool has joined #ipfs
Sonarpulse has quit [Ping timeout: 250 seconds]
Sigyn has left #ipfs ["IN SOVIET RUSSIA SIGYN LEAVES YOU"]
palkeo has quit [Quit: Konversation terminated!]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
bertschneider has quit [Quit: Bye bye]
s_kunk has joined #ipfs
ygrek has quit [Ping timeout: 244 seconds]
ckwaldon has quit [Remote host closed the connection]
chriscool has quit [Read error: Connection reset by peer]
ystyle has joined #ipfs
ystyle has quit [Read error: Connection reset by peer]
ckwaldon has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
j12t has quit [Remote host closed the connection]
j12t has joined #ipfs
ckwaldon has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
wes_ has joined #ipfs
zorglub27 has joined #ipfs
wes_ has quit [Ping timeout: 244 seconds]
zz_r04r is now known as r04r
santamanno has joined #ipfs
ylp has quit [Ping timeout: 258 seconds]
jgantunes has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
zorglub27 has quit [Ping timeout: 244 seconds]
reit has joined #ipfs
Encrypt has joined #ipfs
ckwaldon has quit [Remote host closed the connection]
TRUMP-PENCE has joined #ipfs
ckwaldon has joined #ipfs
ylp has joined #ipfs
zorglub27 has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
j12t has joined #ipfs
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 264 seconds]
maxlath is now known as zorglub27
tester30297[m] has joined #ipfs
<tester30297[m]> this is a test
<Nycatelos> test recieved
<tester30297[m]> is this like mattermost?
wes_ has joined #ipfs
ckwaldon has joined #ipfs
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 244 seconds]
maxlath is now known as zorglub27
wes_ has quit [Ping timeout: 265 seconds]
<davidar> tester30297: depends what you mean by "this"
j12t has quit [Ping timeout: 240 seconds]
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon has joined #ipfs
cryptix has joined #ipfs
<tester30297[m]> sorry guys, i logged on to vector.im. didnt realize it connected me to irc
<davidar> tester30297: you're probably after #matrix:matrix.org then
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 244 seconds]
maxlath is now known as zorglub27
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon has joined #ipfs
j12t has joined #ipfs
kragniz1 has quit [Quit: WeeChat 1.5]
kragniz1 has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to feat/ipfs-factory: https://git.io/v60BJ
<ipfsbot> js-ipfs-api/feat/ipfs-factory d5ec781 David Dias: feat(factory): create the factory (with socket.io) and attach it to the tests
<baffo32> does ipfs work behind a firewall? maybe this is my issue
<daviddias> baffo32: depends on what firewall you have
<baffo32> I have added Qmd3GfrRgdmf5e39uQVAhFUn4Gn9MYv2LxyN3VmNLkNFQK but I can't seem to get it to show up at ipfs.io
<daviddias> if it is one with "drop all packets", then no :)
<daviddias> do ipfs swarm peers
<daviddias> and check how many peers you are connected
<baffo32> 88 peers
<daviddias> also, which ipfs version
<baffo32> 0.4.2
<daviddias> should work
<baffo32> my firewall drops incoming packets
<daviddias> wanna try 0.4.3-rc2?
<baffo32> sure
computerfreak has joined #ipfs
<baffo32> hmm I'm not actually seeing that at https://dist.ipfs.io despite chat topic
kragniz1 has quit [Quit: WeeChat 1.5]
<daviddias> oh, weird
<daviddias> dignifiedquire: whyrusleeping did you reversed dist.ipfs.io?
<Kubuxu> Juan wanted the rc not to be recommended.
<daviddias> thank you kubuxu :)
<Kubuxu> We didn't have time to redesign the page itself to include both pre-release and stable.
<daviddias> btw, https://dist.ipfs.io/go-ipfs/v0.4.3-rc2 is not available anymore
mvorg has joined #ipfs
<cow_2001> what do you guys think of hyperboria?
<cow_2001> and cjdns
<daviddias> dignifiedquire: do you have time to CR a bit? https://github.com/ipfs/js-ipfs-api/pull/340
<daviddias> cow_2001: other than that ansuz guy, I think it is pretty cool :P
<baffo32> heh it tries to download binaries to perform migrations and upgrade repo, but it can't because repo is not upgraded
<daviddias> baffo32: the tooling for migration is here https://github.com/ipfs/fs-repo-migrations/
<daviddias> sorry about the hurdles, if you don't mind, after you manage to do the upgrade, write down the process and how you think it can be improved
<baffo32> oh here's my issue
<daviddias> if ipfs is not able to resolve, it should default to http
<baffo32> I'm using -c to use a custom config dir, but this is not passed to fs-repo-migrations, and it fails to upgrade my custom dir
<cow_2001> daviddias: ansuz? i love drama. what's the drama with ansuz?
<daviddias> cow_2001: ahaha I was just joking, <3 ansuz
<cow_2001> oh, there's a cross pollination between the two cultures?! that's *so cool*!
<daviddias> lgierth and Kubuxu are both IPFS and cjdns devs :)
<cow_2001> free software rulez. :|
<cow_2001> how do i learn about networking?
<cow_2001> stuff like DAG and Merkles and DHTs and whatnot
<daviddias> network programming - http://beej.us/guide/bgnet/
<cow_2001> oooh, you guys even have a handy link to a guide!
<cow_2001> this community rocks.
<daviddias> well, my advice, is pick a subject and invest some time on it
<daviddias> there are plenty of books
<daviddias> tutorials
<daviddias> lectures
<daviddias> (also in coursera)
<daviddias> and hack on things while you are reading
<daviddias> thank you :)
<cow_2001> wait, am i derailing a useful conversation?
<cow_2001> i wouldn't want to do that.
<daviddias> ?
<daviddias> you are good :)
<cow_2001> you were talking about stuff before i budged in
ckwaldon1 has joined #ipfs
<cow_2001> i'm writing this little irc bot in python. it's my first time doing actual concurrency.
<daviddias> nice :)
<daviddias> good talk to see on that topic - https://www.youtube.com/watch?v=cN_DpYBzKso
ckwaldon has quit [Ping timeout: 276 seconds]
ckwaldon1 is now known as ckwaldon
<cow_2001> i've watched that lecture a few years back
<cow_2001> he's amazing
<cow_2001> his wife is also amazing with her mascots
<dignifiedquire> daviddias: one comment
<cow_2001> anyways, how much do i overshoot thinking about microservices that do each job and communicate with zeromq?
kragniz1 has joined #ipfs
<baffo32> daviddias everything working with new version =)
<daviddias> dignifiedquire: thank you :) answered
<daviddias> baffo32: sweet! We had some networking issues in 0.4.2 that are now fixed in 0.4.3
<cow_2001> in golang, microservices is how you do stuff. in python, it's kinda a hassle.
<cow_2001> is beej one of the original UNIX greybeards?
kragniz1 has quit [Client Quit]
kragniz1 has joined #ipfs
<haad> !pin QmZsXaehcd3kYLQkiS1VS9r3b3D42Ddy2uRtqccG2Ygh1x
<pinbot> usage: !pin <hash> <label>
<haad> !pin QmZsXaehcd3kYLQkiS1VS9r3b3D42Ddy2uRtqccG2Ygh1x orbit screenshot
<pinbot> now pinning /ipfs/QmZsXaehcd3kYLQkiS1VS9r3b3D42Ddy2uRtqccG2Ygh1x
<cow_2001> hmm.. the bot won't react to !help or help in private. i guess it might be whitelisted
<baffo32> !help
<haad> I think it only responds to bot admins
<baffo32> !pin Qmd3GfrRgdmf5e39uQVAhFUn4Gn9MYv2LxyN3VmNLkNFQK
<baffo32> yup i'm not special enough
<daviddias> !friends
<ipfsbot> [js-ipfs-api] diasdavid deleted feat/ipfs-factory at d5ec781: https://git.io/v600w
fractex has quit [Ping timeout: 240 seconds]
<cow_2001> this beej guy looks cool. :|
<Kubuxu> !firends
<cow_2001> fire ends
<Kubuxu> in theory this command should work, for some reason it doesn't.
<Kubuxu> !botsnack
<pinbot> om nom nom
<M-mubot> That's very nice of you!
M-mubot was kicked from #ipfs by Kubuxu [that is not for you]
<haad> there we go
fractex has joined #ipfs
<Mateon1> haad: Nice, is it a fork of irssi?
ckwaldon has quit [Read error: Connection reset by peer]
ckwaldon has joined #ipfs
<haad> no, a prototype of a terminal client for Orbit
<haad> obviously the visuals are influenced by irssi :)
kragniz is now known as Guest66666
kragniz1 is now known as kragniz
<cow_2001> Orbit?
* cow_2001 looks it up
<cow_2001> huh, it's a cjdns thing
<haad> nope, it's a IPFS thing
<cow_2001> oooh oop
<cow_2001> s
<haad> chat app on IPFS, ie. the messages/communication are saved in IPFS
<cow_2001> found this one ~_~ https://github.com/FrauBienenstich/orbit-irc
<Mateon1> By the way, what's the planned realtime protocol over IPFS called? I remember seeing a mention of it in one of the repos
<haad> yup, that's a prototype for replicating IRC messages to Orbit's channels
<haad> Mateon1: pubsub?
<cow_2001> real time O_o
<Mateon1> haad: I think that's, it, let me check
<Mateon1> haad: Yup, thanks
<haad> we just moved all the information to that repo this week
<haad> there's a lot of discussion around it from the past, hopefully you'll find the info you're looking for
<cow_2001> ipfs has an interesting level of granularity in terms of git repos
ckwaldon has quit [Ping timeout: 260 seconds]
ckwaldon has joined #ipfs
r04r is now known as zz_r04r
j12t has quit [Ping timeout: 252 seconds]
<vapid> chat on ipfs would be amazing
<haad> we're getting there...
<lgierth> o/
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
reit has quit [Ping timeout: 250 seconds]
zorglub27 has quit [Ping timeout: 244 seconds]
zorglub27 has joined #ipfs
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon has joined #ipfs
zorglub27 has quit [Ping timeout: 265 seconds]
Kane` has quit [Quit: Leaving]
j12t has joined #ipfs
ckwaldon1 has joined #ipfs
Ling has quit [Quit: brb peanut butter jar fell off the roof]
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
wes_ has joined #ipfs
s_kunk has quit [Read error: Connection reset by peer]
s_kunk has joined #ipfs
wes_ has quit [Ping timeout: 260 seconds]
mvorg has quit [Read error: No route to host]
cemerick has joined #ipfs
zorglub27 has joined #ipfs
j12t has quit [Ping timeout: 250 seconds]
pfrazee has joined #ipfs
wes_ has joined #ipfs
apiarian has quit [Ping timeout: 264 seconds]
ashark has joined #ipfs
Encrypt has quit [Quit: Eating time!]
apiarian has joined #ipfs
BHR27 has quit [Remote host closed the connection]
<daviddias> haad: went through the pm process doc. Super solid work, I was pleased reading through it, throwing a lot of thumbs up at my screen :D
Bheru27 has joined #ipfs
Foxcool has quit [Remote host closed the connection]
ckwaldon1 has joined #ipfs
Foxcool has joined #ipfs
ckwaldon has quit [Ping timeout: 244 seconds]
ckwaldon1 is now known as ckwaldon
wes_ has quit [Ping timeout: 252 seconds]
computerfreak has quit [Remote host closed the connection]
chris613 has joined #ipfs
byteflame has joined #ipfs
LumberTech has joined #ipfs
chris613 has quit [Client Quit]
zorglub27 has quit [Ping timeout: 240 seconds]
pfrazee has quit [Remote host closed the connection]
chris613 has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
ashark has joined #ipfs
PrinceOfPeeves has joined #ipfs
LumberTech has quit [Remote host closed the connection]
mvorg has joined #ipfs
ashark has quit [Ping timeout: 265 seconds]
LumberTech has joined #ipfs
<victorbjelkholm_> Just came across this: https://github.com/pfrazee/beaker browser with built in support for IPFS + Dat
<victorbjelkholm_> has an introduction blogpost here: http://pfrazee.github.io/2016/08/10/beaker-browser-0.1.html
flyingzumwalt has joined #ipfs
flyingzumwalt has quit [Client Quit]
flyingzumwalt has joined #ipfs
pfrazee has joined #ipfs
Guest30983[m] has joined #ipfs
<cow_2001> hah! "Now, this model is so general you could probably use it as an automobile repair guide if you really wanted to."
<cow_2001> it's superfun to read :|
<cow_2001> daviddias: thank you!
<daviddias> cow_2001: ahah where is that written?
<daviddias> got it! :)
<yangwao> wuah beaker browser
<haad> daviddias: thanks! and thanks for the comments. I got stuck on something else today, but will continue writing it tomorrow, should be able to finish it over the weekend.
ckwaldon1 has joined #ipfs
ckwaldon has quit [Read error: Connection reset by peer]
ckwaldon1 is now known as ckwaldon
Encrypt has joined #ipfs
flyingzumwalt has quit [Quit: Leaving.]
balboah has quit [Quit: balboah]
flyingzumwalt has joined #ipfs
<victorbjelkholm_> yangwao, yeah, cool stuff! Missing ipns support though, but the plugin architecture seems simple
wes_ has joined #ipfs
wes_ has quit [Ping timeout: 252 seconds]
<yangwao> victorbjelkholm_: I just never heard of solid https://github.com/solid/solid looks nice :)
<cow_2001> omg omg omg he is going to explain IP masks and stuff like that! :D
reit has joined #ipfs
<cow_2001> i never picked up that bit in my loonix voyages
<cow_2001> GNU voyages
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
doesntgolf_ has joined #ipfs
Looking has joined #ipfs
Remote has quit [Ping timeout: 265 seconds]
keroberos has quit [Ping timeout: 264 seconds]
ckwaldon1 has joined #ipfs
flyingzumwalt has quit [Quit: Leaving.]
doesntgolf_ has quit [Client Quit]
doesntgolf has joined #ipfs
<cow_2001> or maybe not
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon1 is now known as ckwaldon
kuchikuu has joined #ipfs
<kuchikuu> Hi. Anything new?
keroberos has joined #ipfs
<cow_2001> "Think of the IP address as the street address of a hotel, and the port number as the room number. That's a decent analogy; maybe later I'll come up with one involving the automobile industry."
apiarian has quit [Ping timeout: 252 seconds]
apiarian has joined #ipfs
<kuchikuu> Nice
<kuchikuu> but cow
<kuchikuu> cow_2001, ip is a street address, port is a room number
<kuchikuu> So we have the street and the room
<kuchikuu> where's the Hotel itself? :D
<fiatjaf> the street address should give you that that.
<kuchikuu> What if there are many hotels?
<kuchikuu> if I pick Coockie Valley street
<kuchikuu> Cookie*
<kuchikuu> and a number let's say 80
<kuchikuu> then which hotel should I go in? Many hotels can have room number above 80
flyingzumwalt has joined #ipfs
flyingzumwalt has quit [Client Quit]
<cow_2001> kuchikuu: :|
jedahan has joined #ipfs
<cow_2001> maybe he means oh fiat jaf said that already
<kuchikuu> dunno I just joined here ^_^
<cow_2001> the address gives you the number of building
<cow_2001> maybe
<cow_2001> i'm reading this guide to network programming by beej
<kuchikuu> ahhhh
<vapid> read the "learn you a haskell" book
<vapid> it will change your life
<kuchikuu> so it's not just the street address, but it's the whole adress to the cuilding. Now I get it
tmg has quit [Ping timeout: 264 seconds]
<cow_2001> i'd recommend the haskellbook.com
<Kubuxu> !pin QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw go-is-domain
<pinbot> now pinning /ipfs/QmaeHSCBd9XjXxmgHEiKkHtLcMCb2eZsPLKT7bHgBfBkqw
<vapid> its so funny though
<vapid> how monads are a really simpleish concept
<vapid> and how almost every online turorial makes it seem complicated
<vapid> them whatever
<cow_2001> yep
j12t has joined #ipfs
<cow_2001> there's also a series of exercises which build monads and weirder things out of the most basic stuff
<cow_2001> each typeclass builds on the previous ones
<cow_2001> adding laws
matoro has joined #ipfs
doesntgolf has quit [Ping timeout: 258 seconds]
j12t has quit [Ping timeout: 258 seconds]
dadude has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu created feat/is-domain-to-gxx (+1 new commit): https://git.io/v605H
<ipfsbot> go-ipfs/feat/is-domain-to-gxx cf23ab9 Jakub Sztandera: deps: move go-is-domain to gx...
<ipfsbot> [go-ipfs] Kubuxu opened pull request #3077: deps: move go-is-domain to gx (master...feat/is-domain-to-gxx) https://git.io/v60dC
flyingzumwalt has joined #ipfs
dadude has quit [Ping timeout: 258 seconds]
flyingzumwalt has quit [Client Quit]
flyingzumwalt has joined #ipfs
Looking has quit [Remote host closed the connection]
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-lodash-4.15.0 (+1 new commit): https://git.io/v60Fu
<ipfsbot> js-ipfs/greenkeeper-lodash-4.15.0 2f2e5d7 greenkeeperio-bot: chore(package): update lodash to version 4.15.0...
cketti has joined #ipfs
dadude has joined #ipfs
dadude has quit [Max SendQ exceeded]
dadude has joined #ipfs
wes_ has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
wes_ has quit [Ping timeout: 244 seconds]
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-lodash-4.15.0 at 2f2e5d7: https://git.io/v60NQ
ylp has quit [Quit: Leaving.]
flyingzumwalt has quit [Quit: Leaving.]
dadude has quit [Ping timeout: 258 seconds]
dadude has joined #ipfs
zorglub27 has joined #ipfs
dadude has quit [Max SendQ exceeded]
zz_r04r is now known as r04r
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ckwaldon1 has joined #ipfs
jedahan has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
cryptix has quit [Quit: leaving]
j12t has joined #ipfs
maxlath has joined #ipfs
zorglub27 has quit [Ping timeout: 264 seconds]
maxlath is now known as zorglub27
flyingzumwalt has joined #ipfs
flyingzumwalt has quit [Client Quit]
cemerick has quit [Ping timeout: 276 seconds]
flyingzumwalt has joined #ipfs
zorglub27 has quit [Ping timeout: 265 seconds]
zorglub27 has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
vapid has quit [Ping timeout: 252 seconds]
jedahan has joined #ipfs
wes_ has joined #ipfs
ashark_ has joined #ipfs
wes_ has quit [Ping timeout: 252 seconds]
TRUMP-PENCE has quit [Quit: TRUMP-PENCE 2016]
ashark_ has quit [Ping timeout: 258 seconds]
G-Ray has quit [Remote host closed the connection]
<dignifiedquire> daviddias: I started on interface-pull-blob-store https://github.com/ipfs/interface-pull-blob-store
<dignifiedquire> includes basic tests, and reference memory implementation
<daviddias> awesome! :)
<daviddias> it will need one of those nice badges
<daviddias> like, the disk but with a straw or something :)
<ipfsbot> [go-ipfs] MrSparc opened pull request #3078: Fix dist_get script: prevents get_go_vars() returns same %s-%s values twice (master...master) https://git.io/v6ET8
TRUMP-PENCE has joined #ipfs
<dignifiedquire> :D
<dignifiedquire> PRs welcome
machrider has joined #ipfs
vapid has joined #ipfs
vapid has quit [Client Quit]
cemerick has joined #ipfs
Tv` has joined #ipfs
Boomerang has quit [Quit: leaving]
chriscool has joined #ipfs
chriscool has quit [Client Quit]
chriscool has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid created feat/update-files-add (+1 new commit): https://git.io/v6Eto
<ipfsbot> js-ipfs/feat/update-files-add 8af1abc David Dias: feat(files.add): update API to conform latest interface-ipfs-core updates
<daviddias> ahah dignifiedquire I'll use my designer mad skillz muhaha
<dignifiedquire> :D
<ipfsbot> [js-ipfs] diasdavid opened pull request #413: feat(files.add): update API to conform latest interface-ipfs-core updates (master...feat/update-files-add) https://git.io/v6EtH
<daviddias> how is the pull-streams endeavour, having fun migrating all the things?
<dignifiedquire> lots of fun :D
<dignifiedquire> progress was made
<dignifiedquire> I won't fully finish though this sprint
ckwaldon1 has joined #ipfs
<dignifiedquire> I've updated PRs to the issue
<dignifiedquire> if you have some time to help me it would be appreciated :)
<daviddias> I've figured, I'm already counting with 2 or 3 days extra to reach this milestone. The interface-ipfs-core has been taking more time than I hoped for. Yes, I definitely want to help on the pull streams, hopefully, I'll get some time to hack on it this weekend :)
<daviddias> then , it is test extravaganza time!
ckwaldon has quit [Ping timeout: 276 seconds]
ckwaldon1 is now known as ckwaldon
chriscool has quit [Read error: Connection reset by peer]
santamanno has quit [Quit: santamanno]
chriscool has joined #ipfs
chris6131 has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chris613 has quit [Ping timeout: 258 seconds]
<dignifiedquire> daviddias: cool :) if you want you can do the webrtc-star module, that's the one I have the least knowlede about and it would be great to get that done :)
wes_ has joined #ipfs
gmcquillan_ has joined #ipfs
gmcquillan_ is now known as gavin
<daviddias> ok, I can start with that one then :)
Oatmeal has quit [Ping timeout: 240 seconds]
wes_ has quit [Ping timeout: 258 seconds]
robogoat has quit [Ping timeout: 265 seconds]
<codehero> what's the difference between direct, indirect, and recursive?
<codehero> in terms of pinning
<codehero> okay. i found an explanation
jager has quit [Ping timeout: 240 seconds]
mildred has joined #ipfs
s_kunk has quit [Ping timeout: 240 seconds]
ruby32 has joined #ipfs
robogoat has joined #ipfs
mildred has quit [Ping timeout: 265 seconds]
chriscool has quit [Read error: Connection reset by peer]
chriscool1 has joined #ipfs
Oatmeal has joined #ipfs
pfrazee has quit [Remote host closed the connection]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid created feat/update-files-add (+1 new commit): https://git.io/v6EWD
<ipfsbot> js-ipfs-api/feat/update-files-add 9940742 David Dias: feat(files.add): conform with latest interface-ipfs-core spec
zoglesby has left #ipfs ["User left"]
<ipfsbot> [js-ipfs-api] diasdavid opened pull request #345: feat(files.add): conform with latest interface-ipfs-core spec (master...feat/update-files-add) https://git.io/v6EWx
<dignifiedquire> daviddias: alrighty https://github.com/ipfs/js-fs-pull-blob-store is done
<dignifiedquire> and this is list is not empty anymore https://github.com/ipfs/interface-pull-blob-store#modules-that-use-this
<daviddias> :D
<dignifiedquire> enought for me today :)
<daviddias> nice work!
<daviddias> does the tests offer 100% coverage?
<daviddias> It would be good to guarantee a good coverage from the interface tests
<dignifiedquire> not yet
<dignifiedquire> it's somewhere around 85% atm
<dignifiedquire> we can certainly aim for that
<daviddias> not that bad. If we can get 100% for fs and idb just from interface tests, then any other implementation will also have some good coverage (of course it depends of what the impl is doing)
<dignifiedquire> agreed
<daviddias> thank you for shipping all the things :)
<dignifiedquire> it's mostly error handling that's not fully covered atm
<dignifiedquire> they already on npm :)
chris6131 has quit [Ping timeout: 252 seconds]
<haad> did this today: https://github.com/haadcode/orbit-textui. blessed is awesome for text uis!
chris613 has joined #ipfs
<daviddias> xicombd ^^ I know you will find that fun to play with :)
ashark_ has joined #ipfs
ygrek has joined #ipfs
chris613 has quit [Ping timeout: 258 seconds]
flyingzumwalt has quit [Quit: Leaving.]
ashark_ has quit [Ping timeout: 258 seconds]
jedahan has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
TRUMP-PENCE has quit [Quit: TRUMP-PENCE 2016 #AllLivesForTrump #TrumpNation #TrumpTrain #teamtrump #TrumpPence #NeverHillary #maga #MakeAmericaGreatAgain #HumaTheHoneyPot #BarackBinLaden #CaliphateClinton]
WhisperSurface is now known as TheWhisperSP3
TRUMP-PENCE has joined #ipfs
chris613 has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
pfrazee has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
quantumnode has joined #ipfs
aboodman has joined #ipfs
mvorg has quit [Ping timeout: 276 seconds]
<ipfsbot> [go-ipfs] MrSparc closed pull request #3078: Fix dist_get script: prevents get_go_vars() returns same %s-%s values twice (master...master) https://git.io/v6ET8
<ipfsbot> [go-ipfs] MrSparc reopened pull request #3078: Fix dist_get script: prevents get_go_vars() returns same %s-%s values twice (master...master) https://git.io/v6ET8
abbaZaba has quit [Quit: Textual IRC Client: www.textualapp.com]
Encrypt has quit [Remote host closed the connection]
ashark_ has joined #ipfs
rendar has quit [Ping timeout: 244 seconds]
zorglub27 has quit [Quit: zorglub27]
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
zorglub27 has joined #ipfs
ashark_ has quit [Ping timeout: 250 seconds]
<ipfsbot> [webui] greenkeeperio-bot opened pull request #457: Update eslint to version 3.3.0
kuchikuu has quit [Quit: Leaving]
aboodman has quit [Quit: aboodman]
<ipfsbot> [go-ipfs] Kubuxu created feat/MrSparc-dist_get (+1 new commit): https://git.io/v6EV5
<ipfsbot> go-ipfs/feat/MrSparc-dist_get e26ce57 Jakub Sztandera: bin: dist_get script: prevents get_go_vars() returns same values twice...
wes_ has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu opened pull request #3079: bin: dist_get script: prevents get_go_vars() returns same values twice (master...feat/MrSparc-dist_get) https://git.io/v6EVp
wes_ has quit [Ping timeout: 265 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jedahan has joined #ipfs
ckwaldon1 has joined #ipfs
zorglub27 has quit [Ping timeout: 264 seconds]
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
jedahan has quit [Client Quit]
WhisperSurface has joined #ipfs
rendar has joined #ipfs
chriscool1 has quit [Read error: Connection reset by peer]
jedahan has joined #ipfs
TheWhisperSP3 has quit [Ping timeout: 244 seconds]
WhisperSurface is now known as TheWhisperSP3
Foxcool has quit [Ping timeout: 252 seconds]
chriscool has joined #ipfs
flyingzumwalt has joined #ipfs
Foxcool has joined #ipfs
<pfrazee> can object.links() take an ipns pubkey as its multihash input?
<pfrazee> if yes, then is the DNS resolution code put in a js lib anywhere, or is there a spec for it?
<daviddias> pfrazee: it can
<daviddias> but what you get is going to be the object of the pubkey
<daviddias> and IPNS hash is the hash(pubkey) that hashed the record
<daviddias> pfrazee: which DNS resolution specifically ?
<pfrazee> daviddias: ok, will the pubkey's object have the current data-object's hash?
<pfrazee> daviddias: as for DNS, Im not sure; I see some ipns links using shortnames
ashark_ has joined #ipfs
herzmeister has quit [Quit: Leaving]
cemerick has quit [Ping timeout: 276 seconds]
herzmeister has joined #ipfs
<daviddias> pfrazee: dns: example?
<pfrazee> ipfs:/ipfs/QmU5XsVwvJfTcCwqkK1SmTqDmXWSQWaTa7ZcVLY2PDxNxG/ipfs_links.html has some links
<pfrazee> ipfs:/ipns/www.mindeco.de/ for instance
<pfrazee> that txt is dnslink=/ipfs/QmVgg3svr4SSJgKgscWj1Leje7E6Vo6uPVLGiUCv6DpUBG
Foxcool has quit [Ping timeout: 240 seconds]
<pfrazee> so... that's pretty obvious to parse
<daviddias> yeah, all of those have the dnslink
<pfrazee> should I support that?
<daviddias> there is this tool https://github.com/ipfs/dnslink-deploy for publishing them
<daviddias> if you use DO
<daviddias> the resolution is in go https://github.com/jbenet/go-dnslink
<daviddias> IPFS should give you that for free, no?
<pfrazee> maybe it does and I didnt notice
<daviddias> every IPFS node should do that resolution
<pfrazee> links() wouldnt do the DNS work, would it?
<daviddias> no, object is a pretty 'dumb' graph manipulation API
ELLIOTTCABLE has quit [Ping timeout: 250 seconds]
<daviddias> name uses object
O47m341 has joined #ipfs
<daviddias> but the dns link solution is not exposed through the http-api. Now that you mention this, I think it should
Oatmeal has quit [Quit: Suzie says, "TTFNs!"]
galois_d_ has joined #ipfs
ELLIOTTCABLE has joined #ipfs
<pfrazee> ok yeah. So I'll just build in some parsing for the dns stuff (very easy) and add support for when links() is given a pubkey
galois_dmz has quit [Ping timeout: 250 seconds]
zorglub27 has joined #ipfs
WhisperSurface has joined #ipfs
zorglub27 has quit [Remote host closed the connection]
TheWhisperSP3 has quit [Ping timeout: 240 seconds]
cemerick has joined #ipfs
<lgierth> hey pfrazee, beaker is great <3 any plans to support fs: too?
<pfrazee> lgierth: thanks! Is fs: the same as ipfs: ?
<lgierth> (i'm on holiday one more week, i can help you out with any questions then -- kubuxu can too i guess :>)
<lgierth> pfrazee: yes it's the canonical scheme, let me find you the github issue
<lgierth> TODO: fs: needs a spec
<Kubuxu> ??
<Kubuxu> ah, yeah
<pfrazee> lgierth: yeah I've seen this. This is kind of tricky. The URI specs are pretty specific that you shouldnt use really generic scheme names, arent they?
<Kubuxu> Yes but in case of IPFS we aim at uniforming filesystem access and URI access.
<lgierth> ugh not sure -- it must be covered in that github issue. i'll dig it up when i'm back :)
<Kubuxu> Currently we have PoC of FUSE mount of /ipfs/ and /ipns/
<lgierth> yeah what kubuxu said -- that's why it's fs:/ipfs/hash and not fs:/hash
<richardlitt> !pin QmVreNvKsQmQZ83T86cWSjPu2vR3yZHGPm5jnxFuunEB9u license
<pinbot> now pinning /ipfs/QmVreNvKsQmQZ83T86cWSjPu2vR3yZHGPm5jnxFuunEB9u
jgantunes has quit [Quit: Connection closed for inactivity]
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to feat/update-files-add: https://git.io/v6EXP
<ipfsbot> js-ipfs-api/feat/update-files-add e7b1ec4 David Dias: feat(ci): add node.js 6 (stable) testing
mildred has joined #ipfs
<ekleog> beware of things like plan9 where a "single fs" does not make sense afaiu
<ekleog> ( http://www.9gridchan.org/plan_9_basics , "Each process you control has its own view of namespace which might be different from yours", they use the word "namespace" to indicate a root of the "filesystem" afaiu)
<ekleog> so using fs:/ on plan9 would be dependent on how one did setup the browser, which may be counter-intuitive
WhisperSurface is now known as TheWhisperSP3
<ekleog> (besides, maybe I don't see something, but what's wrong with file://?)
<pfrazee> I'm personally inclined to stick with URI standards, including the bit about generic scheme names. The gopher protocol looked like a winner before the www took off. Even HTTP could die. Protocols go defunct. It seems problematic to let IPFS become "the" fs:
aboodman has joined #ipfs
chriscool has quit [Read error: Connection reset by peer]
ckwaldon has quit [Ping timeout: 240 seconds]
erde74 has joined #ipfs
ckwaldon has joined #ipfs
<pfrazee> daviddias: when I call `ipfs object links <ipns pubkey>` it just hangs
<daviddias> have you published the IPNS record before?
<pfrazee> yeah
<pfrazee> and `ipfs name resolve` works with it
<daviddias> because IPNS records (currently) are not MerkleDAG Objects, they are stored in the DHT
<daviddias> weird
<daviddias> should return the pubkey
vapid has joined #ipfs
chris6131 has joined #ipfs
<daviddias> unless, go-ipfs is now storing the pubkey with the record (to reduce round trips)
<pfrazee> daviddias: should I file an issue somewhere?
<daviddias> yeah, in go-ipfs :)
<pfrazee> ok will do
chris613 has quit [Ping timeout: 244 seconds]
zorglub27 has joined #ipfs
zorglub27 has quit [Ping timeout: 244 seconds]
zorglub27 has joined #ipfs
zorglub27 has quit [Client Quit]
santamanno has joined #ipfs
chris613 has joined #ipfs
chris6131 has quit [Ping timeout: 250 seconds]
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid force-pushed feat/update-files-add from 8af1abc to 28b0bb7: https://git.io/v6ESn
<ipfsbot> js-ipfs/feat/update-files-add 28b0bb7 David Dias: feat(files.add): update API to conform latest interface-ipfs-core updates
ashark__ has joined #ipfs
<ipfsbot> [js-ipfs-api] greenkeeperio-bot opened pull request #346: Update interface-ipfs-core to version 0.8.0
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ashark__ has quit [Ping timeout: 250 seconds]
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-interface-ipfs-core-0.8.0 at d85b237: https://git.io/v6E9O
<ipfsbot> [js-ipfs-api] diasdavid force-pushed feat/update-files-add from e7b1ec4 to 8a984a8: https://git.io/v6E9R
<ipfsbot> js-ipfs-api/feat/update-files-add 8a984a8 David Dias: feat(ci): add node.js 6 (stable) testing
jedahan has joined #ipfs
chris613 has quit [Ping timeout: 265 seconds]
chris613 has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid deleted greenkeeper-interface-ipfs-core-0.8.0 at 15fffc0: https://git.io/v6EHQ
aboodman has quit [Quit: aboodman]
flyingzumwalt has quit [Quit: Leaving.]
ckwaldon1 has joined #ipfs
aboodman has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon1 is now known as ckwaldon
aboodman has quit [Client Quit]
Encrypt has joined #ipfs
gavin has quit [Ping timeout: 252 seconds]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
cemerick has quit [Ping timeout: 244 seconds]
flyingzumwalt1 has joined #ipfs
mvorg has joined #ipfs
pguth has joined #ipfs
chris613 has quit [Ping timeout: 252 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
chris613 has joined #ipfs
byteflame has quit [Ping timeout: 250 seconds]
santamanno has quit [Quit: Textual IRC Client: www.textualapp.com]
aboodman has joined #ipfs
aboodman has quit [Remote host closed the connection]
erde74 has quit [Quit: Verlassend]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
palkeo has quit [Quit: Konversation terminated!]
elasticdog has quit [Ping timeout: 258 seconds]
ashark_ has quit [Ping timeout: 240 seconds]
pfrazee has quit [Remote host closed the connection]
wes has joined #ipfs
wes is now known as Guest37638
ckwaldon has quit [Ping timeout: 265 seconds]
Guest37638 has quit [Ping timeout: 244 seconds]
ckwaldon has joined #ipfs
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
<gucky> PING 1471040165 879595
gucky has joined #ipfs
ashark has joined #ipfs
mildred has quit [Ping timeout: 250 seconds]
ashark has quit [Ping timeout: 240 seconds]
gucky has quit [Ping timeout: 244 seconds]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
ebel has quit [Ping timeout: 258 seconds]
ebel has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 250 seconds]
ckwaldon1 is now known as ckwaldon
quantumnode has left #ipfs ["Leaving"]
cketti has quit [Quit: Leaving]
ckwaldon has quit [Remote host closed the connection]
vbsd has quit [Ping timeout: 244 seconds]
kuchikuu has joined #ipfs
flyingzumwalt1 has quit [Quit: Leaving.]
ckwaldon has joined #ipfs
kholdstayre has joined #ipfs
herzmeister has quit [Quit: Leaving]
wallacoloo has joined #ipfs
r04r is now known as zz_r04r
ashark has joined #ipfs
kholdstayre is now known as granite
granite is now known as kholdstayre
kholdstayre is now known as russelsteapot
<russelsteapot> how does ipfs work for a social media website, where users need to authenticate in to editing the content, and then updating that content?
ashark has quit [Ping timeout: 250 seconds]
edrex has quit [Read error: Connection reset by peer]
edrex has joined #ipfs
Encrypt has quit [Quit: Sleeping time!]
<kuchikuu> I would like to know the answer too....
<codehero> i think you'd need something like ethereum for that
<codehero> or zeronet
<noffle> russelsteapot: it depends what you mean by 'authenticate'. if every user is identified by their own private key they generated, they only need to sign their data they publish to be authenticated
<noffle> centralized authentication is only necessary when there's a centralized authority; if your distributed app has no central authority, it may not need central authentication
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
LumberTech has quit [Ping timeout: 265 seconds]
<noffle> many client:server concepts don't map 1:1 onto distributed networks
<russelsteapot> so then what about when i want to edit my social media page? a new page will then be generated for each and every modification that i make to my page?
ruby32 has quit [Remote host closed the connection]
<noffle> russelsteapot: there are many approaches. maybe you publish a diff to your signed feed describing the change, and other peers use that diff to generate your final html social media page locally
ruby32 has joined #ipfs
<noffle> append-only logs are a very distributed-friendly construct for these sorts of things (social media in particular)
fleeky has quit [Ping timeout: 240 seconds]
<noffle> google kappa architecture
<russelsteapot> ok, so ipfs would provide me the ability to append, but not modify prior content. i guess that is the trade off for having a distributed system
<codehero> you could probably modify it. just not permanently delete
<codehero> i'd imagine it'd be sort of like a git commit
<noffle> russelsteapot: you could functionally modify old content (mark an old thing as deleted), but the old data is hard to get rid of, and in fact would invalidate the rest of the log
<noffle> codehero: yes, much like git
<noffle> append immutable changes only
<russelsteapot> hmm intriguing
<russelsteapot> noffle, do you know if any social media sites that use ipfs exist yet?
<noffle> russelsteapot: I think there are a few
<russelsteapot> noffle, i had never even heard about kappa architecture, this is going to take up a good couple days of reading
<russelsteapot> im assuming that kappa architecture is how ipfs is handling the type of versioning that I was originally asking about?
<noffle> russelsteapot: core ipfs by itself doesn't do versioning of its objects; that's an application logic concern
<noffle> yes, lots of reading to be had :)
G-Ray has joined #ipfs
jaboja has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: https://git.io/v6utv
<ipfsbot> js-ipfs-api/master 3fc7042 David Dias: Merge pull request #345 from ipfs/feat/update-files-add...
mvorg has quit [Ping timeout: 244 seconds]
cemerick has joined #ipfs
<kuchikuu> yesterday there as a talk about websites. You just unpin the old document
<kuchikuu> and with time it gets deleted
<kuchikuu> if that's correct what I understood