<Isaac_>
Hi! Newbie question: how do I access the underlying libp2pnode instance in js-ipfs? I noticed that all node.libp2pnode has is start() and stop() [Node debugger], but even the private _libp2pnode property doesn't have the dialProtocol() function
<Isaac_>
I am on Node.JS, v9.5 and js-ipfs 0.27.7
drrty has quit [Ping timeout: 240 seconds]
BeautifulBash has quit [Remote host closed the connection]
Taoki has quit [Remote host closed the connection]
Soft has joined #ipfs
ninja_356 has joined #ipfs
robattila256 has joined #ipfs
<ninja_356>
Hey all, I was trying to download a recursive dir with indirect subdirs. Why does 'ipfs get <ipfs-path>' *not* preserve the original directory structure of things inside the path you are getting?
<ninja_356>
Is this a bug or is this intentional?
ccii has quit [Ping timeout: 268 seconds]
<ninja_356>
... to prove my point, try 'ipfs add -r -w <path_with_subdirs>' on a path of your choosing, and then 'ipfs get <ipfs-path>' on the recursive path it creates
Taoki has joined #ipfs
jungly has quit [Remote host closed the connection]
mildred has quit [Read error: Connection reset by peer]
ericxtang has quit [Remote host closed the connection]
tombusby has quit [Ping timeout: 255 seconds]
mildred has joined #ipfs
tombusby has joined #ipfs
<voker57>
ninja_356: how exactly it does not preserve it? which ipfs version are you using?
<voker57>
also, you don't need -w for a single directory
<voker57>
I tried ipfs add -r and then ipfs get and directories are identical
<lgierth>
hellyeah: it's pretty old -- a few more components have been added
<lgierth>
but generally it's mostly accurate
<hellyeah>
there must be draft4 or something than
<hellyeah>
or what is the adittion?
<hellyeah>
are*
warner has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
und0ck3d has joined #ipfs
<lgierth>
all kinds of things. it's still an accurate introductory picture of ipfs
<lgierth>
anything specific you're looking for?
<lgierth>
(a draft 4 will come some time this year)
ericxtang has joined #ipfs
mrgryphon[m] has joined #ipfs
ericxtang has quit [Remote host closed the connection]
chiui has quit [Ping timeout: 240 seconds]
jaboja has joined #ipfs
<hellyeah>
i am just new player in ipfs try to learn smt
<hellyeah>
S/Kademlia DHT is that what people use?
<hellyeah>
oh
<hellyeah>
i can use git
Encrypt has quit [Quit: Quit]
ericxtang has joined #ipfs
raynold has joined #ipfs
ninja_356 has quit [Quit: leaving]
ericxtang has quit [Ping timeout: 276 seconds]
<hellyeah>
hmm SFS
dimitarvp has quit [Quit: Bye]
<hellyeah>
one question
<hellyeah>
we build that system with GO language
<hellyeah>
?
<hellyeah>
i dont know Go language should i learn it?
nnutter has joined #ipfs
dimitarvp has joined #ipfs
leavehouse has joined #ipfs
<voker57>
go-ipfs, the main implementation of IPFS, is in Go.
warner has joined #ipfs
<hellyeah>
I see
<hellyeah>
i bet go is OOP
jaboja has quit [Ping timeout: 256 seconds]
ruby32_ has joined #ipfs
shizy has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
sim590 has quit [Ping timeout: 240 seconds]
rendar has quit []
sim590 has joined #ipfs
corvinux has joined #ipfs
kszarlej has joined #ipfs
Martin__ has joined #ipfs
Unirgy has quit [Changing host]
Unirgy has joined #ipfs
Martin__ has quit [Quit: WeeChat 1.9.1]
leavehouse has quit [Ping timeout: 255 seconds]
roygbiv has joined #ipfs
blabla has joined #ipfs
<blabla>
Hey everyone, I have an IPFS node running on some server and exposed the HTTP api, the node runs with the experimental pubsub support.
<blabla>
Can clients make use of the pubsub functionality using HTTP api calls to the node?
hellyeah has quit [Remote host closed the connection]
<blabla>
When I try 'curl "https://remote.com/api/v0/pubsub/sub?arg=bla"'; from the client, a connection is established and it hangs, I publish data to the topic, but the client gets nothing. After some time, I get this message "transfer closed with outstanding read data remaining"
<blabla>
So all seems to work as expected in that case.
colatkinson has joined #ipfs
akkad has quit [Excess Flood]
sim590 has joined #ipfs
akkad has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
droman has quit [Quit: WeeChat 2.0.1]
colatkinson has quit [Client Quit]
larpanet has joined #ipfs
colatkinson has joined #ipfs
<blabla>
Anyone? :D
larpanet has quit [Ping timeout: 256 seconds]
akkad has quit [Excess Flood]
und0ck3d has quit [Quit: und0ck3d]
akkad has joined #ipfs
<lgierth>
do you mean the :5001 api?
<lgierth>
please don't expose it, anyone can completely control your node
<blabla>
Sorry, I did mean the 5001 api. I understand that it should not be exposed, I intend to write a small server that will proxy requests and that will only allow access to the pubsub related endpoints.
larpanet has joined #ipfs
<blabla>
Unless that's a bad idea as well
zautomata has joined #ipfs
zautomata has quit [Changing host]
zautomata has joined #ipfs
sim590 has quit [Ping timeout: 240 seconds]
mildred has quit [Quit: mildred]
larpanet has quit [Ping timeout: 268 seconds]
roygbiv has quit [Quit: ™]
<lgierth>
hah ok just wanted to make sure -- an access control proxy in front is fine
mildred has joined #ipfs
<lgierth>
does the connection even hang when you flood the topic with a ton of messages?
splenolysis has joined #ipfs
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
colatkinson has quit [Client Quit]
Steverman has quit [Ping timeout: 248 seconds]
sim590 has joined #ipfs
}ls{ has joined #ipfs
Ecran has joined #ipfs
sim590 has quit [Ping timeout: 240 seconds]
<blabla>
Ahh, wait, I figured it out! I already had a proxy between the ipfs node and the outside world and it was causing some trouble. The api endpoint seems to be working as expected now.
<blabla>
Thank you lgierth for the support, and for the security advice, I'll get back to digging around now)
weez17 has quit [Ping timeout: 240 seconds]
shizy has quit [Ping timeout: 256 seconds]
<blabla>
A really silly mistake on my side, in the nginx config I forgot to include "proxy_buffering off;", this caused the seeming hanging.
mildred has quit [*.net *.split]
Taoki has quit [*.net *.split]
robattila256 has quit [*.net *.split]
drrty has quit [*.net *.split]
xnbya has quit [*.net *.split]
tsglove has quit [*.net *.split]
l2d has quit [*.net *.split]
elevated has quit [*.net *.split]
aananev has quit [*.net *.split]
caveat has quit [*.net *.split]
ralphtheninja has quit [*.net *.split]
Vaelatern has quit [*.net *.split]
cblgh has quit [*.net *.split]
cmbrnt has quit [*.net *.split]
WindPower_ has quit [*.net *.split]
Ronsor has quit [*.net *.split]
tg has quit [*.net *.split]
ion has quit [*.net *.split]
brabo has quit [*.net *.split]
paolof has quit [*.net *.split]
hef has quit [*.net *.split]
trock has quit [*.net *.split]
DuClare has quit [*.net *.split]
chrysn has quit [*.net *.split]
achin has quit [*.net *.split]
jzerebecki has quit [*.net *.split]
r04r has quit [*.net *.split]
_mak has quit [*.net *.split]
caiogondim has quit [*.net *.split]
mappum has quit [*.net *.split]
jzelinskie has quit [*.net *.split]
nic0lae has quit [*.net *.split]
plexigras has quit [*.net *.split]
martinBrown has quit [*.net *.split]
grensjo[m] has quit [*.net *.split]
neurocis[m] has quit [*.net *.split]
hakim33[m] has quit [*.net *.split]
Bloo[m] has quit [*.net *.split]
Henark[m] has quit [*.net *.split]
fluff[m] has quit [*.net *.split]
skywavesurfer[m] has quit [*.net *.split]
M-TidyKoala has quit [*.net *.split]
karim_antoun[m] has quit [*.net *.split]
wakest has quit [*.net *.split]
M1trace[m] has quit [*.net *.split]
eluc[m] has quit [*.net *.split]
yangwao has quit [*.net *.split]
msmart[m] has quit [*.net *.split]
Dako300[m] has quit [*.net *.split]
jceb has quit [*.net *.split]
mectors[m] has quit [*.net *.split]
KraemeReinharD[m has quit [*.net *.split]
am2on has quit [*.net *.split]
berunade[m] has quit [*.net *.split]
vd[m] has quit [*.net *.split]
electric[m] has quit [*.net *.split]
Tyroie[m] has quit [*.net *.split]
Wikipedia[m] has quit [*.net *.split]
ntninja has quit [*.net *.split]
avatias0[m] has quit [*.net *.split]
Skippy[m] has quit [*.net *.split]
uha[m] has quit [*.net *.split]
frrist[m] has quit [*.net *.split]
score_under[m] has quit [*.net *.split]
cbluth[m] has quit [*.net *.split]
patrickr[m] has quit [*.net *.split]
jambo58[m] has quit [*.net *.split]
maxlath[m] has quit [*.net *.split]
Jakob[m]1 has quit [*.net *.split]
i5heu has quit [*.net *.split]
aer[m] has quit [*.net *.split]
atmoz has quit [*.net *.split]
akosiaris[m] has quit [*.net *.split]
modrone[m] has quit [*.net *.split]
enoeht[m] has quit [*.net *.split]
madduck[m] has quit [*.net *.split]
alxstrong[m] has quit [*.net *.split]
chrono[m] has quit [*.net *.split]
puminya[m] has quit [*.net *.split]
M-brain has quit [*.net *.split]
nullc1pher[m] has quit [*.net *.split]
mshaq[m] has quit [*.net *.split]
anders[m] has quit [*.net *.split]
yayota[m] has quit [*.net *.split]
ShalokShalom[m] has quit [*.net *.split]
M-flyingzumwalt has quit [*.net *.split]
xMajedz[m] has quit [*.net *.split]
testingotro[m] has quit [*.net *.split]
SerkanDevel[m] has quit [*.net *.split]
Scio[m] has quit [*.net *.split]
null_radix[m] has quit [*.net *.split]
xentec has quit [*.net *.split]
musicmatze has quit [*.net *.split]
teej has quit [*.net *.split]
ebel has quit [*.net *.split]
Muis has quit [*.net *.split]
voldyman has quit [*.net *.split]
ELLIOTTCABLE has quit [*.net *.split]
Cir0X has quit [*.net *.split]
flyingkiwi has quit [*.net *.split]
TheLugal has quit [*.net *.split]
warner has quit [*.net *.split]
Soft has quit [*.net *.split]
willmeyers has quit [*.net *.split]
emschwartz has quit [*.net *.split]
tglman has quit [*.net *.split]
bcavileer has quit [*.net *.split]
manveru has quit [*.net *.split]
jbenet has quit [*.net *.split]
russted has quit [*.net *.split]
Smith[m] has quit [*.net *.split]
nocent has quit [*.net *.split]
beatrupp[m] has quit [*.net *.split]
gwillen[m] has quit [*.net *.split]
edrex has quit [*.net *.split]
tallsam[m] has quit [*.net *.split]
indefini has quit [*.net *.split]
louisw[m] has quit [*.net *.split]
keks[m] has quit [*.net *.split]
kkkast[m] has quit [*.net *.split]
EnricoFasoli[m] has quit [*.net *.split]
bart80[m] has quit [*.net *.split]
musicmatze[m] has quit [*.net *.split]
dbmath31[m] has quit [*.net *.split]
preea[m] has quit [*.net *.split]
notafile[m] has quit [*.net *.split]
cyberwolf[m] has quit [*.net *.split]
Mitchk[m] has quit [*.net *.split]
wizek[m] has quit [*.net *.split]
matiasnomad[m] has quit [*.net *.split]
omiselu[m] has quit [*.net *.split]
fairness[m] has quit [*.net *.split]
fil_redpill has quit [*.net *.split]
lypticdna[m] has quit [*.net *.split]
rihardsk[m] has quit [*.net *.split]
pmilot[m] has quit [*.net *.split]
nmls[m] has quit [*.net *.split]
Mike[m]1 has quit [*.net *.split]
senwang[m] has quit [*.net *.split]
Anne_Jiang[m] has quit [*.net *.split]
trhode84[m] has quit [*.net *.split]
Polychrome[m] has quit [*.net *.split]
toomby[m] has quit [*.net *.split]
tomaka has quit [*.net *.split]
ircmaster[m] has quit [*.net *.split]
litebit[m] has quit [*.net *.split]
Jtremback[m] has quit [*.net *.split]
dani9[m] has quit [*.net *.split]
demonemo[m] has quit [*.net *.split]
zhavypath[m] has quit [*.net *.split]
phi-rjan[m] has quit [*.net *.split]
Ghostwalk[m] has quit [*.net *.split]
zveroyascher1[m] has quit [*.net *.split]
dmholmes[m] has quit [*.net *.split]
silwol has quit [*.net *.split]
Mugi[m] has quit [*.net *.split]
axu[m] has quit [*.net *.split]
LaPingvino[m] has quit [*.net *.split]
cmatthias[m] has quit [*.net *.split]
wldhx has quit [*.net *.split]
fredrikj[m] has quit [*.net *.split]
speaker[m] has quit [*.net *.split]
mntr0[m] has quit [*.net *.split]
axic[m] has quit [*.net *.split]
kants[m] has quit [*.net *.split]
jhiesey has quit [*.net *.split]
angreifer has quit [*.net *.split]
vflyson has quit [*.net *.split]
sirn has quit [*.net *.split]
iinaj has quit [*.net *.split]
bigbluehat has quit [*.net *.split]
hosh has quit [*.net *.split]
probono_ has quit [*.net *.split]
pjz has quit [*.net *.split]
ChrisMatthieu has quit [*.net *.split]
SamYaple has quit [*.net *.split]
peterix has quit [*.net *.split]
blabla has quit [Quit: Page closed]
teej has joined #ipfs
saki has quit [Ping timeout: 260 seconds]
PoeBoy[m] has quit [Ping timeout: 240 seconds]
Arthur[m]1 has quit [Ping timeout: 240 seconds]
Leer10[m] has quit [Ping timeout: 240 seconds]
grouchofractal2[ has quit [Ping timeout: 240 seconds]
owaraiboss[m] has quit [Ping timeout: 240 seconds]
noperope[m] has quit [Ping timeout: 240 seconds]
bottom-up-hierar has quit [Ping timeout: 240 seconds]
ericxtang has joined #ipfs
warner has joined #ipfs
Soft has joined #ipfs
tglman has joined #ipfs
lypticdna[m] has joined #ipfs
bcavileer has joined #ipfs
ircmaster[m] has joined #ipfs
jbenet has joined #ipfs
EnricoFasoli[m] has joined #ipfs
indefini has joined #ipfs
Ghostwalk[m] has joined #ipfs
dbmath31[m] has joined #ipfs
SamYaple has joined #ipfs
dmholmes[m] has joined #ipfs
kants[m] has joined #ipfs
gwillen[m] has joined #ipfs
sirn has joined #ipfs
zhavypath[m] has joined #ipfs
axu[m] has joined #ipfs
bigbluehat has joined #ipfs
LaPingvino[m] has joined #ipfs
beatrupp[m] has joined #ipfs
litebit[m] has joined #ipfs
Mitchk[m] has joined #ipfs
nocent has joined #ipfs
silwol has joined #ipfs
musicmatze[m] has joined #ipfs
tomaka has joined #ipfs
Smith[m] has joined #ipfs
cyberwolf[m] has joined #ipfs
mntr0[m] has joined #ipfs
phi-rjan[m] has joined #ipfs
toomby[m] has joined #ipfs
iinaj has joined #ipfs
Mugi[m] has joined #ipfs
preea[m] has joined #ipfs
notafile[m] has joined #ipfs
edrex has joined #ipfs
jhiesey has joined #ipfs
emschwartz has joined #ipfs
manveru has joined #ipfs
Mike[m]1 has joined #ipfs
pjz has joined #ipfs
dani9[m] has joined #ipfs
zveroyascher1[m] has joined #ipfs
fil_redpill has joined #ipfs
axic[m] has joined #ipfs
Polychrome[m] has joined #ipfs
peterix has joined #ipfs
demonemo[m] has joined #ipfs
willmeyers has joined #ipfs
probono_ has joined #ipfs
vflyson has joined #ipfs
wldhx has joined #ipfs
Anne_Jiang[m] has joined #ipfs
angreifer has joined #ipfs
matiasnomad[m] has joined #ipfs
rihardsk[m] has joined #ipfs
fairness[m] has joined #ipfs
Jtremback[m] has joined #ipfs
kkkast[m] has joined #ipfs
senwang[m] has joined #ipfs
pmilot[m] has joined #ipfs
fredrikj[m] has joined #ipfs
speaker[m] has joined #ipfs
nmls[m] has joined #ipfs
trhode84[m] has joined #ipfs
wizek[m] has joined #ipfs
louisw[m] has joined #ipfs
bart80[m] has joined #ipfs
russted has joined #ipfs
cmatthias[m] has joined #ipfs
keks[m] has joined #ipfs
hosh has joined #ipfs
omiselu[m] has joined #ipfs
ChrisMatthieu has joined #ipfs
tallsam[m] has joined #ipfs
iinaj has quit [Max SendQ exceeded]
aananev has joined #ipfs
iinaj has joined #ipfs
caveat has joined #ipfs
teej is now known as Guest32764
pawalls has quit [Ping timeout: 240 seconds]
master1 has quit [Ping timeout: 252 seconds]
simonDos[m] has quit [Ping timeout: 252 seconds]
M-gdr has quit [Ping timeout: 252 seconds]
timetrack[m] has quit [Ping timeout: 252 seconds]
changgong[m] has quit [Ping timeout: 252 seconds]
Tbi[m] has quit [Ping timeout: 252 seconds]
MrShepard[m] has quit [Ping timeout: 252 seconds]
cesalazar[m] has quit [Ping timeout: 252 seconds]
f4bio[m] has quit [Ping timeout: 252 seconds]
uchronian[m] has quit [Ping timeout: 248 seconds]
flyinglasanga[m] has quit [Ping timeout: 248 seconds]
dby[m] has quit [Ping timeout: 248 seconds]
alantrade[m] has quit [Ping timeout: 248 seconds]
Jupadr[m] has quit [Ping timeout: 248 seconds]
carlbennetts[m] has quit [Ping timeout: 248 seconds]
oddpotato[m] has quit [Ping timeout: 248 seconds]
lanshoot[m] has quit [Ping timeout: 248 seconds]
Marco[m] has quit [Ping timeout: 248 seconds]
M-r0kk3rz has quit [Ping timeout: 248 seconds]
caught_in_the_ma has quit [Ping timeout: 248 seconds]
Emilylovesleep[m has quit [Ping timeout: 248 seconds]
leoserra[m] has quit [Ping timeout: 248 seconds]
unlawfulmonad[m] has quit [Ping timeout: 248 seconds]
jugash[m] has quit [Ping timeout: 248 seconds]
fedor1113[m] has quit [Ping timeout: 248 seconds]
Rajdharma[m] has quit [Ping timeout: 248 seconds]
frabcus[m] has quit [Ping timeout: 248 seconds]
gjh1 has quit [Ping timeout: 248 seconds]
sickill[m] has quit [Ping timeout: 248 seconds]
gnmn[m] has quit [Ping timeout: 248 seconds]
palkeo[m] has quit [Ping timeout: 248 seconds]
crazyshoubin[m] has quit [Ping timeout: 248 seconds]
sigmaister[m] has quit [Ping timeout: 248 seconds]
GregKNicholson[m has quit [Ping timeout: 248 seconds]
elcyborg[m] has quit [Ping timeout: 248 seconds]
reddraggone9[m] has quit [Ping timeout: 248 seconds]
maxdolphin123[m] has quit [Ping timeout: 248 seconds]
lifeonalagoon[m] has quit [Ping timeout: 248 seconds]
joshb[m] has quit [Ping timeout: 248 seconds]
Encrypt has joined #ipfs
xnbya has joined #ipfs
tsglove has joined #ipfs
l2d has joined #ipfs
drrty has joined #ipfs
ralphtheninja has joined #ipfs
grensjo[m] has joined #ipfs
mappum has joined #ipfs
caiogondim has joined #ipfs
neurocis[m] has joined #ipfs
jzelinskie has joined #ipfs
Taoki has joined #ipfs
Bloo[m] has joined #ipfs
skywavesurfer[m] has joined #ipfs
martinBrown has joined #ipfs
robattila256 has joined #ipfs
plexigras has joined #ipfs
nic0lae has joined #ipfs
elevated has joined #ipfs
M-TidyKoala has joined #ipfs
karim_antoun[m] has joined #ipfs
Wikipedia[m] has joined #ipfs
mildred has joined #ipfs
mectors[m] has joined #ipfs
M-brain has joined #ipfs
ShalokShalom[m] has joined #ipfs
nullc1pher[m] has joined #ipfs
jceb has joined #ipfs
ELLIOTTCABLE has joined #ipfs
msmart[m] has joined #ipfs
i5heu has joined #ipfs
KraemeReinharD[m has joined #ipfs
brabo has joined #ipfs
Vaelatern has joined #ipfs
paolof has joined #ipfs
mshaq[m] has joined #ipfs
electric[m] has joined #ipfs
Ronsor has joined #ipfs
xentec has joined #ipfs
avatias0[m] has joined #ipfs
anders[m] has joined #ipfs
M-flyingzumwalt has joined #ipfs
modrone[m] has joined #ipfs
Dako300[m] has joined #ipfs
cblgh has joined #ipfs
atmoz has joined #ipfs
musicmatze has joined #ipfs
jambo58[m] has joined #ipfs
Scio[m] has joined #ipfs
ebel has joined #ipfs
uha[m] has joined #ipfs
yayota[m] has joined #ipfs
puminya[m] has joined #ipfs
yangwao has joined #ipfs
madduck[m] has joined #ipfs
enoeht[m] has joined #ipfs
DuClare has joined #ipfs
SerkanDevel[m] has joined #ipfs
WindPower_ has joined #ipfs
eluc[m] has joined #ipfs
Cir0X has joined #ipfs
alxstrong[m] has joined #ipfs
xMajedz[m] has joined #ipfs
cmbrnt has joined #ipfs
Tyroie[m] has joined #ipfs
akosiaris[m] has joined #ipfs
Muis has joined #ipfs
TheLugal has joined #ipfs
jzerebecki has joined #ipfs
hef has joined #ipfs
ion has joined #ipfs
achin has joined #ipfs
null_radix[m] has joined #ipfs
Skippy[m] has joined #ipfs
_mak has joined #ipfs
r04r has joined #ipfs
berunade[m] has joined #ipfs
voldyman has joined #ipfs
flyingkiwi has joined #ipfs
wakest has joined #ipfs
chrono[m] has joined #ipfs
tg has joined #ipfs
chrysn has joined #ipfs
patrickr[m] has joined #ipfs
M-Amandine has quit [Ping timeout: 255 seconds]
clemo has quit [Ping timeout: 248 seconds]
ericxtang has quit [Ping timeout: 248 seconds]
codyopel has quit [Ping timeout: 240 seconds]
projectonion[m] has quit [Ping timeout: 240 seconds]
M-martinklepsch has quit [Ping timeout: 240 seconds]
M0x1e[m] has quit [Ping timeout: 240 seconds]
xsam[m] has quit [Ping timeout: 240 seconds]
wak-work has quit [Ping timeout: 240 seconds]
MaxSan[m] has quit [Ping timeout: 240 seconds]
aloisdg[m] has quit [Ping timeout: 240 seconds]
DerZauberberg[m] has quit [Ping timeout: 240 seconds]
ErnestKissiedu[m has quit [Ping timeout: 240 seconds]
niftyninja[m] has quit [Ping timeout: 240 seconds]
rldx[m] has quit [Ping timeout: 240 seconds]
stebalien has quit [Ping timeout: 240 seconds]
Nekit[m] has quit [Ping timeout: 240 seconds]
hl has quit [Ping timeout: 240 seconds]
RomainLeCarrer[m has quit [Ping timeout: 240 seconds]
openkerley[m] has quit [Ping timeout: 240 seconds]
janosberghorn[m] has quit [Ping timeout: 240 seconds]
because[m] has quit [Ping timeout: 240 seconds]
dillonmenefee[m] has quit [Ping timeout: 240 seconds]
hitman[m] has quit [Ping timeout: 240 seconds]
francis[m]1 has quit [Ping timeout: 240 seconds]
yala has quit [Ping timeout: 240 seconds]
stretch[m] has quit [Ping timeout: 240 seconds]
bgrayburn[m] has quit [Ping timeout: 240 seconds]
eddb[m] has quit [Ping timeout: 240 seconds]
juicenoose[m] has quit [Ping timeout: 240 seconds]
equalunique[m] has quit [Ping timeout: 240 seconds]
Zedwick[m] has quit [Ping timeout: 240 seconds]
terminator360[m] has quit [Ping timeout: 240 seconds]
seizo[m] has quit [Ping timeout: 240 seconds]
silur[m] has quit [Ping timeout: 240 seconds]
igorline[m] has quit [Ping timeout: 240 seconds]
mojapo[m] has quit [Ping timeout: 240 seconds]
scitec[m] has quit [Ping timeout: 240 seconds]
WiredDude[m] has quit [Ping timeout: 240 seconds]
maroctop2[m] has quit [Ping timeout: 240 seconds]
PungaMare[m] has quit [Ping timeout: 240 seconds]
lgierth2[m] has quit [Ping timeout: 240 seconds]
generalseven[m] has quit [Ping timeout: 240 seconds]
willybecker[m] has quit [Ping timeout: 240 seconds]
dtz has quit [Ping timeout: 256 seconds]
ant0nio[m] has quit [Ping timeout: 256 seconds]
projectmayhem[m] has quit [Ping timeout: 256 seconds]
cryptobiotik[m] has quit [Ping timeout: 256 seconds]
affeali[m] has quit [Ping timeout: 256 seconds]
MuxDarkfire[m] has quit [Ping timeout: 256 seconds]
dydx[m] has quit [Ping timeout: 256 seconds]
DEC05EBA[m] has quit [Ping timeout: 256 seconds]
chr1st0[m] has quit [Ping timeout: 256 seconds]
freakk[m] has quit [Ping timeout: 256 seconds]
happy_gnu[m] has quit [Ping timeout: 256 seconds]
kevindetry[m] has quit [Ping timeout: 256 seconds]
benhylau[m] has quit [Ping timeout: 256 seconds]
dliot[m] has quit [Ping timeout: 256 seconds]
rnkch[m] has quit [Ping timeout: 256 seconds]
abbiya has quit [Ping timeout: 256 seconds]
mdrights[m] has quit [Ping timeout: 256 seconds]
shyBlugs[m] has quit [Ping timeout: 256 seconds]
mith[m] has quit [Ping timeout: 256 seconds]
danielsantos[m] has quit [Ping timeout: 256 seconds]
Dawnbreaker[m] has quit [Ping timeout: 256 seconds]
stardot[m] has quit [Ping timeout: 256 seconds]
toon__[m] has quit [Ping timeout: 256 seconds]
imbigbrother[m] has quit [Ping timeout: 256 seconds]
LifeNT[m] has quit [Ping timeout: 256 seconds]
akaibu[m] has quit [Ping timeout: 256 seconds]
turt2live has quit [Ping timeout: 256 seconds]
repi[m] has quit [Ping timeout: 256 seconds]
bencevans[m] has quit [Ping timeout: 256 seconds]
maqbool[m] has quit [Ping timeout: 256 seconds]
samhefnawy[m] has quit [Ping timeout: 256 seconds]
abducted[m] has quit [Ping timeout: 256 seconds]
GoodGuyGreg[m] has quit [Ping timeout: 256 seconds]
cornu[m] has quit [Ping timeout: 256 seconds]
slumunge[m] has quit [Ping timeout: 256 seconds]
yl[m] has quit [Ping timeout: 256 seconds]
KonradIturbe[m] has quit [Ping timeout: 256 seconds]
M-hash has quit [Ping timeout: 256 seconds]
dantrevino[m] has quit [Ping timeout: 256 seconds]
chisaki[m] has quit [Ping timeout: 256 seconds]
fridi[m] has quit [Ping timeout: 256 seconds]
JakobTigerstrm[m has quit [Ping timeout: 256 seconds]
kvin1[m] has quit [Ping timeout: 256 seconds]
MayeldeBorniol[m has quit [Ping timeout: 256 seconds]
mujx[m] has quit [Ping timeout: 256 seconds]
YuFanLovezYou[m] has quit [Ping timeout: 256 seconds]
atq[m] has quit [Ping timeout: 256 seconds]
Kalq[m] has quit [Ping timeout: 256 seconds]
vbrain[m] has quit [Ping timeout: 256 seconds]
camb[m] has quit [Ping timeout: 256 seconds]
edsilv[m] has quit [Ping timeout: 256 seconds]
mrgryphon[m] has quit [Ping timeout: 240 seconds]
musoke[m] has quit [Ping timeout: 240 seconds]
marting[m] has quit [Ping timeout: 240 seconds]
ikki[m] has quit [Ping timeout: 240 seconds]
impat[m] has quit [Ping timeout: 240 seconds]
panicbit-M has quit [Ping timeout: 240 seconds]
kimziv[m] has quit [Ping timeout: 240 seconds]
H3ndr1k[m] has quit [Ping timeout: 240 seconds]
kegan_1 has quit [Ping timeout: 240 seconds]
blahblah has quit [Ping timeout: 240 seconds]
Remramm has quit [Ping timeout: 240 seconds]
cranau[m] has quit [Ping timeout: 240 seconds]
kewde[m] has quit [Ping timeout: 240 seconds]
tangd[m] has quit [Ping timeout: 240 seconds]
walle303 has quit [Ping timeout: 240 seconds]
yuvipanda has quit [Ping timeout: 240 seconds]
h[m]1 has quit [Ping timeout: 240 seconds]
DrIzzel[m] has quit [Ping timeout: 240 seconds]
futurenewsplz[m] has quit [Ping timeout: 240 seconds]
user1234[m] has quit [Ping timeout: 240 seconds]
tincox[m] has quit [Ping timeout: 240 seconds]
markwylde[m] has quit [Ping timeout: 240 seconds]
flo[m] has quit [Ping timeout: 240 seconds]
rtjure[m] has quit [Ping timeout: 240 seconds]
h4314[m] has quit [Ping timeout: 240 seconds]
Akito[m] has quit [Ping timeout: 240 seconds]
zerga[m] has quit [Ping timeout: 240 seconds]
M-liberdiko has quit [Ping timeout: 240 seconds]
clementd[m] has quit [Ping timeout: 240 seconds]
jutta_steiner[m] has quit [Ping timeout: 240 seconds]
davidar has quit [Ping timeout: 240 seconds]
zinovi[m] has quit [Ping timeout: 240 seconds]
jasonyu1840[m] has quit [Ping timeout: 240 seconds]
gendale[m] has quit [Ping timeout: 240 seconds]
AndrewMcSwain[m] has quit [Ping timeout: 240 seconds]
hef[m] has quit [Ping timeout: 240 seconds]
jahani[m] has quit [Ping timeout: 240 seconds]
klara[m] has quit [Ping timeout: 240 seconds]
james3000[m] has quit [Ping timeout: 240 seconds]
Vitalii_Pandora[ has quit [Ping timeout: 240 seconds]
wrjvszq[m] has quit [Ping timeout: 240 seconds]
bhipple[m] has quit [Ping timeout: 240 seconds]
LokimikYason[m] has quit [Ping timeout: 240 seconds]
drasko[m] has quit [Ping timeout: 240 seconds]
marceloakira[m] has quit [Ping timeout: 240 seconds]
hippopete[m] has quit [Ping timeout: 240 seconds]
M-jimt has quit [Ping timeout: 240 seconds]
pcm77[m] has quit [Ping timeout: 240 seconds]
ehmry has quit [Ping timeout: 240 seconds]
vise890[m] has quit [Ping timeout: 240 seconds]
mastertrader[m] has quit [Ping timeout: 240 seconds]
kittydoor[m] has quit [Ping timeout: 240 seconds]
hexican[m] has quit [Ping timeout: 240 seconds]
M568656s[m] has quit [Ping timeout: 240 seconds]
Barnabas[m] has quit [Ping timeout: 240 seconds]
HydraGene[m] has quit [Ping timeout: 240 seconds]
mkg20001 has quit [Ping timeout: 252 seconds]
xuv[m] has quit [Ping timeout: 252 seconds]
tragique[m] has quit [Ping timeout: 252 seconds]
dyce[m] has quit [Ping timeout: 252 seconds]
locusf has quit [Ping timeout: 252 seconds]
herzmeister[m] has quit [Ping timeout: 252 seconds]
thurly1[m] has quit [Ping timeout: 252 seconds]
MilkManzJourDadd has quit [Ping timeout: 252 seconds]
loovthejungle[m] has quit [Ping timeout: 252 seconds]
M-nated has quit [Ping timeout: 252 seconds]
garblur83[m] has quit [Ping timeout: 252 seconds]
BrettJackson[m] has quit [Ping timeout: 252 seconds]
M-Dave has quit [Ping timeout: 252 seconds]
jofa[m] has quit [Ping timeout: 252 seconds]
hjoest[m] has quit [Ping timeout: 252 seconds]
jlpeters[m] has quit [Ping timeout: 252 seconds]
levzhazeschi[m] has quit [Ping timeout: 252 seconds]
RyanAndersen[m] has quit [Ping timeout: 252 seconds]
CHOAM[m] has quit [Ping timeout: 252 seconds]
luciayin[m] has quit [Ping timeout: 252 seconds]
mrdrdz[m] has quit [Ping timeout: 252 seconds]
M-ecloud has quit [Ping timeout: 252 seconds]
matthieuh[m] has quit [Ping timeout: 252 seconds]
cl0[m] has quit [Ping timeout: 252 seconds]
foreseaz[m] has quit [Ping timeout: 252 seconds]
Luke[m]1 has quit [Ping timeout: 252 seconds]
stoically[m] has quit [Ping timeout: 252 seconds]
augustin[m] has quit [Ping timeout: 252 seconds]
rgiessmann[m] has quit [Ping timeout: 252 seconds]
lanlink[m] has quit [Ping timeout: 252 seconds]
blargle13[m] has quit [Ping timeout: 252 seconds]
benkenobi[m] has quit [Ping timeout: 252 seconds]
DokterBob has quit [Ping timeout: 252 seconds]
neo[m]1 has quit [Ping timeout: 252 seconds]
hannes[m] has quit [Ping timeout: 252 seconds]
M-HirmeS has quit [Ping timeout: 252 seconds]
M777mms36[m] has quit [Ping timeout: 252 seconds]
dhole[m] has quit [Ping timeout: 252 seconds]
lathebiosas[m] has quit [Ping timeout: 255 seconds]
flip[m] has quit [Ping timeout: 255 seconds]
guenstig_werben has quit [Ping timeout: 255 seconds]
erikj` has quit [Ping timeout: 255 seconds]
iwxzr[m] has quit [Ping timeout: 255 seconds]
antonizoon has quit [Ping timeout: 255 seconds]
eo[m] has quit [Ping timeout: 255 seconds]
M-Stephen304 has quit [Ping timeout: 255 seconds]
hexkey[m] has quit [Ping timeout: 255 seconds]
victor[m]2 has quit [Ping timeout: 255 seconds]
cynical_citizen1 has quit [Ping timeout: 255 seconds]
tester432k[m] has quit [Ping timeout: 255 seconds]
VitalyLipatov[m] has quit [Ping timeout: 255 seconds]
gavinrogers[m] has quit [Ping timeout: 255 seconds]
alexpuig[m] has quit [Ping timeout: 255 seconds]
chip[m] has quit [Ping timeout: 255 seconds]
AntonLatukha[m] has quit [Ping timeout: 255 seconds]
jeffwayne[m] has quit [Ping timeout: 255 seconds]
johnlong[m] has quit [Ping timeout: 255 seconds]
vorobv[m] has quit [Ping timeout: 248 seconds]
mayel[m]1 has quit [Ping timeout: 248 seconds]
phamnuwen[m] has quit [Ping timeout: 255 seconds]
himcesjf has quit [Ping timeout: 255 seconds]
M-Chickee has quit [Ping timeout: 255 seconds]
network[m] has quit [Ping timeout: 255 seconds]
exyi[m] has quit [Ping timeout: 255 seconds]
solariiknight[m] has quit [Ping timeout: 255 seconds]
blitzaxt has quit [Ping timeout: 255 seconds]
Sora[m] has quit [Ping timeout: 255 seconds]
M-Guillaume has quit [Ping timeout: 255 seconds]
MiauFrito[m] has quit [Ping timeout: 255 seconds]
aeaejei[m] has quit [Ping timeout: 255 seconds]
benjaminmateev[m has quit [Ping timeout: 255 seconds]
voidwalker09[m] has quit [Ping timeout: 255 seconds]
glyif[m] has quit [Ping timeout: 255 seconds]
pt467353[m] has quit [Ping timeout: 255 seconds]
mantycore[m] has quit [Ping timeout: 255 seconds]
therealklanni[m] has quit [Ping timeout: 255 seconds]
tealferret[m] has quit [Ping timeout: 255 seconds]
markusgalileo[m] has quit [Ping timeout: 255 seconds]
suduyujiqing[m] has quit [Ping timeout: 255 seconds]
Gratin[m] has quit [Ping timeout: 255 seconds]
Elon_Satoshi[m] has quit [Ping timeout: 255 seconds]
arthurfragoso[m] has quit [Ping timeout: 255 seconds]
charlienyc[m] has quit [Ping timeout: 255 seconds]
jhot has quit [Ping timeout: 255 seconds]
matheo[m] has quit [Ping timeout: 255 seconds]
Andrew[m]1 has quit [Ping timeout: 255 seconds]
mushusei[m] has quit [Ping timeout: 255 seconds]
GotoDengo[m] has quit [Ping timeout: 255 seconds]
sevarat[m] has quit [Ping timeout: 255 seconds]
tkorrison[m] has quit [Ping timeout: 255 seconds]
masoodahm[m] has quit [Ping timeout: 255 seconds]
badamson[m] has quit [Ping timeout: 255 seconds]
zineje[m] has quit [Ping timeout: 255 seconds]
Silke^ has quit [Ping timeout: 255 seconds]
vq12[m] has quit [Ping timeout: 255 seconds]
albuic has quit [Ping timeout: 255 seconds]
chromebeta[m] has quit [Ping timeout: 255 seconds]
iohidtbhfam[m] has quit [Ping timeout: 255 seconds]
mspiri[m] has quit [Ping timeout: 255 seconds]
juni[m] has quit [Ping timeout: 255 seconds]
jcgruenhage has quit [Ping timeout: 255 seconds]
Renich has quit [Ping timeout: 255 seconds]
porcow[m] has quit [Ping timeout: 255 seconds]
jojobyte[m] has quit [Ping timeout: 255 seconds]
M-dpetranek has quit [Ping timeout: 255 seconds]
rovdyl[m] has quit [Ping timeout: 255 seconds]
kuhilasvaara has quit [Ping timeout: 255 seconds]
trankmichael[m] has quit [Ping timeout: 255 seconds]
M-Manu has quit [Ping timeout: 255 seconds]
Matthew[m] has quit [Ping timeout: 255 seconds]
doronbehar[m] has quit [Ping timeout: 255 seconds]
captainplanet[m] has quit [Ping timeout: 255 seconds]
adra[m] has quit [Ping timeout: 248 seconds]
Cosmo[m] has quit [Ping timeout: 248 seconds]
adamjbradley[m] has quit [Ping timeout: 248 seconds]
M-BostonEnginerd has quit [Ping timeout: 248 seconds]
xiao2hei[m] has quit [Ping timeout: 248 seconds]
davadl[m] has quit [Ping timeout: 248 seconds]
jmmpsyd88[m] has quit [Ping timeout: 248 seconds]
grensjo[m] has quit [Ping timeout: 255 seconds]
Bloo[m] has quit [Ping timeout: 255 seconds]
skywavesurfer[m] has quit [Ping timeout: 255 seconds]
M-TidyKoala has quit [Ping timeout: 255 seconds]
neurocis[m] has quit [Ping timeout: 255 seconds]
karim_antoun[m] has quit [Ping timeout: 255 seconds]
wakest has quit [Ping timeout: 255 seconds]
eluc[m] has quit [Ping timeout: 255 seconds]
mectors[m] has quit [Ping timeout: 255 seconds]
jceb has quit [Ping timeout: 255 seconds]
Dako300[m] has quit [Ping timeout: 255 seconds]
msmart[m] has quit [Ping timeout: 255 seconds]
KraemeReinharD[m has quit [Ping timeout: 255 seconds]
berunade[m] has quit [Ping timeout: 255 seconds]
electric[m] has quit [Ping timeout: 255 seconds]
Tyroie[m] has quit [Ping timeout: 255 seconds]
Wikipedia[m] has quit [Ping timeout: 255 seconds]
avatias0[m] has quit [Ping timeout: 255 seconds]
uha[m] has quit [Ping timeout: 255 seconds]
Skippy[m] has quit [Ping timeout: 255 seconds]
jambo58[m] has quit [Ping timeout: 255 seconds]
patrickr[m] has quit [Ping timeout: 255 seconds]
i5heu has quit [Ping timeout: 255 seconds]
atmoz has quit [Ping timeout: 255 seconds]
akosiaris[m] has quit [Ping timeout: 255 seconds]
modrone[m] has quit [Ping timeout: 255 seconds]
enoeht[m] has quit [Ping timeout: 255 seconds]
madduck[m] has quit [Ping timeout: 255 seconds]
alxstrong[m] has quit [Ping timeout: 255 seconds]
chrono[m] has quit [Ping timeout: 255 seconds]
puminya[m] has quit [Ping timeout: 255 seconds]
M-brain has quit [Ping timeout: 255 seconds]
nullc1pher[m] has quit [Ping timeout: 255 seconds]
anders[m] has quit [Ping timeout: 255 seconds]
mshaq[m] has quit [Ping timeout: 255 seconds]
yayota[m] has quit [Ping timeout: 255 seconds]
ShalokShalom[m] has quit [Ping timeout: 255 seconds]
M-flyingzumwalt has quit [Ping timeout: 255 seconds]
xMajedz[m] has quit [Ping timeout: 255 seconds]
SerkanDevel[m] has quit [Ping timeout: 255 seconds]
Scio[m] has quit [Ping timeout: 255 seconds]
null_radix[m] has quit [Ping timeout: 255 seconds]
Smith[m] has quit [Ping timeout: 256 seconds]
beatrupp[m] has quit [Ping timeout: 256 seconds]
gwillen[m] has quit [Ping timeout: 256 seconds]
nocent has quit [Ping timeout: 256 seconds]
edrex has quit [Ping timeout: 256 seconds]
tallsam[m] has quit [Ping timeout: 256 seconds]
indefini has quit [Ping timeout: 256 seconds]
louisw[m] has quit [Ping timeout: 256 seconds]
keks[m] has quit [Ping timeout: 256 seconds]
kkkast[m] has quit [Ping timeout: 256 seconds]
EnricoFasoli[m] has quit [Ping timeout: 256 seconds]
bart80[m] has quit [Ping timeout: 256 seconds]
musicmatze[m] has quit [Ping timeout: 256 seconds]
notafile[m] has quit [Ping timeout: 256 seconds]
preea[m] has quit [Ping timeout: 256 seconds]
dbmath31[m] has quit [Ping timeout: 256 seconds]
cyberwolf[m] has quit [Ping timeout: 256 seconds]
Mitchk[m] has quit [Ping timeout: 256 seconds]
wizek[m] has quit [Ping timeout: 256 seconds]
matiasnomad[m] has quit [Ping timeout: 256 seconds]
omiselu[m] has quit [Ping timeout: 256 seconds]
fairness[m] has quit [Ping timeout: 256 seconds]
fil_redpill has quit [Ping timeout: 256 seconds]
lypticdna[m] has quit [Ping timeout: 256 seconds]
rihardsk[m] has quit [Ping timeout: 256 seconds]
pmilot[m] has quit [Ping timeout: 256 seconds]
nmls[m] has quit [Ping timeout: 256 seconds]
Mike[m]1 has quit [Ping timeout: 256 seconds]
Anne_Jiang[m] has quit [Ping timeout: 256 seconds]
senwang[m] has quit [Ping timeout: 256 seconds]
trhode84[m] has quit [Ping timeout: 256 seconds]
Polychrome[m] has quit [Ping timeout: 256 seconds]
toomby[m] has quit [Ping timeout: 256 seconds]
tomaka has quit [Ping timeout: 256 seconds]
ircmaster[m] has quit [Ping timeout: 256 seconds]
litebit[m] has quit [Ping timeout: 256 seconds]
Jtremback[m] has quit [Ping timeout: 256 seconds]
dani9[m] has quit [Ping timeout: 256 seconds]
demonemo[m] has quit [Ping timeout: 256 seconds]
phi-rjan[m] has quit [Ping timeout: 256 seconds]
zhavypath[m] has quit [Ping timeout: 256 seconds]
zveroyascher1[m] has quit [Ping timeout: 256 seconds]
dmholmes[m] has quit [Ping timeout: 256 seconds]
Ghostwalk[m] has quit [Ping timeout: 256 seconds]
silwol has quit [Ping timeout: 256 seconds]
Mugi[m] has quit [Ping timeout: 256 seconds]
axu[m] has quit [Ping timeout: 256 seconds]
cmatthias[m] has quit [Ping timeout: 256 seconds]
LaPingvino[m] has quit [Ping timeout: 256 seconds]
wldhx has quit [Ping timeout: 256 seconds]
fredrikj[m] has quit [Ping timeout: 256 seconds]
speaker[m] has quit [Ping timeout: 256 seconds]
axic[m] has quit [Ping timeout: 256 seconds]
mntr0[m] has quit [Ping timeout: 256 seconds]
kants[m] has quit [Ping timeout: 256 seconds]
M-krsiehl has quit [Ping timeout: 260 seconds]
pierce has quit [Ping timeout: 260 seconds]
emunand[m] has quit [Ping timeout: 260 seconds]
M-arx has quit [Ping timeout: 260 seconds]
ebarch has quit [Ping timeout: 260 seconds]
hexed[m] has quit [Ping timeout: 260 seconds]
renatocan[m] has quit [Ping timeout: 260 seconds]
alain[m] has quit [Ping timeout: 260 seconds]
afdudley has quit [Ping timeout: 260 seconds]
GMason[m] has quit [Ping timeout: 260 seconds]
ekroon has quit [Ping timeout: 260 seconds]
doubleorseven[m] has quit [Ping timeout: 260 seconds]
plindner has quit [Ping timeout: 260 seconds]
thejohnhenry[m] has quit [Ping timeout: 260 seconds]
Jikstra[m] has quit [Ping timeout: 260 seconds]
irx[m] has quit [Ping timeout: 260 seconds]
tidux[m] has quit [Ping timeout: 260 seconds]
zacklocx[m] has quit [Ping timeout: 260 seconds]
davidar_ has quit [Ping timeout: 260 seconds]
Pneumaticat has quit [Ping timeout: 260 seconds]
admin[m]2 has quit [Ping timeout: 260 seconds]
M-biostasis has quit [Ping timeout: 260 seconds]
guest69[m] has quit [Ping timeout: 260 seconds]
basilgohar[m] has quit [Ping timeout: 260 seconds]
tadzik has quit [Ping timeout: 260 seconds]
Mill3n[m] has quit [Ping timeout: 260 seconds]
Kythyria[m] has quit [Ping timeout: 260 seconds]
nouts[m]1 has quit [Ping timeout: 260 seconds]
itorres has quit [Ping timeout: 260 seconds]
cdetrio[m] has quit [Ping timeout: 260 seconds]
axx_[m] has quit [Ping timeout: 260 seconds]
talonzx[m] has quit [Ping timeout: 260 seconds]
fujexo[m] has quit [Ping timeout: 260 seconds]
saggad[m] has quit [Ping timeout: 260 seconds]
M0xf5f5f5[m] has quit [Ping timeout: 260 seconds]
cjd[m] has quit [Ping timeout: 260 seconds]
M-anomie has quit [Ping timeout: 260 seconds]
m712[m] has quit [Ping timeout: 260 seconds]
RossSchulman[m] has quit [Ping timeout: 260 seconds]
sabba[m] has quit [Ping timeout: 260 seconds]
steven[m] has quit [Ping timeout: 260 seconds]
kitten[m] has quit [Ping timeout: 260 seconds]
gejohn[m] has quit [Ping timeout: 260 seconds]
tangens88[m] has quit [Ping timeout: 260 seconds]
al1p[m] has quit [Ping timeout: 260 seconds]
stoneridge has quit [Ping timeout: 260 seconds]
tameeshb has quit [Ping timeout: 260 seconds]
epeter[m] has quit [Ping timeout: 260 seconds]
blug[m] has quit [Ping timeout: 260 seconds]
leccine[m] has quit [Ping timeout: 260 seconds]
ganlub has quit [Ping timeout: 260 seconds]
fabrixxm has quit [Ping timeout: 260 seconds]
M-sol56 has quit [Ping timeout: 260 seconds]
sam[m] has quit [Ping timeout: 260 seconds]
luwum[m] has quit [Ping timeout: 260 seconds]
fireblade[m] has quit [Ping timeout: 260 seconds]
mike_new[m] has quit [Ping timeout: 260 seconds]
M-madsurgeon has quit [Ping timeout: 260 seconds]
M-sraja has quit [Ping timeout: 260 seconds]
raymond[m] has quit [Ping timeout: 260 seconds]
pran[m]1 has quit [Ping timeout: 260 seconds]
maigel[m] has quit [Ping timeout: 260 seconds]
DarkOoze[m] has quit [Ping timeout: 260 seconds]
Martinhandy[m] has quit [Ping timeout: 260 seconds]
sanjivrai[m] has quit [Ping timeout: 260 seconds]
igel[m] has quit [Ping timeout: 260 seconds]
M283750649[m] has quit [Ping timeout: 260 seconds]
mkb01[m] has quit [Ping timeout: 260 seconds]
jhulten[m] has quit [Ping timeout: 260 seconds]
bumi[m] has quit [Ping timeout: 260 seconds]
mingchan88[m] has quit [Ping timeout: 260 seconds]
steele[m] has quit [Ping timeout: 260 seconds]
paulith[m] has quit [Ping timeout: 260 seconds]
jfred[m] has quit [Ping timeout: 260 seconds]
BAkhilKumar[m] has quit [Ping timeout: 260 seconds]
appa[m] has quit [Ping timeout: 260 seconds]
georgenewcloud[m has quit [Ping timeout: 260 seconds]
miflow[m] has quit [Ping timeout: 260 seconds]
Bertschneider[m] has quit [Ping timeout: 260 seconds]
DeveloppSoft[m] has quit [Ping timeout: 260 seconds]
aeaf123[m] has quit [Ping timeout: 260 seconds]
deebee[m] has quit [Ping timeout: 260 seconds]
gabyshu[m] has quit [Ping timeout: 260 seconds]
voldyman has quit [Max SendQ exceeded]
plexigras has quit [Max SendQ exceeded]
ELLIOTTCABLE has quit [Max SendQ exceeded]
Steverman has joined #ipfs
Guest32764 has joined #ipfs
Guest32764 has quit [Changing host]
Alex[m]6 has quit [Ping timeout: 276 seconds]
Tolik[m] has quit [Ping timeout: 276 seconds]
mitfree[m] has quit [Ping timeout: 276 seconds]
kpcyrd[m] has quit [Ping timeout: 276 seconds]
tgdnt[m] has quit [Ping timeout: 276 seconds]
shamus[m] has quit [Ping timeout: 276 seconds]
gravydigger[m] has quit [Ping timeout: 276 seconds]
applewhy[m] has quit [Ping timeout: 276 seconds]
jbb[m] has quit [Ping timeout: 276 seconds]
asenski[m] has quit [Ping timeout: 276 seconds]
seancjscherer[m] has quit [Ping timeout: 276 seconds]
iinaj has joined #ipfs
toya[m] has quit [Ping timeout: 276 seconds]
rombob[m] has quit [Ping timeout: 276 seconds]
anthrax314[m] has quit [Ping timeout: 276 seconds]
sureshj0[m] has quit [Ping timeout: 276 seconds]
chihiro[m] has quit [Ping timeout: 276 seconds]
Powersource has quit [Ping timeout: 276 seconds]
ryanmiller[m] has quit [Ping timeout: 276 seconds]
lnxw37[m] has quit [Ping timeout: 276 seconds]
LiuWeiHua[m] has quit [Ping timeout: 276 seconds]
netquin[m] has quit [Ping timeout: 276 seconds]
iinaj has quit [Changing host]
lukaprincic[m] has quit [Ping timeout: 276 seconds]
wervenyt[m] has quit [Ping timeout: 276 seconds]
M-GrimKriegor has quit [Ping timeout: 276 seconds]
jfmherokiller[m] has quit [Ping timeout: 276 seconds]
red5d[m] has quit [Ping timeout: 276 seconds]
jejdjdjdj[m] has quit [Ping timeout: 276 seconds]
scheutsch[m] has quit [Ping timeout: 276 seconds]
petergerber[m] has quit [Ping timeout: 276 seconds]
randy[m] has quit [Ping timeout: 276 seconds]
logen[m] has quit [Ping timeout: 276 seconds]
bustillo[m] has quit [Ping timeout: 276 seconds]
MaximOrlovsky[m] has quit [Ping timeout: 276 seconds]
ChrisHutchinson[ has quit [Ping timeout: 276 seconds]
einyx[m] has quit [Ping timeout: 276 seconds]
tk[m] has quit [Ping timeout: 276 seconds]
ttk2[m] has quit [Ping timeout: 276 seconds]
xamino[m] has quit [Ping timeout: 276 seconds]
kershaw[m] has quit [Ping timeout: 276 seconds]
xemile94[m] has quit [Ping timeout: 276 seconds]
octalsrc[m] has quit [Ping timeout: 276 seconds]
torarne has quit [Ping timeout: 276 seconds]
xloem has quit [Ping timeout: 276 seconds]
Amoghavarsha101[ has quit [Ping timeout: 276 seconds]
Obscurity[m] has quit [Ping timeout: 276 seconds]
noether[m] has quit [Ping timeout: 276 seconds]
kkushal32[m] has quit [Ping timeout: 276 seconds]
Jacob[m] has quit [Ping timeout: 276 seconds]
floppypocket[m] has quit [Ping timeout: 276 seconds]
luisbg[m] has quit [Ping timeout: 276 seconds]
relyth[m] has quit [Ping timeout: 276 seconds]
Michcioperz[m] has quit [Ping timeout: 276 seconds]
Nouts[m] has quit [Ping timeout: 276 seconds]
voldyman has joined #ipfs
weez17 has joined #ipfs
pawalls has joined #ipfs
plexigras has joined #ipfs
ELLIOTTCABLE has joined #ipfs
ELLIOTTCABLE has quit [Excess Flood]
saki has joined #ipfs
ruby32_ has quit [Remote host closed the connection]
voldyman has joined #ipfs
voldyman has quit [Changing host]
sim590 has joined #ipfs
tg has quit [Ping timeout: 260 seconds]
Keagan has joined #ipfs
Keagan has quit [Client Quit]
tenchooo has quit [Read error: Connection reset by peer]
tenchooo has joined #ipfs
trock has joined #ipfs
dgrisham has quit [Ping timeout: 265 seconds]
tg has joined #ipfs
ericxtang has joined #ipfs
onikuma has quit [Quit: Leaving]
chiui has joined #ipfs
jaboja has joined #ipfs
chiui has quit [Remote host closed the connection]
chiui has joined #ipfs
Encrypt has quit [Quit: Quit]
ELLIOTTCABLE has joined #ipfs
mildred has quit [Quit: mildred]
anewuser has joined #ipfs
avelkei has quit [Ping timeout: 248 seconds]
sim590 has quit [Ping timeout: 252 seconds]
treora has quit [Remote host closed the connection]
rff has joined #ipfs
cornu[m] has joined #ipfs
sim590 has joined #ipfs
matoro has joined #ipfs
sim590 has quit [Ping timeout: 255 seconds]
sim590 has joined #ipfs
goiko has quit [Quit: ﴾͡๏̯͡๏﴿ O'RLY? Bye!]
hexkey[m] has joined #ipfs
M-dpetranek has joined #ipfs
lypticdna[m] has joined #ipfs
jfred[m] has joined #ipfs
mantycore[m] has joined #ipfs
M-krsiehl has joined #ipfs
uha[m] has joined #ipfs
indefini has joined #ipfs
samhefnawy[m] has joined #ipfs
Mike[m]1 has joined #ipfs
stoically[m] has joined #ipfs
seancjscherer[m] has joined #ipfs
Kalq[m] has joined #ipfs
zinovi[m] has joined #ipfs
silwol has joined #ipfs
alxstrong[m] has joined #ipfs
pcm77[m] has joined #ipfs
wervenyt[m] has joined #ipfs
tadzik has joined #ipfs
edrex has joined #ipfs
benhylau[m] has joined #ipfs
tk[m] has joined #ipfs
LiuWeiHua[m] has joined #ipfs
affeali[m] has joined #ipfs
gnmn[m] has joined #ipfs
avatias0[m] has joined #ipfs
wak-work has joined #ipfs
cdetrio[m] has joined #ipfs
M-TidyKoala has joined #ipfs
f4bio[m] has joined #ipfs
happy_gnu[m] has joined #ipfs
sickill[m] has joined #ipfs
eo[m] has joined #ipfs
wakest has joined #ipfs
francis[m]1 has joined #ipfs
Ghostwalk[m] has joined #ipfs
cjd[m] has joined #ipfs
M-hash has joined #ipfs
M-jimt has joined #ipfs
igorline[m] has joined #ipfs
rldx[m] has joined #ipfs
Cosmo[m] has joined #ipfs
M-r0kk3rz has joined #ipfs
herzmeister[m] has joined #ipfs
M-BostonEnginerd has joined #ipfs
fabrixxm has joined #ipfs
atmoz has joined #ipfs
imbigbrother[m] has joined #ipfs
rtjure[m] has joined #ipfs
SerkanDevel[m] has joined #ipfs
M-Dave has joined #ipfs
erikj` has joined #ipfs
einyx[m] has joined #ipfs
Obscurity[m] has joined #ipfs
Powersource has joined #ipfs
shyBlugs[m] has joined #ipfs
BAkhilKumar[m] has joined #ipfs
berunade[m] has joined #ipfs
slumunge[m] has joined #ipfs
edsilv[m] has joined #ipfs
Henark[m] has joined #ipfs
gejohn[m] has joined #ipfs
projectmayhem[m] has joined #ipfs
M-Chickee has joined #ipfs
network[m] has joined #ipfs
noether[m] has joined #ipfs
gabyshu[m] has joined #ipfs
blargle13[m] has joined #ipfs
joshb[m] has joined #ipfs
DEC05EBA[m] has joined #ipfs
vorobv[m] has joined #ipfs
sigmaister[m] has joined #ipfs
anders[m] has joined #ipfs
tangens88[m] has joined #ipfs
BrettJackson[m] has joined #ipfs
fluff[m] has joined #ipfs
fireblade[m] has joined #ipfs
toya[m] has joined #ipfs
tincox[m] has joined #ipfs
augustin[m] has joined #ipfs
zineje[m] has joined #ipfs
janosberghorn[m] has joined #ipfs
Zedwick[m] has joined #ipfs
skywavesurfer[m] has joined #ipfs
leccine[m] has joined #ipfs
aeaejei[m] has joined #ipfs
loovthejungle[m] has joined #ipfs
badamson[m] has joined #ipfs
ebarch has joined #ipfs
M-sol56 has joined #ipfs
user1234[m] has joined #ipfs
foreseaz[m] has joined #ipfs
himcesjf has joined #ipfs
mkb01[m] has joined #ipfs
AntonLatukha[m] has joined #ipfs
musoke[m] has joined #ipfs
equalunique[m] has joined #ipfs
hippopete[m] has joined #ipfs
Martinhandy[m] has joined #ipfs
albuic has joined #ipfs
Pneumaticat has joined #ipfs
keks[m] has joined #ipfs
Matthew[m] has joined #ipfs
garblur83[m] has joined #ipfs
ben999[m] has joined #ipfs
madduck[m] has joined #ipfs
panicbit-M has joined #ipfs
Wikipedia[m] has joined #ipfs
alain[m] has joined #ipfs
al1p[m] has joined #ipfs
master has joined #ipfs
Smith[m] has joined #ipfs
lanlink[m] has joined #ipfs
hef[m] has joined #ipfs
bgrayburn[m] has joined #ipfs
gendale[m] has joined #ipfs
silur[m] has joined #ipfs
bencevans[m] has joined #ipfs
chromebeta[m] has joined #ipfs
raymond[m]2 has joined #ipfs
mujx[m] has joined #ipfs
jlpeters[m] has joined #ipfs
charlienyc[m] has joined #ipfs
Jikstra[m] has joined #ipfs
suduyujiqing[m] has joined #ipfs
hitman[m] has joined #ipfs
masoodahm[m] has joined #ipfs
luwum[m] has joined #ipfs
lathebiosas[m] has joined #ipfs
seizo[m] has joined #ipfs
rihardsk[m] has joined #ipfs
HydraGene[m] has joined #ipfs
simonDos[m] has joined #ipfs
Michcioperz[m] has joined #ipfs
mrgryphon[m] has joined #ipfs
M-liberdiko has joined #ipfs
M-arx has joined #ipfs
cmatthias[m] has joined #ipfs
zhavypath[m] has joined #ipfs
james3000[m] has joined #ipfs
senwang[m] has joined #ipfs
M-anomie has joined #ipfs
thejohnhenry[m] has joined #ipfs
RossSchulman[m] has joined #ipfs
clementd[m] has joined #ipfs
akaibu[m] has joined #ipfs
fil_redpill has joined #ipfs
Dako300[m] has joined #ipfs
netquin[m] has joined #ipfs
lifeonalagoon[m] has joined #ipfs
toomby[m] has joined #ipfs
paulith[m] has joined #ipfs
scitec[m] has joined #ipfs
M-martinklepsch has joined #ipfs
projectonion[m] has joined #ipfs
lgierth2[m] has joined #ipfs
applewhy[m] has joined #ipfs
bart80[m] has joined #ipfs
gwillen[m] has joined #ipfs
ntninja has joined #ipfs
MilkManzJourDadd has joined #ipfs
M-Amandine has joined #ipfs
talonzx[m] has joined #ipfs
ErnestKissiedu[m has joined #ipfs
VitalyLipatov[m] has joined #ipfs
asenski[m] has joined #ipfs
fujexo[m] has joined #ipfs
stardot[m] has joined #ipfs
dantrevino[m] has joined #ipfs
jceb has joined #ipfs
jhulten[m] has joined #ipfs
M-biostasis has joined #ipfs
mectors[m] has joined #ipfs
vise890[m] has joined #ipfs
locusf has joined #ipfs
shamus[m] has joined #ipfs
MuxDarkfire[m] has joined #ipfs
jcgruenhage has joined #ipfs
kuhilasvaara has joined #ipfs
irx[m] has joined #ipfs
lnxw37[m] has joined #ipfs
yuvipanda has joined #ipfs
mshaq[m] has joined #ipfs
aloisdg[m] has joined #ipfs
testingotro[m] has joined #ipfs
wrjvszq[m] has joined #ipfs
mdrights[m] has joined #ipfs
aer[m] has joined #ipfs
i5heu has joined #ipfs
Gratin[m] has joined #ipfs
m712[m] has joined #ipfs
msmart[m] has joined #ipfs
maxdolphin123[m] has joined #ipfs
grouchofractal2[ has joined #ipfs
eluc[m] has joined #ipfs
because[m] has joined #ipfs
kpcyrd[m] has joined #ipfs
mrdrdz[m] has joined #ipfs
willybecker[m] has joined #ipfs
tgdnt[m] has joined #ipfs
tealferret[m] has joined #ipfs
M-sraja has joined #ipfs
chihiro[m] has joined #ipfs
cyberwolf[m] has joined #ipfs
RyanAndersen[m] has joined #ipfs
luisbg[m] has joined #ipfs
neurocis[m] has joined #ipfs
maroctop2[m] has joined #ipfs
Alex[m]5 has joined #ipfs
Nekit[m] has joined #ipfs
Barnabas[m] has joined #ipfs
mith[m] has joined #ipfs
mingchan88[m] has joined #ipfs
Mitchk[m] has joined #ipfs
johnlong[m] has joined #ipfs
xiao2hei[m] has joined #ipfs
score_under[m] has joined #ipfs
fairness[m] has joined #ipfs
DerZauberberg[m] has joined #ipfs
Guest11191 has joined #ipfs
M-flyingzumwalt has joined #ipfs
therealklanni[m] has joined #ipfs
turt2live has joined #ipfs
Polychrome[m] has joined #ipfs
abbiya has joined #ipfs
jasonyu1840[m] has joined #ipfs
jutta_steiner[m] has joined #ipfs
ryanmiller[m] has joined #ipfs
marting[m] has joined #ipfs
kershaw[m] has joined #ipfs
M1trace[m] has joined #ipfs
KraemeReinharD[m has joined #ipfs
Akito[m] has joined #ipfs
MayeldeBorniol[m has joined #ipfs
yl[m] has joined #ipfs
jofa[m] has joined #ipfs
kvin1[m] has joined #ipfs
tomaka has joined #ipfs
caught_in_the_ma has joined #ipfs
vq12[m] has joined #ipfs
Mugi[m] has joined #ipfs
Tbi[m] has joined #ipfs
YuFanLovezYou[m] has joined #ipfs
fridi[m] has joined #ipfs
jbb[m] has joined #ipfs
basilgohar[m] has joined #ipfs
rovdyl[m] has joined #ipfs
relyth[m] has joined #ipfs
M-Manu has joined #ipfs
mntr0[m] has joined #ipfs
thurly1[m] has joined #ipfs
niftyninja[m] has joined #ipfs
nouts[m]1 has joined #ipfs
ttk2[m] has joined #ipfs
H3ndr1k[m] has joined #ipfs
hakim33[m] has joined #ipfs
freakk[m] has joined #ipfs
davidar_ has joined #ipfs
cbluth[m] has joined #ipfs
voidwalker09[m] has joined #ipfs
xsam[m] has joined #ipfs
electric[m] has joined #ipfs
phi-rjan[m] has joined #ipfs
saggad[m] has joined #ipfs
drasko[m] has joined #ipfs
changgong[m] has joined #ipfs
mkg20001 has joined #ipfs
fredrikj[m] has joined #ipfs
victor[m]2 has joined #ipfs
bhipple[m] has joined #ipfs
puminya[m] has joined #ipfs
juicenoose[m] has joined #ipfs
noperope[m] has joined #ipfs
chip[m] has joined #ipfs
appa[m] has joined #ipfs
axic[m] has joined #ipfs
Jupadr[m] has joined #ipfs
repi[m] has joined #ipfs
timetrack[m] has joined #ipfs
crazyshoubin[m] has joined #ipfs
vbrain[m] has joined #ipfs
kkkast[m] has joined #ipfs
Rajdharma[m] has joined #ipfs
ganlub has joined #ipfs
deebee[m] has joined #ipfs
tragique[m] has joined #ipfs
guenstig_werben has joined #ipfs
speaker[m] has joined #ipfs
RomainLeCarrer[m has joined #ipfs
adamjbradley[m] has joined #ipfs
petergerber[m] has joined #ipfs
epeter[m] has joined #ipfs
DarkOoze[m] has joined #ipfs
ShalokShalom[m] has joined #ipfs
chisaki[m] has joined #ipfs
akosiaris[m] has joined #ipfs
dyce[m] has joined #ipfs
flyinglasanga[m] has joined #ipfs
exyi[m] has joined #ipfs
M-ecloud has joined #ipfs
torarne has joined #ipfs
camb[m] has joined #ipfs
elcyborg[m] has joined #ipfs
Nouts[m] has joined #ipfs
tallsam[m] has joined #ipfs
vd[m] has joined #ipfs
doubleorseven[m] has joined #ipfs
AndrewMcSwain[m] has joined #ipfs
GregKNicholson[m has joined #ipfs
benkenobi[m] has joined #ipfs
steele[m] has joined #ipfs
mushusei[m] has joined #ipfs
M-Stephen304 has joined #ipfs
Elon_Satoshi[m] has joined #ipfs
unlawfulmonad[m] has joined #ipfs
EnricoFasoli[m] has joined #ipfs
tangd[m] has joined #ipfs
wldhx has joined #ipfs
phamnuwen[m] has joined #ipfs
ant0nio[m] has joined #ipfs
pran[m]1 has joined #ipfs
patrickr[m] has joined #ipfs
chr1st0[m] has joined #ipfs
cesalazar[m] has joined #ipfs
tester432k[m] has joined #ipfs
rgiessmann[m] has joined #ipfs
jhot has joined #ipfs
octalsrc[m] has joined #ipfs
cranau[m] has joined #ipfs
M-gdr has joined #ipfs
danielsantos[m] has joined #ipfs
miflow[m] has joined #ipfs
codyopel has joined #ipfs
wizek[m] has joined #ipfs
owaraiboss[m] has joined #ipfs
eddb[m] has joined #ipfs
xMajedz[m] has joined #ipfs
ircmaster[m] has joined #ipfs
Luke[m]1 has joined #ipfs
trankmichael[m] has joined #ipfs
mojapo[m] has joined #ipfs
Anne_Jiang[m] has joined #ipfs
LokimikYason[m] has joined #ipfs
yala has joined #ipfs
markusgalileo[m] has joined #ipfs
levzhazeschi[m] has joined #ipfs
lukaprincic[m] has joined #ipfs
dhole[m] has joined #ipfs
WiredDude[m] has joined #ipfs
Amoghavarsha101[ has joined #ipfs
mastertrader[m] has joined #ipfs
jojobyte[m] has joined #ipfs
bottom-up-hierar has joined #ipfs
hexican[m] has joined #ipfs
gjh1 has joined #ipfs
gavinrogers[m] has joined #ipfs
Tolik[m] has joined #ipfs
null_radix[m] has joined #ipfs
M-GrimKriegor has joined #ipfs
iwxzr[m] has joined #ipfs
Bertschneider[m] has joined #ipfs
M283750649[m] has joined #ipfs
fedor1113[m] has joined #ipfs
musicmatze[m] has joined #ipfs
oddpotato[m] has joined #ipfs
toon__[m] has joined #ipfs
flip[m] has joined #ipfs
palkeo[m] has joined #ipfs
DeveloppSoft[m] has joined #ipfs
mayel[m]1 has joined #ipfs
LifeNT[m] has joined #ipfs
walle303 has joined #ipfs
hexed[m] has joined #ipfs
Leer10[m] has joined #ipfs
ikki[m] has joined #ipfs
GMason[m] has joined #ipfs
h4314[m] has joined #ipfs
hjoest[m] has joined #ipfs
DiThi has joined #ipfs
davadl[m] has joined #ipfs
jfmherokiller[m] has joined #ipfs
M777mms36[m] has joined #ipfs
luciayin[m] has joined #ipfs
kittydoor[m] has joined #ipfs
cynical_citizen1 has joined #ipfs
pt467353[m] has joined #ipfs
xemile94[m] has joined #ipfs
sabba[m] has joined #ipfs
scheutsch[m] has joined #ipfs
igel[m] has joined #ipfs
iohidtbhfam[m] has joined #ipfs
Jacob[m] has joined #ipfs
anthrax314[m] has joined #ipfs
GoodGuyGreg[m] has joined #ipfs
Marco[m] has joined #ipfs
pmilot[m] has joined #ipfs
bumi[m] has joined #ipfs
xloem has joined #ipfs
tameeshb has joined #ipfs
ChrisHutchinson[ has joined #ipfs
CHOAM[m] has joined #ipfs
steven[m] has joined #ipfs
matthieuh[m] has joined #ipfs
maqbool[m] has joined #ipfs
markwylde[m] has joined #ipfs
dliot[m] has joined #ipfs
davidar has joined #ipfs
adra[m] has joined #ipfs
sanjivrai[m] has joined #ipfs
tidux[m] has joined #ipfs
Jtremback[m] has joined #ipfs
dillonmenefee[m] has joined #ipfs
jahani[m] has joined #ipfs
futurenewsplz[m] has joined #ipfs
neo[m]1 has joined #ipfs
cryptobiotik[m] has joined #ipfs
LaPingvino[m] has joined #ipfs
Skippy[m] has joined #ipfs
alantrade[m] has joined #ipfs
zacklocx[m] has joined #ipfs
dbmath31[m] has joined #ipfs
xamino[m] has joined #ipfs
doronbehar[m] has joined #ipfs
Arthur[m]1 has joined #ipfs
notafile[m] has joined #ipfs
axx_[m] has joined #ipfs
jejdjdjdj[m] has joined #ipfs
M0x1e[m] has joined #ipfs
preea[m] has joined #ipfs
sureshj0[m] has joined #ipfs
frabcus[m] has joined #ipfs
guest69[m] has joined #ipfs
mitfree[m] has joined #ipfs
stoneridge has joined #ipfs
kewde[m] has joined #ipfs
renatocan[m] has joined #ipfs
Dawnbreaker[m] has joined #ipfs
GotoDengo[m] has joined #ipfs
Jakob[m]1 has joined #ipfs
kitten[m] has joined #ipfs
rnkch[m] has joined #ipfs
itorres has joined #ipfs
hl has joined #ipfs
Silke^ has joined #ipfs
karim_antoun[m] has joined #ipfs
KonradIturbe[m] has joined #ipfs
aeaf123[m] has joined #ipfs
zveroyascher1[m] has joined #ipfs
M-madsurgeon has joined #ipfs
matheo[m] has joined #ipfs
rombob[m] has joined #ipfs
Andrew[m]1 has joined #ipfs
solariiknight[m] has joined #ipfs
arthurfragoso[m] has joined #ipfs
juni[m] has joined #ipfs
Vitalii_Pandora[ has joined #ipfs
DrIzzel[m] has joined #ipfs
JakobTigerstrm[m has joined #ipfs
atq[m] has joined #ipfs
uchronian[m] has joined #ipfs
modrone[m] has joined #ipfs
jeffwayne[m] has joined #ipfs
litebit[m] has joined #ipfs
M-Guillaume has joined #ipfs
stretch[m] has joined #ipfs
gravydigger[m] has joined #ipfs
xuv[m] has joined #ipfs
MaximOrlovsky[m] has joined #ipfs
kimziv[m] has joined #ipfs
frrist[m] has joined #ipfs
jambo58[m] has joined #ipfs
hannes[m] has joined #ipfs
kants[m] has joined #ipfs
axu[m] has joined #ipfs
grensjo[m] has joined #ipfs
beatrupp[m] has joined #ipfs
yayota[m] has joined #ipfs
dmholmes[m] has joined #ipfs
stebalien has joined #ipfs
generalseven[m] has joined #ipfs
Remramm has joined #ipfs
maigel[m] has joined #ipfs
demonemo[m] has joined #ipfs
jugash[m] has joined #ipfs
Scio[m] has joined #ipfs
Renich has joined #ipfs
antonizoon has joined #ipfs
dtz has joined #ipfs
emunand[m] has joined #ipfs
nocent has joined #ipfs
flo[m] has joined #ipfs
floppypocket[m] has joined #ipfs
Kythyria[m] has joined #ipfs
ehmry has joined #ipfs
blahblah has joined #ipfs
mike_new[m] has joined #ipfs
plindner has joined #ipfs
sam[m] has joined #ipfs
louisw[m] has joined #ipfs
Tyroie[m] has joined #ipfs
admin[m]2 has joined #ipfs
MaxSan[m] has joined #ipfs
ekroon has joined #ipfs
dydx[m] has joined #ipfs
M0xf5f5f5[m] has joined #ipfs
Bloo[m] has joined #ipfs
M568656s[m] has joined #ipfs
zerga[m] has joined #ipfs
leoserra[m] has joined #ipfs
kkushal32[m] has joined #ipfs
M-HirmeS has joined #ipfs
mspiri[m] has joined #ipfs
chrono[m] has joined #ipfs
enoeht[m] has joined #ipfs
maxlath[m] has joined #ipfs
am2on has joined #ipfs
DokterBob has joined #ipfs
afdudley has joined #ipfs
logen[m] has joined #ipfs
georgenewcloud[m has joined #ipfs
kevindetry[m] has joined #ipfs
blug[m] has joined #ipfs
bustillo[m] has joined #ipfs
Mill3n[m] has joined #ipfs
glyif[m] has joined #ipfs
pierce has joined #ipfs
carlbennetts[m] has joined #ipfs
matiasnomad[m] has joined #ipfs
MrShepard[m] has joined #ipfs
tkorrison[m] has joined #ipfs
cryptix has joined #ipfs
klara[m] has joined #ipfs
marceloakira[m] has joined #ipfs
trhode84[m] has joined #ipfs
nmls[m] has joined #ipfs
openkerley[m] has joined #ipfs
jmmpsyd88[m] has joined #ipfs
abducted[m] has joined #ipfs
blitzaxt has joined #ipfs
Emilylovesleep[m has joined #ipfs
MiauFrito[m] has joined #ipfs
impat[m] has joined #ipfs
PoeBoy[m] has joined #ipfs
M-nated has joined #ipfs
porcow[m] has joined #ipfs
lanshoot[m] has joined #ipfs
captainplanet[m] has joined #ipfs
PungaMare[m] has joined #ipfs
benjaminmateev[m has joined #ipfs
terminator360[m] has joined #ipfs
cl0[m] has joined #ipfs
nullc1pher[m] has joined #ipfs
omiselu[m] has joined #ipfs
Sora[m] has joined #ipfs
dani9[m] has joined #ipfs
M-brain has joined #ipfs
dby[m] has joined #ipfs
reddraggone9[m] has joined #ipfs
alexpuig[m] has joined #ipfs
randy[m] has joined #ipfs
red5d[m] has joined #ipfs
h[m]1 has joined #ipfs
sevarat[m] has joined #ipfs
<DiThi>
hello
leavehouse has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]