NightRa has quit [Quit: Connection closed for inactivity]
arpu has quit [Ping timeout: 260 seconds]
Gaboose has joined #ipfs
Encrypt has quit [Quit: Sleeping time! (Yeah, it's England Time here)]
Not_ has joined #ipfs
reit has joined #ipfs
ygrek has quit [Ping timeout: 260 seconds]
ygrek has joined #ipfs
dstokes has joined #ipfs
dstokes has quit [Client Quit]
dstokes has joined #ipfs
MrJiks has joined #ipfs
MrJiks has quit [Ping timeout: 260 seconds]
devbug has quit [Ping timeout: 260 seconds]
reit has quit [Quit: Leaving]
reit has joined #ipfs
Tera2342 has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
Tera2342 has quit [Ping timeout: 260 seconds]
<NeoTeo>
hm...migration issue. Have updated my ipfs to v0.4.0-dev, but running fs-repo-migrations says I'm already at or above target version number...
anticore has joined #ipfs
zugzwanged has joined #ipfs
zugz has quit [Ping timeout: 260 seconds]
<NeoTeo>
Oh oh...looks like there's only migration from 0->1 and 1->2 :/
<NeoTeo>
Yeah, nothing to see here. Just looked at the issues.
<jbenet>
NeoTeo we havent merged the migration
<jbenet>
cc whyrusleeping o/ we should have a migration if we're telling users to use dev0.4.0
<NeoTeo>
No worries, it's nearly 2:30 am here. Should have checked the issues first :)
<NeoTeo>
half asleep
elima_ has joined #ipfs
devbug has joined #ipfs
Not_ has quit [Quit: Leaving]
rombou has joined #ipfs
<jbenet>
hey M-davidar are you around?
Qwertie has quit [Ping timeout: 260 seconds]
<M-davidar>
jbenet (IRC): pong!
<jbenet>
M-davidar: yay! give me a sec.
NeoTeo has quit [Quit: ZZZzzz…]
rombou has quit [Ping timeout: 260 seconds]
Qwertie has joined #ipfs
devbug has quit [Ping timeout: 264 seconds]
Gaboose has quit [Quit: Connection closed for inactivity]
e-lima has joined #ipfs
elima_ has quit [Ping timeout: 260 seconds]
zdm has quit [Ping timeout: 260 seconds]
speewave has joined #ipfs
grahamperrin has joined #ipfs
speewave has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Would you like to know more?]
computerfreak has quit [Ping timeout: 245 seconds]
reit has quit [Read error: Connection reset by peer]
<computerfreak>
but can we also store data somehow? i want to create a simple contact form which would require to store some data i think ...
caseorganic has quit [Ping timeout: 264 seconds]
Blame has quit [Ping timeout: 264 seconds]
caseorganic has joined #ipfs
e-lima has joined #ipfs
null_radix has joined #ipfs
Blame has joined #ipfs
dignifiedquire has joined #ipfs
hashcore has joined #ipfs
risk_ has joined #ipfs
risk has quit [Ping timeout: 264 seconds]
risk_ is now known as risk
sindresorhus has quit [Read error: Connection reset by peer]
sindresorhus has joined #ipfs
<ion>
Once browsers support IPFS, they can permanently store data on the node itself. Before that, a JavaScript IPFS node can temporarily serve objects to be stored permanently by other nodes.
pokeball99 has quit [Ping timeout: 264 seconds]
pokeball99 has joined #ipfs
zz_r04r is now known as r04r
Encrypt has joined #ipfs
hjoest has quit [Ping timeout: 246 seconds]
<Tera2342>
So how can we store some data from a contact form on IPFS using a JavaScript IPFS node?
e-lima has quit [Ping timeout: 260 seconds]
Tera2342 has quit [Ping timeout: 260 seconds]
pfraze has joined #ipfs
jonl has quit [Read error: Connection reset by peer]
ehd has quit [Ping timeout: 264 seconds]
ehd has joined #ipfs
jonl has joined #ipfs
e-lima has joined #ipfs
simpbrain has joined #ipfs
mg- has joined #ipfs
<computerfreak>
how can a (client) Browser stores data on the (server) node? as far as i know, only the owner of (server) node can save files
<computerfreak>
u probably refer too localhost:5001/ API ?
<ion>
There can be services you tell to pin objects for you.
<computerfreak>
so a (client) Browser calls <server-ip-address>:5001/API and sends the comand to save a file ?
<ion>
Or talks the IPFS protocol directly and invokes a service.
<computerfreak>
like <ip-address>:5001/api/ipfs/pin/<hash of file to store> ?
<ion>
Not HTTP
<computerfreak>
this is http
<computerfreak>
http:\\<ip-address>:5001
<ion>
Yes, not that.
<computerfreak>
ok
<computerfreak>
how can i send other comands than http ?
<computerfreak>
i hope JS cant access my linux shell :O
<ion>
The IPFS protocol lets nodes run and connect to custom services.
<computerfreak>
example?
<computerfreak>
im right now in the process of creating a Browser for IPFS ;)
<kpcyrd>
computerfreak: the cli interface is exposed over rest, but I couldn't find a way to turn the security issue I found a while ago into rce
<ion>
kpcyrd: It’s not REST.
<kpcyrd>
http-ish
<kpcyrd>
computerfreak: unless I missed something, there's no way to exec anything even if you took control over the admin interface
<ion>
It’s amazing that any software gets developed for Windows.
Peer3Peer has joined #ipfs
locusf has joined #ipfs
risk has quit [Read error: Connection reset by peer]
risk has joined #ipfs
hjoest has quit [Ping timeout: 246 seconds]
M-fil has quit [Quit: node-irc says goodbye]
M-fil has joined #ipfs
M-fil has quit [Client Quit]
M-fil has joined #ipfs
<dignifiedquire>
ion: actually it’s not that hard, it’s just hard when you are writing software for posix systems and try porting it, there are just a lot of assumptions that are not true anymore
<whyrusleeping>
wtf, are you sure thats building on windows?
<dignifiedquire>
whyrusleeping: yes, but inside cygwin/bash so make and sharness work
<whyrusleeping>
rename the proc_unix.go to proc_linux.go
baselab has quit [Quit: Leaving]
<whyrusleeping>
i'm not sure why the build directives don't work, but the rename appears to..
<whyrusleeping>
er, actually
<whyrusleeping>
dignifiedquire: change the line at the top to say // +build linux darwin freebsd
<whyrusleeping>
instead of !windows
hjoest has joined #ipfs
<dignifiedquire>
ok
<dignifiedquire>
whyrusleeping: hmm
<dignifiedquire>
whyrusleeping: same error sorry :(
<whyrusleeping>
thats really annoying, the go compiler is being really stupid
<whyrusleeping>
dignifiedquire: alright, figured it out
<dignifiedquire>
whyrusleeping: the odd thing is that it worked in the other case as far as I understood for fuse the !windows directive seemed to be handled fine
<whyrusleeping>
put a space after that comment
<whyrusleeping>
and before the package declaration
<dignifiedquire>
omg
<whyrusleeping>
like,a newline
<whyrusleeping>
right?
<dignifiedquire>
with comment or just blank?
<whyrusleeping>
just blank
<dignifiedquire>
ok
<dignifiedquire>
*sigh*
<dignifiedquire>
not working
<dignifiedquire>
trying the other combo again
<whyrusleeping>
cant be the same error
<dignifiedquire>
it is
<whyrusleeping>
try the linux darwin freebsd line, combined with the newline
<whyrusleeping>
you had just windows without the '!'
<whyrusleeping>
wooo! different failure
<dignifiedquire>
ahh damn, yeah different failure
<dignifiedquire>
switching to !windows then?
<dignifiedquire>
it’s actually trying to start a test this time!
<dignifiedquire>
yep now “working” with !windows
hjoest has quit [Ping timeout: 246 seconds]
SebastianCB has joined #ipfs
Matoro has quit [Ping timeout: 246 seconds]
<SebastianCB>
hey guys, are there any issues with the network right now (or with the gateway)? me and a collegue are publishing short text to our local IPFS node which is visible in the local node straight away but takes ages to get to some other node or this does not work at all. This was *a lot* higher performance some weeks ago.
<whyrusleeping>
SebastianCB: that resolved right away for me
<whyrusleeping>
i'm not aware of anything thats really changed on the main network in the past few weeks
<SebastianCB>
ok thx
<whyrusleeping>
let us know if you find something though
<whyrusleeping>
its always good to be aware of issues like that
Igel has joined #ipfs
<SebastianCB>
we were just adding some short text and that was extremely slow (10min for 20byte or so)
<whyrusleeping>
hrm... thats likely just resolution time
<whyrusleeping>
are you behind a NAT?
substack_ is now known as substack
<ipfsbot>
[js-ipfs-api] alexmingoia opened pull request #160: Replace `require.context` with individual requires. (master...remove-require-context) http://git.io/vRVzz
wao_ has joined #ipfs
reit has joined #ipfs
Matoro has joined #ipfs
<SebastianCB>
yes I am
<SebastianCB>
but for some reason it keeps being super slow
rendar has quit [Ping timeout: 246 seconds]
afdudley has left #ipfs [#ipfs]
rendar has joined #ipfs
cemerick has joined #ipfs
grahamperrin has left #ipfs ["Leaving"]
<dignifiedquire>
whyrusleeping: any thoughts on the new failure?
<whyrusleeping>
looks like it might be a pathing issue
<dignifiedquire>
like all go issues I ever had :D
<dignifiedquire>
by the way what is the reason for this strange concept in go that it forces the directory structure on you just so you can load dependencies? I never got why that was needed
hjoest2 has joined #ipfs
hjoest2 has quit [Read error: Connection reset by peer]
reit has quit [Quit: Leaving]
hjoest has quit [Ping timeout: 246 seconds]
hjoest has joined #ipfs
hjoest has quit [Read error: Connection reset by peer]
computerfreak has quit [Ping timeout: 260 seconds]
amade has quit [Quit: leaving]
amade has joined #ipfs
<ipfsbot>
[js-ipfs-api] diasdavid pushed 2 new commits to master: http://git.io/vRVMV
<ipfsbot>
js-ipfs-api/master be82c0f David Dias: chore: build
<ipfsbot>
js-ipfs-api/master 4ee18e2 David Dias: chore: release version v2.9.13
amade has quit [Client Quit]
<ipfsbot>
[webui] greenkeeperio-bot opened pull request #116: Update ipfs-api to version 2.9.13
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hjoest has quit [Read error: Connection reset by peer]
<whyrusleeping>
dignifiedquire: what do you mean?
<whyrusleeping>
how else is it going to find imports?
hjoest has joined #ipfs
dstokes has quit [Ping timeout: 260 seconds]
jamie_k has joined #ipfs
dstokes has joined #ipfs
Encrypt has joined #ipfs
amade has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
disgusting_wall has joined #ipfs
disgusting_wall has quit [Client Quit]
devbug has joined #ipfs
Guest66799 has quit [Ping timeout: 246 seconds]
TheWhisper has joined #ipfs
pokeball99 has quit [Quit: Connection closed for inactivity]
rombou has quit [Ping timeout: 246 seconds]
computerfreak has joined #ipfs
infinity0 has quit [Remote host closed the connection]
strongest_cup has joined #ipfs
SebastianCB has quit [Ping timeout: 260 seconds]
<strongest_cup>
Does anyone have any experience making their own ipfs gateway? I've got a VM set up on ESXi but other devices on the LAN can't take advantage of the web interface on it to access ipfs data