00:05
jaboja has quit [Ping timeout: 250 seconds]
00:09
cemerick has joined #ipfs
00:09
ygrek has joined #ipfs
00:10
H3g3m0n[m] has joined #ipfs
00:14
<
H3g3m0n[m] >
Oracle was arguing that APIs where under copyright. An API would seem to be a specific version of a protocol.
00:16
<
JesseW >
More or less -- but that's an instance of "All rectangles are squares, but not all squares are rectangles."
00:17
<
JesseW >
Even if all APIs are "specific instances of protocols", not all protocols are APIs. And (as I understand Oracle's (bad) argument), it focused on features that are true of APIs, but
*not* true of non-API protocols.
00:19
<
JesseW >
Specifically, to implement the Java API, you need to create a bunch of classes with a bunch of methods with specified names. Oracle was claiming those names, grouped in that way, was itself copyrightable, and made any other use of those names in that grouping a derivative work.
00:20
<
JesseW >
A protocol that
*didn't* specify a set of names, but merely specified the expected ordering of, say, a series of bits, would not seem (at least to me) to be vulnerable to the same argument.
00:35
pguth has quit [Remote host closed the connection]
00:35
pguth has joined #ipfs
00:43
Hurk has joined #ipfs
00:45
reit has joined #ipfs
00:46
kanej has joined #ipfs
00:47
kanej has quit [Client Quit]
00:53
herzmeister has quit [Quit: Leaving]
00:54
herzmeister has joined #ipfs
00:56
byteflame has quit [Ping timeout: 244 seconds]
00:57
cryptix has quit [Ping timeout: 244 seconds]
00:58
ianopolous has quit [Ping timeout: 250 seconds]
00:59
ianopolous has joined #ipfs
01:02
cemerick has quit [Ping timeout: 260 seconds]
01:12
jaboja has joined #ipfs
01:18
zjohnson has quit [Ping timeout: 240 seconds]
01:24
zjohnson has joined #ipfs
01:26
palkeo has quit [Ping timeout: 244 seconds]
01:28
structuralist has quit [Remote host closed the connection]
01:31
mgue has quit [Ping timeout: 244 seconds]
01:41
dignifiedquire has quit [Quit: Connection closed for inactivity]
01:44
mgue has joined #ipfs
01:51
herzmeister has quit [Quit: Leaving]
01:51
herzmeister has joined #ipfs
01:55
TheReverend403[m has joined #ipfs
01:58
apiarian has quit [Ping timeout: 260 seconds]
02:01
apiarian has joined #ipfs
02:09
jedahan has joined #ipfs
02:14
cketti has quit [Quit: Leaving]
02:15
PrinceOfPeeves has quit [Ping timeout: 240 seconds]
02:24
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
02:26
<
voxelot >
anyone feel like being the first to test installing a package, aside from my vps?
02:29
<
voxelot >
using 'ippm install acorn-jsx' should fetch a test package i have registed
02:30
jedahan has joined #ipfs
02:30
pguth has quit [Remote host closed the connection]
02:30
pguth has joined #ipfs
02:32
<
JesseW >
voxelot: hm, neat, will look
02:32
j12t has joined #ipfs
02:34
jedahan has quit [Max SendQ exceeded]
02:35
jedahan has joined #ipfs
02:36
<
voxelot >
JesseW: cool thanks! ping me if it works, or blows up
02:36
<
JesseW >
voxelot: what's the branch name?
02:36
<
voxelot >
moved the js-ipfs implementation to its own branch for now
02:37
<
JesseW >
ok, what's the repo you forked from, then? :-)
02:37
j12t has quit [Ping timeout: 252 seconds]
02:37
<
JesseW >
or is this all your project, and you just moved the previous work to a separate branch?
02:37
<
voxelot >
yeah all one project i've been working on
02:38
<
voxelot >
i started it with full js-ipfs but then couldn't get the block routed
02:38
<
JesseW >
what version of node/npm is needed?
02:38
<
voxelot >
so i turned master into a useable go-ipfs api
02:38
<
JesseW >
I have node v0.10.29 and npm@1.4.21
02:38
<
JesseW >
which I'm pretty sure if old
02:38
<
JesseW >
er, is old
02:39
<
voxelot >
JesseW: I should add the version to the requirements
02:39
<
voxelot >
believe you need at lest v5 for node and 3 for npm
02:39
pguth has quit [Remote host closed the connection]
02:39
<
voxelot >
whatever js-ipfs-api rewuires
02:39
pguth has joined #ipfs
02:41
<
voxelot >
requires Node v4.x (LTS) or higher
02:44
Guest has joined #ipfs
02:45
kanej has joined #ipfs
02:47
kanej has quit [Client Quit]
02:48
gmcquillan has joined #ipfs
02:52
<
JesseW >
installing updated versions of node now
02:52
<
JesseW >
this should also get the webui working for me :-)
02:53
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
02:53
cjd has quit [Ping timeout: 264 seconds]
02:53
sol56 has quit [Ping timeout: 276 seconds]
02:54
<
voxelot >
if you're building the webui from source then yeah you'd need new node version, or else it should load in the browser from the distribution
02:55
Guest has left #ipfs [#ipfs]
02:59
mgue has quit [Quit: WeeChat 1.5]
02:59
Sanford has quit [Ping timeout: 264 seconds]
02:59
<
JesseW >
hm, that didn't seem to fix the webui for me
03:00
<
JesseW >
I'm piping it through an ssh tunnel -- could that be breaking it?
03:01
matoro has quit [Ping timeout: 252 seconds]
03:01
jaboja has quit [Ping timeout: 264 seconds]
03:04
mgue has joined #ipfs
03:04
<
JesseW >
hah, something to add to the docs (and/or add a check in the webui): If you change the port number when tunneling the webui -- it breaks
03:05
<
JesseW >
I should probably open a issue for this... :-/
03:06
sol56 has joined #ipfs
03:12
Oatmeal has quit [Ping timeout: 244 seconds]
03:13
<
JesseW >
voxelot: installing deps via npm
03:15
<
voxelot >
JesseW: nice, one day you won't have to use npm to install ippm, seems kind of silly to depend on npm but I have to build installs for all the os
03:16
<
voxelot >
also kind of silly to depend on a go application for a js package manager, but the js-ipfs version is almost there
03:20
<
JesseW >
voxelot: got 4 warnings
03:20
<
JesseW >
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
03:20
<
JesseW >
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
03:20
<
JesseW >
npm WARN karma-webpack@1.7.0 requires a peer of webpack@^1.4.0 but none was installed.
03:20
<
JesseW >
npm WARN eslint-config-standard-jsx@1.2.1 requires a peer of eslint@^2.1.0 but none was installed.
03:21
<
JesseW >
So, after running `npm install` -- what then? where's the ippm command?
03:21
<
voxelot >
JesseW: try running `ippm`
03:21
<
voxelot >
if you installed globably it should run
03:22
<
JesseW >
I installed it locally
03:22
<
voxelot >
do an `npm i -g`
03:22
<
JesseW >
I don't want to install it globally
03:22
<
voxelot >
so you can mpve off to a test directory and `ippm install acorn-test`
03:22
rgrinberg has joined #ipfs
03:22
<
voxelot >
ohh, okay then
03:22
<
voxelot >
`cd src/cli`
03:23
<
voxelot >
`node bin.js install acorn-test`
03:23
<
voxelot >
it should create a node module folder in ippm/src/cli with the installed mods
03:23
<
JesseW >
node bin.js version acorn-test
03:23
<
JesseW >
acorn-test version: ^1.2.2
03:24
<
JesseW >
node bin.js install acorn-test
03:24
<
JesseW >
NAME: acorn-test
03:24
<
JesseW >
IPFS REPO PATH (option): undefined
03:24
<
JesseW >
Installing: acorn-test
03:24
<
JesseW >
element: QmZpBPSxphha114KH3zWQUpkkRWXF9fQyBLW92TNJND9cw
03:24
<
JesseW >
ipfs online
03:24
<
JesseW >
writing package:
03:24
<
JesseW >
wrote node_modules folder:
03:24
<
JesseW >
dependency not registered skipping: babelify
03:24
<
JesseW >
dependency not registered skipping: browserify-derequire
03:24
<
JesseW >
dependency not registered skipping: browserify
03:24
<
JesseW >
dependency not registered skipping: unicode-7.0.0
03:24
<
JesseW >
(I really should have pastebin'ed that, sorry)
03:24
<
voxelot >
haha yeah, but cool! looks like it worked :)
03:25
<
JesseW >
excellent!
03:25
<
voxelot >
thanks for trying out, you're the first!
03:27
idl has joined #ipfs
03:28
<
idl >
Hi. Will ipfs work over tor?
03:29
<
JesseW >
voxelot: happy to help
03:29
gmcquillan has quit [Quit: gmcquillan]
03:33
jarboot has quit [Ping timeout: 265 seconds]
03:39
ssv-ru has joined #ipfs
03:40
ssv-ru has left #ipfs [#ipfs]
03:46
tmg has quit [Ping timeout: 258 seconds]
03:48
tmg has joined #ipfs
03:48
ssv-ru has joined #ipfs
03:49
ssv-ru has left #ipfs [#ipfs]
03:57
Pindarism has joined #ipfs
04:03
j12t has joined #ipfs
04:08
j12t has quit [Ping timeout: 240 seconds]
04:45
Pindarism has quit [Ping timeout: 276 seconds]
04:48
pfraze has quit [Remote host closed the connection]
04:52
rgrinberg has quit [Quit: WeeChat 1.5]
04:52
rgrinberg has joined #ipfs
04:59
mildred has quit [Ping timeout: 244 seconds]
05:00
Gytha has joined #ipfs
05:01
idl is now known as ild
05:12
JesseW has quit [Ping timeout: 250 seconds]
05:13
unlmtd has joined #ipfs
05:25
<
ipfsbot >
js-ipfs/greenkeeper-mocha-3.0.0 cbcf3f7 greenkeeperio-bot: chore(package): update mocha to version 3.0.0...
05:33
byteflame has joined #ipfs
05:38
rgrinberg has quit [Ping timeout: 244 seconds]
05:45
jedahan has joined #ipfs
06:06
unlmtd has quit [Quit: WeeChat 1.5]
06:11
mildred has joined #ipfs
06:12
IlanGodik has joined #ipfs
06:15
cjd has joined #ipfs
06:17
wallacoloo has quit [Ping timeout: 250 seconds]
06:18
sol56 has quit [Ping timeout: 258 seconds]
06:21
wallacoloo has joined #ipfs
06:24
Combined2857 has joined #ipfs
06:29
ygrek has quit [Ping timeout: 276 seconds]
06:30
sol56 has joined #ipfs
06:31
pguth has quit [Remote host closed the connection]
06:31
pguth has joined #ipfs
06:33
dignifiedquire has joined #ipfs
06:41
Combined2857 has quit [Quit: Leaving]
06:43
rendar has joined #ipfs
06:44
<
ipfsbot >
[js-ipfs] greenkeeperio-bot opened pull request #386: Update mocha to version 3.0.0
06:45
wallacoloo has quit [Quit: wallacoloo]
06:47
reit has quit [Ping timeout: 244 seconds]
06:58
byteflame has quit [Ping timeout: 240 seconds]
06:58
ylp1 has joined #ipfs
06:58
reit has joined #ipfs
07:11
zorglub27 has joined #ipfs
07:18
<
dignifiedquire >
good morning
07:19
Sonarpulse has joined #ipfs
07:21
Sonarpulse has quit [Changing host]
07:21
Sonarpulse has joined #ipfs
07:32
zero-one is now known as zero-baller
07:35
cow_2001 is now known as fox_2001
07:35
fox_2001 is now known as cow_2001
07:43
s_kunk has quit [Ping timeout: 244 seconds]
07:45
G-Ray has joined #ipfs
07:50
tmg has quit [Ping timeout: 250 seconds]
07:53
Pharyngeal has quit [Ping timeout: 240 seconds]
07:54
Pharyngeal has joined #ipfs
08:01
<
ipfsbot >
js-ipfs/remove-unused 3bd634b Friedel Ziegelmayer: chore: remove unused devDependency: mocha
08:02
<
ipfsbot >
[js-ipfs] dignifiedquire opened pull request #387: chore: remove unused devDependency: mocha (master...remove-unused)
https://git.io/v6v3P
08:05
j12t has joined #ipfs
08:06
kants has joined #ipfs
08:09
j12t has quit [Ping timeout: 244 seconds]
08:13
visof has joined #ipfs
08:18
visof has quit [Ping timeout: 264 seconds]
08:20
visof has joined #ipfs
08:20
Boomerang has joined #ipfs
08:28
ianopolous has quit [Read error: Connection reset by peer]
08:29
ianopolous has joined #ipfs
08:30
<
dignifiedquire >
alu: checking it out
08:31
<
dignifiedquire >
alu: what is it? currently seeing mostly pink and black :D
08:33
zz_r04r is now known as r04r
08:36
Boomerang has quit [Quit: leaving]
08:37
Boomerang has joined #ipfs
08:39
<
dignifiedquire >
haad: I would like for orbit to use aegir at some point :) I know you looked into that at some point and you had some issues with it, what exactly where they?
08:39
kants has quit [Quit: sleep.]
08:40
kants has joined #ipfs
08:46
s_kunk has joined #ipfs
08:53
chungy has quit [Read error: Connection reset by peer]
08:55
chungy has joined #ipfs
08:58
<
haad >
dignifiedquire: can't remember what the issues were exactly. but iirc the forced conventions, the setup process, etc.
09:00
kants has quit [Quit: sleep.]
09:03
reit has quit [Quit: Leaving]
09:12
espadrine_ has joined #ipfs
09:17
rardiol has quit [Ping timeout: 252 seconds]
09:18
visof has quit [Changing host]
09:18
visof has joined #ipfs
09:20
simonect has joined #ipfs
09:21
bearbin has quit [Ping timeout: 250 seconds]
09:23
simonect has quit [Remote host closed the connection]
09:30
<
ipfsbot >
[js-ipfs-api] dignifiedquire closed pull request #318: Update aegir to version 4.0.0
09:31
cemerick has joined #ipfs
09:36
kants has joined #ipfs
09:41
<
cwahlers >
dignifiedquire: q about aegir, i recently tried to test something quick in a codepen, and included two aegir generated cdn bundles. it seems both bundles included babel-polyfill, which really shouldn't be included in libs. resulted in a 'Uncaught Error: only one instance of babel-polyfill is allowed' in the second included bundle
09:42
<
dignifiedquire >
cwahlers: well we do have to include it to make sure it's actually standalone and usable in all the browsers
09:42
<
dignifiedquire >
or do you have a better idea?
09:43
<
cwahlers >
you can only ever use one such bundle at a time then, though
09:43
<
cwahlers >
heh not really :/
09:43
<
cwahlers >
i'll think about it, and maybe file an issue (where?)
09:44
<
cwahlers >
just something i stumbled over the other day
09:44
simonect has joined #ipfs
09:46
ianopolous has quit [Read error: Connection reset by peer]
09:46
ianopolous has joined #ipfs
09:47
<
dignifiedquire >
cwahlers: nice, I didn't know about this
09:47
<
dignifiedquire >
will def move to this
09:48
<
cwahlers >
dignifiedquire cool, want me to file an issue somewhere?
09:53
<
dignifiedquire >
thanks!
09:57
Dawg[m] has joined #ipfs
10:03
simonect has quit [Remote host closed the connection]
10:05
j12t has joined #ipfs
10:08
tmg has joined #ipfs
10:10
simonect has joined #ipfs
10:10
j12t has quit [Ping timeout: 244 seconds]
10:11
Encrypt has joined #ipfs
10:16
simonect has quit [Remote host closed the connection]
10:19
<
dawuud >
i'm here if anyone wants to chat about tor integration
10:29
<
tmg >
dawuud: can you give me the head lines?
10:30
<
tmg >
I run tor, then start ipfs daemon with some --proxy flag
10:30
<
tmg >
how does the routing work?
10:31
<
tmg >
daemon -> socks proxy -> circuit -> exit node -> bootstrap nodes ?
10:34
kanej has joined #ipfs
10:36
palkeo has joined #ipfs
10:36
pguth has quit [Remote host closed the connection]
10:37
pguth has joined #ipfs
10:39
<
Codebird >
IPFS over TOR sounds painfully slow.
10:41
reit has joined #ipfs
10:41
<
ild >
Codebird, yes. but in some cases I would like to hide a seeding node.
10:44
kants has quit [Quit: sleep.]
10:46
bearbin has joined #ipfs
10:47
simonect has joined #ipfs
10:47
<
dignifiedquire >
daviddias: let me know when you have time to talk through the changelog proposal
10:47
taaem has quit [Ping timeout: 250 seconds]
10:48
s_kunk has quit [Remote host closed the connection]
10:51
<
dawuud >
Codebird: freedom is always painful
10:52
<
dawuud >
tmg: do you know about the tor control port? we're going to use it to create onion services... furthermore you can ask the control port what the socks port is
10:52
Encrypt has quit [Ping timeout: 265 seconds]
10:53
<
dawuud >
Codebird: slow crypto train ftw
10:53
<
dawuud >
Codebird: also pls... it's Tor not TOR
10:53
s_kunk has joined #ipfs
10:53
<
ild >
dawuud, can IPFS node be accessible to other nodes via tor?
10:53
<
dawuud >
ild: it will partition the network into a onion only section
10:54
simonect has quit [Remote host closed the connection]
10:54
<
dawuud >
but certainly we could use tor exit nodes to anonymously browser existing tcp/ip public nodes
10:56
lmatteis has left #ipfs [#ipfs]
10:56
<
dawuud >
ild: yeah and we get NAT penetration for free when using Tor onion services
10:57
<
dawuud >
as distributed systems programmers it's our job to unfuck the internet with NAT penetration :)
10:57
zorglub27 has quit [Ping timeout: 265 seconds]
10:59
zorglub27 has joined #ipfs
11:01
<
ild >
dawuud, also cjdns will bring NAT penetration for free
11:04
simonect has joined #ipfs
11:04
<
Codebird >
I know it's Tor, but I just seem to automatically capitalise it unless I specifically focus on not doing so.
11:07
kants has joined #ipfs
11:09
Encrypt has joined #ipfs
11:10
<
tmg >
dawuud: that sounds kinda cool. Does that mean onion nodes can only talk to other onion nodes?
11:11
<
Kubuxu >
dawuud: and it will be orders of magnitude faster then Tor
11:11
<
tmg >
oh ^ scrolled up
11:12
* Kubuxu
never really used Tor:
11:12
<
Kubuxu >
what is possible range of latencies when connecting to hidden service?
11:16
<
ild >
Kubuxu, i'm using tor to ssh my server and latency for key pressing about half of second
11:16
<
ild >
but total speed will be also limited
11:18
<
dawuud >
Kubuxu: here's an IRTF charter for an interesting research group, "Human Rights Protocol Considerations":
11:19
<
Kubuxu >
something we figured out during this year's Squatconf is that Tor hash to have X minimal latency
11:19
<
Kubuxu >
I will give the X in just a sec
11:20
<
Polychrome[m] >
Awhile back I've noticed a post on a forum showing off a Unity3D scene pulling assets off ipfs. I'm guessing they had to clobber up their own HTTP connection to the ipfs api. Is there something kind of a more solid C# API available now days?
11:20
<
dawuud >
the idea that technologists shouldn't think politically but only about protocol speed is morally laugheable.
11:21
ianopolous has quit [Read error: Connection reset by peer]
11:21
<
Polychrome[m] >
I'm kind of curious about possibly setting up an Active Worlds inspired clone that uses ipfs for its object path instead of a web server.
11:21
ianopolous has joined #ipfs
11:24
<
dignifiedquire >
Kubuxu: I'm here
11:25
<
Kubuxu >
So the http-ipfs-sepc right now describes what the API responses look like.
11:25
<
dignifiedquire >
yes
11:26
<
Kubuxu >
and describes everything, including not important parts which renders it not really usable for testing
11:27
ianopolous has quit [Read error: Connection reset by peer]
11:27
<
Kubuxu >
as I said it is more of description than spec, when I am describing something I focus on details and try capture it in full
11:28
se3000 has quit [Read error: Connection reset by peer]
11:28
<
Kubuxu >
with spec I would focus on important parts that are required for functioning
11:28
ianopolous has joined #ipfs
11:30
ianopolous has quit [Read error: Connection reset by peer]
11:36
ianopolous has joined #ipfs
11:38
zorglub27 has quit [Ping timeout: 240 seconds]
11:38
kants has quit [Quit: sleep.]
11:39
<
ild >
Is there a way to tag somehow many files and then find them all even if they are uploaded from different hosts?
11:40
ianopolous has quit [Read error: Connection reset by peer]
11:40
ianopolous has joined #ipfs
11:41
<
ild >
Will ipns find all files if they have same name?
11:42
tmg has quit [Ping timeout: 244 seconds]
11:45
<
ipfsbot >
[go-ipfs] whyrusleeping closed pull request #3007: commands: fix refs 'edges' option work (master...feature/refs-format-regression)
https://git.io/vKxmM
11:45
<
daviddias >
were you looking for that one?
11:45
compleatang has joined #ipfs
11:46
compleatang has quit [Max SendQ exceeded]
11:46
<
Codebird >
I've almost done writing up the technical stuff for my arduino solar PWM charge controller, which I shall publish via IPFS. More good content.
11:48
kants has joined #ipfs
11:49
compleatang has joined #ipfs
11:51
cketti has joined #ipfs
11:51
ianopolous has quit [Read error: Connection reset by peer]
11:51
ianopolous has joined #ipfs
11:54
cemerick has quit [Ping timeout: 250 seconds]
12:00
<
ipfsbot >
go-ipfs/fix/auto-migrate-windows 1854d3e Jeromy: extract binaries with .exe name on windows...
12:00
Foxcool has quit [Ping timeout: 240 seconds]
12:01
<
ipfsbot >
[go-ipfs] whyrusleeping opened pull request #3021: extract binaries with .exe name on windows (master...fix/auto-migrate-windows)
https://git.io/v6vK4
12:02
jgantunes has joined #ipfs
12:04
<
ipfsbot >
go-ipfs/feature/daemon-mount-offline-flag 96b0961 Jakub Sztandera: daemon: ipfs daemon --offline --mount should fail with nice message...
12:04
<
ipfsbot >
go-ipfs/feature/daemon-mount-offline-flag 5918f5b Jakub Sztandera: sharness: fix inporper use of test_expect_failure...
12:06
j12t has joined #ipfs
12:06
cemerick has joined #ipfs
12:07
<
daviddias >
jgantunes we are at Copenhagen Coffee Lab, me Kubuxu and whyrusleeping, you are welcome to join and hack with us :)
12:09
kants has quit [Quit: sleep.]
12:10
<
jgantunes >
thanks daviddias, I might join you after lunch ;)
12:11
j12t has quit [Ping timeout: 240 seconds]
12:18
<
ipfsbot >
[go-ipfs] Kubuxu force-pushed feature/daemon-mount-offline-flag from 5918f5b to df8b8b4:
https://git.io/v6vik
12:18
<
ipfsbot >
go-ipfs/feature/daemon-mount-offline-flag df8b8b4 Jakub Sztandera: sharness: fix improper use of test_expect_failure...
12:27
<
ipfsbot >
go-ipfs/feature/eval-symlink-windows d2446aa Jakub Sztandera: cli: do ToSlash after EvalSymlinks to remove platform specific slashes...
12:28
spilotro has quit [Ping timeout: 244 seconds]
12:28
<
ipfsbot >
[go-ipfs] Kubuxu opened pull request #3023: cli: do ToSlash after EvalSymlinks to remove platform specific slashes (master...feature/eval-symlink-windows)
https://git.io/v6vPn
12:29
cemerick has quit [Ping timeout: 252 seconds]
12:31
<
ipfsbot >
go-ipfs/feature/eval-symlink-windows e0fbac8 Jakub Sztandera: cli: do ToSlash after EvalSymlinks to remove platform specific slashes...
12:34
<
ipfsbot >
js-ipfs/master c3b2c5f David Dias: Merge pull request #387 from ipfs/remove-unused...
12:35
<
daviddias >
jgantunes: awesome!
12:35
spilotro has joined #ipfs
12:41
ashark has joined #ipfs
12:45
cemerick has joined #ipfs
12:47
pguth has quit [Remote host closed the connection]
12:47
pguth has joined #ipfs
12:49
ianopolous has quit [Read error: Connection reset by peer]
12:49
ianopolous has joined #ipfs
12:53
apiarian has quit [Ping timeout: 260 seconds]
12:56
PrinceOfPeeves has joined #ipfs
12:56
apiarian has joined #ipfs
12:58
pfraze has joined #ipfs
12:59
reit has quit [Ping timeout: 264 seconds]
12:59
rgrinberg has joined #ipfs
13:00
kants has joined #ipfs
13:01
byteflame has joined #ipfs
13:02
Foxcool has joined #ipfs
13:03
kanej has joined #ipfs
13:04
kanej has quit [Client Quit]
13:07
ianopolous has quit [Read error: Connection reset by peer]
13:08
ianopolous has joined #ipfs
13:08
byteflame has quit [Remote host closed the connection]
13:09
<
ipfsbot >
js-ipfs-api/0-4-3 3444812 Friedel Ziegelmayer: feat: upgrade dependencies
13:09
<
ipfsbot >
js-ipfs-api/0-4-3 f51f8fb Friedel Ziegelmayer: fix(api): ensure compatability with 0.4.3...
13:09
<
ipfsbot >
[js-ipfs-api] dignifiedquire opened pull request #326: Upgrade dependencies and add 0.4.3 compat (master...0-4-3)
https://git.io/v6vxf
13:10
cemerick has quit [Ping timeout: 252 seconds]
13:11
zorglub27 has joined #ipfs
13:14
Combined2857 has joined #ipfs
13:14
Combined2857 has quit [Changing host]
13:14
Combined2857 has joined #ipfs
13:15
ruby32 has joined #ipfs
13:17
reit has joined #ipfs
13:17
Encrypt has quit [Ping timeout: 276 seconds]
13:19
ianopolous has quit [Read error: Connection reset by peer]
13:20
<
ipfsbot >
go-ipfs/feat/changelog-0.4.3-rc2 1375f22 Jakub Sztandera: License: MIT...
13:20
ianopolous has joined #ipfs
13:20
<
ipfsbot >
go-ipfs/feat/changelog-0.4.3-rc2 abb65ea Jakub Sztandera: CHANGELOG for 0.4.3-rc2...
13:21
<
ipfsbot >
[go-ipfs] Kubuxu opened pull request #3024: CHANGELOG for 0.4.3-rc2 (master...feat/changelog-0.4.3-rc2)
https://git.io/v6vpG
13:23
ashark has quit [Ping timeout: 260 seconds]
13:25
cemerick has joined #ipfs
13:25
byteflame has joined #ipfs
13:38
herzmeister has quit [Quit: Leaving]
13:39
herzmeister has joined #ipfs
13:39
shizy has joined #ipfs
13:40
<
ipfsbot >
js-ipfs/module-list e732445 Friedel Ziegelmayer: docs(readme): move libp2p packages to their own repo
13:41
<
ipfsbot >
go-ipfs/fix/auto-migrate-windows dcc3f7a Jeromy: append .exe to binaries on windows...
13:47
zorglub27 has quit [Ping timeout: 260 seconds]
13:50
zorglub27 has joined #ipfs
13:51
shizy has quit [Quit: WeeChat 1.5]
13:52
<
ipfsbot >
go-ipfs/fix/auto-migrate-windows 02979fd Jeromy: handle exe appending in fewer places...
13:56
ashark has joined #ipfs
13:58
robogoat has quit [Ping timeout: 276 seconds]
14:00
pguth has quit [Remote host closed the connection]
14:00
pguth has joined #ipfs
14:03
Luzifer has quit [Read error: Connection reset by peer]
14:03
jryans has quit [Read error: Connection reset by peer]
14:03
henriquev has quit [Ping timeout: 250 seconds]
14:03
IlanGodik has quit [Ping timeout: 258 seconds]
14:03
tibor has quit [Ping timeout: 258 seconds]
14:04
nullstyle has quit [Ping timeout: 258 seconds]
14:04
bret has quit [Ping timeout: 258 seconds]
14:04
risk has quit [Ping timeout: 264 seconds]
14:04
richardlitt has quit [Ping timeout: 264 seconds]
14:04
robmyers has quit [Ping timeout: 264 seconds]
14:04
sega01 has quit [Read error: Connection reset by peer]
14:04
daviddias has quit [Read error: Connection reset by peer]
14:04
cmeik has quit [Read error: Connection reset by peer]
14:04
grncdr has quit [Ping timeout: 250 seconds]
14:04
hosh has quit [Read error: Connection reset by peer]
14:04
voldyman has quit [Ping timeout: 258 seconds]
14:04
bigs has quit [Ping timeout: 258 seconds]
14:04
zielmicha has quit [Read error: Connection reset by peer]
14:04
sindresorhus has quit [Write error: Connection reset by peer]
14:04
xicombd has quit [Ping timeout: 258 seconds]
14:04
nskelsey has quit [Ping timeout: 258 seconds]
14:04
sugarpuff has quit [Write error: Connection reset by peer]
14:04
rfw has quit [Read error: Connection reset by peer]
14:04
bitspill has quit [Read error: Connection reset by peer]
14:04
anderspree_ has quit [Read error: Connection reset by peer]
14:04
sickill has quit [Read error: Connection reset by peer]
14:04
NeoTeo has quit [Read error: Connection reset by peer]
14:04
voxelot has quit [Read error: Connection reset by peer]
14:04
mappum has quit [Read error: Connection reset by peer]
14:04
jhiesey has quit [Read error: Connection reset by peer]
14:04
karissa has quit [Read error: Connection reset by peer]
14:04
bigbluehat has quit [Write error: Connection reset by peer]
14:04
zrl has quit [Read error: Connection reset by peer]
14:04
child has quit [Write error: Connection reset by peer]
14:04
ehd has quit [Write error: Connection reset by peer]
14:04
ekroon has quit [Read error: Connection reset by peer]
14:04
SoreGums has quit [Read error: Connection reset by peer]
14:04
kumavis has quit [Read error: Connection reset by peer]
14:04
aaaaaaaaa____ has quit [Read error: Connection reset by peer]
14:04
cdata has quit [Read error: Connection reset by peer]
14:04
hsanjuan has quit [Read error: Connection reset by peer]
14:04
feross has quit [Read error: Connection reset by peer]
14:04
nicolagreco has quit [Read error: Connection reset by peer]
14:04
lohkey has quit [Read error: Connection reset by peer]
14:05
okek has quit [Ping timeout: 250 seconds]
14:06
Ineentho[m] has quit [Ping timeout: 260 seconds]
14:06
kegan[m] has quit [Ping timeout: 276 seconds]
14:07
M-Dave has quit [Ping timeout: 260 seconds]
14:07
M-manveru has quit [Ping timeout: 260 seconds]
14:07
daviddias has joined #ipfs
14:07
j12t has joined #ipfs
14:07
Dawg[m] has quit [Ping timeout: 276 seconds]
14:07
M-AndrewGaspar has quit [Ping timeout: 260 seconds]
14:07
M-3974 has quit [Ping timeout: 260 seconds]
14:07
rfb[m] has quit [Ping timeout: 260 seconds]
14:07
M-3630 has quit [Ping timeout: 260 seconds]
14:07
chevdor[m] has quit [Ping timeout: 260 seconds]
14:07
M-Ingo has quit [Ping timeout: 260 seconds]
14:07
M-cocci has quit [Ping timeout: 260 seconds]
14:07
M22536[m] has quit [Ping timeout: 260 seconds]
14:07
M-wwwi7891 has quit [Ping timeout: 260 seconds]
14:07
M-9743 has quit [Ping timeout: 260 seconds]
14:07
M-jgrowl has quit [Ping timeout: 260 seconds]
14:07
Guest19040[m] has quit [Ping timeout: 260 seconds]
14:07
M-16549 has quit [Ping timeout: 260 seconds]
14:07
dd[m] has quit [Ping timeout: 260 seconds]
14:07
M-2128 has quit [Ping timeout: 260 seconds]
14:07
M-metamattj has quit [Ping timeout: 260 seconds]
14:07
kostera[m] has quit [Ping timeout: 260 seconds]
14:07
rajeevn[m] has quit [Ping timeout: 260 seconds]
14:07
ntninja has quit [Ping timeout: 260 seconds]
14:07
M-austinhc has quit [Ping timeout: 260 seconds]
14:07
alexvoda[m] has quit [Ping timeout: 260 seconds]
14:07
M-jackal has quit [Ping timeout: 260 seconds]
14:07
M-oddvar has quit [Ping timeout: 260 seconds]
14:07
M-rschulman has quit [Ping timeout: 260 seconds]
14:07
grncdr has joined #ipfs
14:08
robmyers has joined #ipfs
14:08
M-alien has quit [Ping timeout: 260 seconds]
14:08
Patrik[m] has quit [Ping timeout: 276 seconds]
14:08
M-9364 has quit [Ping timeout: 276 seconds]
14:08
hartmanroberte[m has quit [Ping timeout: 276 seconds]
14:08
M-Samim has quit [Ping timeout: 276 seconds]
14:08
Guest21903[m] has quit [Ping timeout: 276 seconds]
14:08
Polychrome[m] has quit [Ping timeout: 276 seconds]
14:08
M-javissimo has quit [Ping timeout: 276 seconds]
14:08
M-lucnsy has quit [Ping timeout: 276 seconds]
14:08
M-rjan has quit [Ping timeout: 276 seconds]
14:08
M-sokoow has quit [Ping timeout: 276 seconds]
14:08
M-g has quit [Ping timeout: 276 seconds]
14:08
M-male has quit [Ping timeout: 276 seconds]
14:08
TiagoDanin[m] has quit [Ping timeout: 276 seconds]
14:08
M-bastinik has quit [Ping timeout: 276 seconds]
14:08
M-jbenet has quit [Ping timeout: 276 seconds]
14:08
M-whyrusleeping has quit [Ping timeout: 276 seconds]
14:08
M-Shrike has quit [Ping timeout: 276 seconds]
14:08
M-rryan has quit [Ping timeout: 276 seconds]
14:08
draynium has quit [Ping timeout: 260 seconds]
14:08
voxelot has joined #ipfs
14:09
child has joined #ipfs
14:09
karissa has joined #ipfs
14:09
SoreGums has joined #ipfs
14:09
aaaaaaaaa____ has joined #ipfs
14:09
ekroon has joined #ipfs
14:11
kegan[m] has joined #ipfs
14:12
Ineentho[m] has joined #ipfs
14:12
Dawg[m] has joined #ipfs
14:12
j12t has quit [Ping timeout: 276 seconds]
14:12
M-manveru has joined #ipfs
14:12
M-Dave has joined #ipfs
14:13
M-metamattj has joined #ipfs
14:13
rajeevn[m] has joined #ipfs
14:13
M-3630 has joined #ipfs
14:13
M-2128 has joined #ipfs
14:13
M-cocci has joined #ipfs
14:13
M-3974 has joined #ipfs
14:13
chevdor[m] has joined #ipfs
14:13
M-9743 has joined #ipfs
14:13
M-jackal has joined #ipfs
14:13
kostera[m] has joined #ipfs
14:13
M-austinhc has joined #ipfs
14:13
M-Ingo has joined #ipfs
14:13
M-wwwi7891 has joined #ipfs
14:13
M-rschulman has joined #ipfs
14:13
alexvoda[m] has joined #ipfs
14:13
M22536[m] has joined #ipfs
14:13
M-jgrowl has joined #ipfs
14:13
M-16549 has joined #ipfs
14:13
M-AndrewGaspar has joined #ipfs
14:13
Guest19040[m] has joined #ipfs
14:13
M-oddvar has joined #ipfs
14:13
anderspree_ has joined #ipfs
14:13
bitspill has joined #ipfs
14:13
voldyman has joined #ipfs
14:13
rfb[m] has joined #ipfs
14:13
M-bastinik has joined #ipfs
14:13
M-9364 has joined #ipfs
14:13
M-sokoow has joined #ipfs
14:13
M-javissimo has joined #ipfs
14:13
M-rjan has joined #ipfs
14:13
Guest21903[m] has joined #ipfs
14:13
M-g has joined #ipfs
14:13
M-Shrike has joined #ipfs
14:13
M-male has joined #ipfs
14:13
M-Samim has joined #ipfs
14:13
hartmanroberte[m has joined #ipfs
14:13
M-rryan has joined #ipfs
14:13
M-jbenet has joined #ipfs
14:13
Patrik[m] has joined #ipfs
14:13
TiagoDanin[m] has joined #ipfs
14:13
dd[m] has joined #ipfs
14:13
M-alien has joined #ipfs
14:14
Polychrome[m] has joined #ipfs
14:14
ntninja has joined #ipfs
14:14
M-whyrusleeping has joined #ipfs
14:14
M-lucnsy has joined #ipfs
14:14
jedahan has joined #ipfs
14:15
Luzifer has joined #ipfs
14:15
draynium has joined #ipfs
14:15
jryans has joined #ipfs
14:15
sega01 has joined #ipfs
14:16
cmeik has joined #ipfs
14:16
rfw has joined #ipfs
14:16
sindresorhus has joined #ipfs
14:16
tibor has joined #ipfs
14:16
zielmicha has joined #ipfs
14:16
hosh has joined #ipfs
14:16
sugarpuff has joined #ipfs
14:17
risk has joined #ipfs
14:17
nullstyle has joined #ipfs
14:17
bigs has joined #ipfs
14:17
henriquev has joined #ipfs
14:17
jhiesey has joined #ipfs
14:17
NeoTeo has joined #ipfs
14:17
sickill has joined #ipfs
14:18
xicombd has joined #ipfs
14:18
mappum has joined #ipfs
14:18
nskelsey has joined #ipfs
14:18
richardlitt has joined #ipfs
14:18
zrl has joined #ipfs
14:18
hsanjuan has joined #ipfs
14:18
bigbluehat has joined #ipfs
14:18
bret has joined #ipfs
14:18
ehd has joined #ipfs
14:18
feross has joined #ipfs
14:18
prettymuchbryce has quit [Ping timeout: 250 seconds]
14:19
kumavis has joined #ipfs
14:19
cdata has joined #ipfs
14:19
nicolagreco has joined #ipfs
14:19
IlanGodik has joined #ipfs
14:19
lohkey has joined #ipfs
14:19
okek has joined #ipfs
14:21
bigbluehat has quit [Excess Flood]
14:24
prettymuchbryce has joined #ipfs
14:24
bigbluehat has joined #ipfs
14:27
ashark has quit [Ping timeout: 264 seconds]
14:27
Encrypt has joined #ipfs
14:28
herzmeister has quit [Quit: Leaving]
14:29
herzmeister has joined #ipfs
14:31
ashark has joined #ipfs
14:44
ashark has quit [Ping timeout: 244 seconds]
14:52
<
dignifiedquire >
nicolagreco: are you awake/around?
14:53
<
nicolagreco >
dignifiedquire: traveling
14:54
<
dignifiedquire >
would you be available for that ipld session later today?
14:58
simonect has quit []
14:59
voldyman has quit [Ping timeout: 250 seconds]
14:59
<
ipfsbot >
go-ipfs/fix/auto-migrate-windows fca5b34 Jeromy: extract binaries with .exe name on windows...
15:00
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
15:00
voldyman has joined #ipfs
15:03
kanej has joined #ipfs
15:04
jedahan has joined #ipfs
15:04
kanej has quit [Client Quit]
15:15
Disconnected has joined #ipfs
15:15
cemerick has quit [Ping timeout: 240 seconds]
15:16
zorglub27 has quit [Remote host closed the connection]
15:17
zorglub27 has joined #ipfs
15:17
shizy has joined #ipfs
15:19
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
15:19
<
ipfsbot >
go-ipfs/master fca5b34 Jeromy: extract binaries with .exe name on windows...
15:19
<
ipfsbot >
go-ipfs/master 8d3a777 Jeromy Johnson: Merge pull request #3021 from ipfs/fix/auto-migrate-windows...
15:21
jedahan has joined #ipfs
15:21
G-Ray has quit [Remote host closed the connection]
15:23
<
ipfsbot >
go-ipfs/feature/eval-symlink-windows 1375f22 Jakub Sztandera: License: MIT...
15:23
<
ipfsbot >
go-ipfs/feature/eval-symlink-windows 69b52e4 Jakub Sztandera: cli: do ToSlash after EvalSymlinks to remove platform specific slashes...
15:28
mildred has quit [Ping timeout: 265 seconds]
15:29
PEPIT0 has joined #ipfs
15:35
JesseW has joined #ipfs
15:35
ashark has joined #ipfs
15:38
<
ipfsbot >
go-ipfs/feature/eval-symlink-windows 40741ea Jakub Sztandera: cli: do ToSlash after EvalSymlinks to remove platform specific slashes...
15:40
<
ipfsbot >
go-ipfs/feature/daemon-mount-offline-flag d26ac87 Jakub Sztandera: cli: reword message about mount and offline...
15:46
ianopolous has quit [Read error: Connection reset by peer]
15:47
M-manveru has quit [Ping timeout: 240 seconds]
15:47
Guest24121[m] has quit [Ping timeout: 240 seconds]
15:47
M-3714 has quit [Ping timeout: 240 seconds]
15:47
M-Guillaume has quit [Ping timeout: 240 seconds]
15:47
M-mseri has quit [Ping timeout: 240 seconds]
15:47
Guest26084[m] has quit [Ping timeout: 240 seconds]
15:47
M-Xorkle has quit [Ping timeout: 240 seconds]
15:47
M-dtg has quit [Ping timeout: 240 seconds]
15:47
protestContest[m has quit [Ping timeout: 240 seconds]
15:47
Guest22481[m] has quit [Ping timeout: 240 seconds]
15:47
M-6781 has quit [Ping timeout: 240 seconds]
15:47
M-5459 has quit [Ping timeout: 240 seconds]
15:47
M-17739 has quit [Ping timeout: 240 seconds]
15:47
M-pieohpah has quit [Ping timeout: 240 seconds]
15:47
M-martinklepsch has quit [Ping timeout: 240 seconds]
15:48
M-jbenet has quit [Ping timeout: 240 seconds]
15:48
ianopolous has joined #ipfs
15:48
Guest18694[m] has quit [Ping timeout: 265 seconds]
15:48
M-madsurgeon has quit [Ping timeout: 265 seconds]
15:48
M-Dan has quit [Ping timeout: 265 seconds]
15:48
M-jabl has quit [Ping timeout: 265 seconds]
15:48
lexik[m] has quit [Ping timeout: 265 seconds]
15:48
airsickpayload[m has quit [Ping timeout: 265 seconds]
15:48
Guest26163[m] has quit [Ping timeout: 265 seconds]
15:48
dz[m] has quit [Ping timeout: 265 seconds]
15:48
M-3798 has quit [Ping timeout: 265 seconds]
15:48
blackflag[m] has quit [Ping timeout: 265 seconds]
15:48
M-1982 has quit [Ping timeout: 265 seconds]
15:48
M-rongladney has quit [Ping timeout: 265 seconds]
15:48
M18523[m] has quit [Ping timeout: 265 seconds]
15:48
M-16355 has quit [Ping timeout: 265 seconds]
15:48
hendry[m] has quit [Ping timeout: 265 seconds]
15:48
M-jon has quit [Ping timeout: 265 seconds]
15:48
M-leer10 has quit [Ping timeout: 240 seconds]
15:48
TheReverend403[m has quit [Ping timeout: 258 seconds]
15:48
Guest21903[m] has quit [Ping timeout: 252 seconds]
15:48
M-selpreload has quit [Ping timeout: 252 seconds]
15:48
Ravneson[m] has quit [Ping timeout: 252 seconds]
15:48
M-2617 has quit [Ping timeout: 252 seconds]
15:48
M-pims has quit [Ping timeout: 252 seconds]
15:48
M-staplemac has quit [Ping timeout: 252 seconds]
15:48
teglafal[m] has quit [Ping timeout: 252 seconds]
15:48
M-6581 has quit [Ping timeout: 252 seconds]
15:48
arby[m] has quit [Ping timeout: 252 seconds]
15:48
trytrytry[m] has quit [Ping timeout: 252 seconds]
15:48
M-8319 has quit [Ping timeout: 252 seconds]
15:48
M-sliker has quit [Ping timeout: 252 seconds]
15:48
M-thomasbeta has quit [Ping timeout: 252 seconds]
15:48
M-s6 has quit [Ping timeout: 252 seconds]
15:48
M-liathit has quit [Ping timeout: 252 seconds]
15:48
M-bungle has quit [Ping timeout: 252 seconds]
15:48
vm[m] has quit [Ping timeout: 252 seconds]
15:48
M-king_size1953 has quit [Ping timeout: 252 seconds]
15:48
M21100[m] has quit [Ping timeout: 252 seconds]
15:48
M-roblabla has quit [Ping timeout: 252 seconds]
15:48
SShrike has quit [Ping timeout: 252 seconds]
15:48
mirek1337[m] has quit [Ping timeout: 252 seconds]
15:48
M-onlavec has quit [Ping timeout: 252 seconds]
15:48
TheGillies has quit [Ping timeout: 244 seconds]
15:48
quux[m] has quit [Ping timeout: 244 seconds]
15:48
erikj` has quit [Ping timeout: 244 seconds]
15:48
dd[m] has quit [Ping timeout: 258 seconds]
15:48
qgnox[m] has quit [Ping timeout: 260 seconds]
15:48
M-krsiehl has quit [Ping timeout: 260 seconds]
15:48
M-keverets has quit [Ping timeout: 260 seconds]
15:48
M-mousereeve has quit [Ping timeout: 260 seconds]
15:48
Guest21158[m] has quit [Ping timeout: 260 seconds]
15:48
M-phorse has quit [Ping timeout: 260 seconds]
15:48
M-neoteo has quit [Ping timeout: 260 seconds]
15:48
vasachi[m] has quit [Ping timeout: 260 seconds]
15:48
M18645[m] has quit [Ping timeout: 260 seconds]
15:48
neoV[m] has quit [Ping timeout: 260 seconds]
15:48
Guest23234[m] has quit [Ping timeout: 260 seconds]
15:48
red5d[m] has quit [Ping timeout: 260 seconds]
15:48
cva[m] has quit [Ping timeout: 260 seconds]
15:48
M-nd has quit [Ping timeout: 260 seconds]
15:48
M-abdessamadhoud has quit [Ping timeout: 260 seconds]
15:48
TestName[m] has quit [Ping timeout: 260 seconds]
15:48
M-sraja has quit [Ping timeout: 260 seconds]
15:48
M-internetjanito has quit [Ping timeout: 260 seconds]
15:48
soradet[m] has quit [Ping timeout: 260 seconds]
15:48
M-flyingzumwalt has quit [Ping timeout: 260 seconds]
15:48
M-TidyKoala has quit [Ping timeout: 260 seconds]
15:48
alistair77[m] has quit [Ping timeout: 264 seconds]
15:48
M-jackal has quit [Ping timeout: 240 seconds]
15:48
kostera[m] has quit [Ping timeout: 240 seconds]
15:48
M-oddvar has quit [Ping timeout: 244 seconds]
15:48
M-liberdiko has quit [Ping timeout: 244 seconds]
15:48
Matthew[m] has quit [Ping timeout: 244 seconds]
15:48
M-jgrowl has quit [Ping timeout: 250 seconds]
15:48
orapouso[m] has quit [Ping timeout: 250 seconds]
15:48
M-sivachandran has quit [Ping timeout: 250 seconds]
15:48
M-2194 has quit [Ping timeout: 250 seconds]
15:48
dudezer0_bot[m] has quit [Ping timeout: 250 seconds]
15:48
sanjeev[m] has quit [Ping timeout: 250 seconds]
15:48
fredddy42[m] has quit [Ping timeout: 250 seconds]
15:48
nass[m] has quit [Ping timeout: 250 seconds]
15:48
M-12490 has quit [Ping timeout: 250 seconds]
15:48
M-3509 has quit [Ping timeout: 250 seconds]
15:48
M-Peer2Peer has quit [Ping timeout: 250 seconds]
15:48
M0x52[m] has quit [Ping timeout: 250 seconds]
15:48
sull[m] has quit [Ping timeout: 250 seconds]
15:48
Guest18687[m] has quit [Ping timeout: 250 seconds]
15:48
M-cryptix has quit [Ping timeout: 250 seconds]
15:48
M6e7961[m] has quit [Ping timeout: 250 seconds]
15:48
M18337[m] has quit [Ping timeout: 250 seconds]
15:48
M-3676 has quit [Ping timeout: 250 seconds]
15:48
M-jackvt93 has quit [Ping timeout: 250 seconds]
15:48
M-frabrunelle has quit [Ping timeout: 250 seconds]
15:48
ntninja[m] has quit [Ping timeout: 250 seconds]
15:48
M-ms has quit [Ping timeout: 265 seconds]
15:48
M-austinhc has quit [Ping timeout: 244 seconds]
15:48
M-Ingo has quit [Ping timeout: 244 seconds]
15:48
kszys[m] has quit [Ping timeout: 244 seconds]
15:48
M-14382 has quit [Ping timeout: 244 seconds]
15:48
Guest18692[m] has quit [Ping timeout: 244 seconds]
15:48
M- has quit [Ping timeout: 244 seconds]
15:48
Guest23523[m] has quit [Ping timeout: 244 seconds]
15:48
M-scio_ has quit [Ping timeout: 244 seconds]
15:48
matrixtest[m] has quit [Ping timeout: 244 seconds]
15:48
M-ed has quit [Ping timeout: 244 seconds]
15:48
M-epsilon has quit [Ping timeout: 244 seconds]
15:48
M-darknumbers has quit [Ping timeout: 244 seconds]
15:48
basilgohar[m] has quit [Ping timeout: 244 seconds]
15:48
Jacob[m] has quit [Ping timeout: 244 seconds]
15:48
M-3444 has quit [Ping timeout: 244 seconds]
15:48
M-leeola has quit [Ping timeout: 244 seconds]
15:48
M-vro has quit [Ping timeout: 244 seconds]
15:48
steven[m] has quit [Ping timeout: 244 seconds]
15:48
M-gdr has quit [Ping timeout: 244 seconds]
15:48
M-CCLXI has quit [Ping timeout: 244 seconds]
15:48
M-kalmi has quit [Ping timeout: 244 seconds]
15:48
M18643[m] has quit [Ping timeout: 244 seconds]
15:48
Guest23322[m] has quit [Ping timeout: 244 seconds]
15:48
M-kupskups9 has quit [Ping timeout: 244 seconds]
15:48
M2ezit[m] has quit [Ping timeout: 244 seconds]
15:48
M22536[m] has quit [Ping timeout: 244 seconds]
15:48
nyanloutre[m] has quit [Ping timeout: 244 seconds]
15:48
M-cyzoonic has quit [Ping timeout: 244 seconds]
15:48
RyuKurisu[m] has quit [Ping timeout: 244 seconds]
15:48
Avinash[m] has quit [Ping timeout: 244 seconds]
15:48
pigeons[m] has quit [Ping timeout: 244 seconds]
15:48
Guest26265[m] has quit [Ping timeout: 244 seconds]
15:48
M-Guest2152 has quit [Ping timeout: 244 seconds]
15:48
M-14321 has quit [Ping timeout: 244 seconds]
15:48
M-jmesserli has quit [Ping timeout: 244 seconds]
15:48
M-ming8 has quit [Ping timeout: 244 seconds]
15:48
M-foxxy has quit [Ping timeout: 244 seconds]
15:48
M-victorm has quit [Ping timeout: 244 seconds]
15:48
M-3870 has quit [Ping timeout: 244 seconds]
15:48
M-6561 has quit [Ping timeout: 244 seconds]
15:48
Askaban[m]1 has quit [Ping timeout: 244 seconds]
15:48
M-alphakamp has quit [Ping timeout: 244 seconds]
15:48
M-hierophantos has quit [Ping timeout: 244 seconds]
15:48
M-lilien1010 has quit [Ping timeout: 244 seconds]
15:48
M-15922 has quit [Ping timeout: 244 seconds]
15:48
M-alwi has quit [Ping timeout: 244 seconds]
15:48
mokhtar[m] has quit [Ping timeout: 244 seconds]
15:48
M-erwin has quit [Ping timeout: 244 seconds]
15:48
Paul[m] has quit [Ping timeout: 244 seconds]
15:48
M-wldhx has quit [Ping timeout: 244 seconds]
15:48
M-bp5 has quit [Ping timeout: 244 seconds]
15:48
M-leoc has quit [Ping timeout: 244 seconds]
15:48
M-Magnap has quit [Ping timeout: 244 seconds]
15:48
M-wkennington has quit [Ping timeout: 244 seconds]
15:48
fortyfoxes[m] has quit [Ping timeout: 244 seconds]
15:48
M-g has quit [Ping timeout: 240 seconds]
15:48
M-Shrike has quit [Ping timeout: 240 seconds]
15:48
M-9743 has quit [Ping timeout: 260 seconds]
15:49
M-rschulman has quit [Ping timeout: 264 seconds]
15:49
alexvoda[m] has quit [Ping timeout: 264 seconds]
15:49
claas[m] has quit [Ping timeout: 264 seconds]
15:49
Sandhose[m] has quit [Ping timeout: 264 seconds]
15:49
M-2234 has quit [Ping timeout: 264 seconds]
15:49
doctrv[m] has quit [Ping timeout: 264 seconds]
15:49
M-3725 has quit [Ping timeout: 264 seconds]
15:49
M-brasilikum has quit [Ping timeout: 264 seconds]
15:49
M-3045 has quit [Ping timeout: 264 seconds]
15:49
M-3891 has quit [Ping timeout: 264 seconds]
15:49
M-amstocker has quit [Ping timeout: 264 seconds]
15:49
M-ngu has quit [Ping timeout: 264 seconds]
15:49
M-alri has quit [Ping timeout: 264 seconds]
15:49
wehlutyk[m] has quit [Ping timeout: 264 seconds]
15:49
M-toor has quit [Ping timeout: 264 seconds]
15:49
M-bastinik has quit [Ping timeout: 250 seconds]
15:49
M-9364 has quit [Ping timeout: 250 seconds]
15:49
palesz[m] has quit [Ping timeout: 244 seconds]
15:49
rdesfo[m] has quit [Ping timeout: 244 seconds]
15:49
M-10670 has quit [Ping timeout: 244 seconds]
15:49
M-trashrabbit has quit [Ping timeout: 244 seconds]
15:49
M-16865 has quit [Ping timeout: 244 seconds]
15:49
Richardsdkjflsfj has quit [Ping timeout: 244 seconds]
15:49
M-ryanwilliams has quit [Ping timeout: 244 seconds]
15:49
Guest26833[m] has quit [Ping timeout: 244 seconds]
15:49
M-joshumax has quit [Ping timeout: 244 seconds]
15:49
M-uhiiued7278 has quit [Ping timeout: 244 seconds]
15:49
M-giodamelio has quit [Ping timeout: 244 seconds]
15:49
Catz[m] has quit [Ping timeout: 244 seconds]
15:49
M-1976 has quit [Ping timeout: 244 seconds]
15:49
M-16544 has quit [Ping timeout: 244 seconds]
15:49
M-4447 has quit [Ping timeout: 244 seconds]
15:49
patrickr[m] has quit [Ping timeout: 244 seconds]
15:49
Askaban[m] has quit [Ping timeout: 244 seconds]
15:49
M-blide has quit [Ping timeout: 244 seconds]
15:49
M-mckaydavis has quit [Ping timeout: 244 seconds]
15:49
M-Dave has quit [Ping timeout: 265 seconds]
15:49
Dawg[m] has quit [Ping timeout: 265 seconds]
15:49
M-geir has quit [Ping timeout: 244 seconds]
15:49
eternaleye has quit [Ping timeout: 244 seconds]
15:49
hartmanroberte[m has quit [Ping timeout: 244 seconds]
15:49
JosiahHaswell[m] has quit [Ping timeout: 258 seconds]
15:49
M-rjan has quit [Ping timeout: 276 seconds]
15:49
M-cocci has quit [Ping timeout: 276 seconds]
15:49
M-3974 has quit [Ping timeout: 276 seconds]
15:49
rschulman has quit [Ping timeout: 276 seconds]
15:49
M-mistake has quit [Ping timeout: 276 seconds]
15:49
cr[m] has quit [Ping timeout: 258 seconds]
15:49
MatrixMarsh has quit [Ping timeout: 250 seconds]
15:49
ntninja has quit [Ping timeout: 240 seconds]
15:49
M-jimt has quit [Ping timeout: 260 seconds]
15:49
M-wwwi7891 has quit [Ping timeout: 265 seconds]
15:49
TiagoDanin[m] has quit [Ping timeout: 244 seconds]
15:49
M-HirmeS has quit [Ping timeout: 244 seconds]
15:49
valdek[m] has quit [Ping timeout: 244 seconds]
15:49
M-jeffreybpeters has quit [Ping timeout: 244 seconds]
15:49
M21634[m] has quit [Ping timeout: 244 seconds]
15:49
arkadiy[m] has quit [Ping timeout: 244 seconds]
15:49
M-13288 has quit [Ping timeout: 244 seconds]
15:49
M-nated has quit [Ping timeout: 244 seconds]
15:49
Red15[m] has quit [Ping timeout: 244 seconds]
15:49
M-alien has quit [Ping timeout: 264 seconds]
15:49
M-rryan has quit [Ping timeout: 264 seconds]
15:49
M-16549 has quit [Ping timeout: 258 seconds]
15:49
M-3630 has quit [Ping timeout: 258 seconds]
15:49
M-2128 has quit [Ping timeout: 258 seconds]
15:49
M-lucnsy has quit [Ping timeout: 250 seconds]
15:50
Polychrome[m] has quit [Ping timeout: 276 seconds]
15:50
H3g3m0n[m] has quit [Ping timeout: 276 seconds]
15:50
SeriousBug[m] has quit [Ping timeout: 276 seconds]
15:50
Beneficence[m] has quit [Ping timeout: 276 seconds]
15:50
M-2255 has quit [Ping timeout: 276 seconds]
15:50
M-kode54 has quit [Ping timeout: 276 seconds]
15:50
M-jfred has quit [Ping timeout: 276 seconds]
15:50
M-player33 has quit [Ping timeout: 276 seconds]
15:50
jamespedwards42[ has quit [Ping timeout: 276 seconds]
15:50
denkyemx[m] has quit [Ping timeout: 276 seconds]
15:50
Guest22926[m] has quit [Ping timeout: 276 seconds]
15:50
M-volobuev has quit [Ping timeout: 276 seconds]
15:50
M18690[m] has quit [Ping timeout: 276 seconds]
15:50
M-zick has quit [Ping timeout: 276 seconds]
15:50
M-slang has quit [Ping timeout: 276 seconds]
15:50
M-greymr has quit [Ping timeout: 276 seconds]
15:50
M-codebam has quit [Ping timeout: 276 seconds]
15:50
rodarima[m] has quit [Ping timeout: 276 seconds]
15:50
M-mubot has quit [Ping timeout: 276 seconds]
15:50
msmart[m] has quit [Ping timeout: 276 seconds]
15:50
muhriddin[m] has quit [Ping timeout: 276 seconds]
15:50
M-3526 has quit [Ping timeout: 276 seconds]
15:50
M-11367 has quit [Ping timeout: 276 seconds]
15:50
djfdfjoijijeoif[ has quit [Ping timeout: 276 seconds]
15:50
Guest18705[m] has quit [Ping timeout: 276 seconds]
15:50
M-jh has quit [Ping timeout: 276 seconds]
15:50
M-10660 has quit [Ping timeout: 276 seconds]
15:50
sibi[m] has quit [Ping timeout: 276 seconds]
15:50
M-david has quit [Ping timeout: 276 seconds]
15:50
igork[m] has quit [Ping timeout: 276 seconds]
15:50
M-AndrewGaspar has quit [Ping timeout: 240 seconds]
15:50
Guest19040[m] has quit [Ping timeout: 240 seconds]
15:50
timthelion[m] has quit [Ping timeout: 240 seconds]
15:50
M-male has quit [Ping timeout: 265 seconds]
15:50
Patrik[m] has quit [Ping timeout: 258 seconds]
15:50
rfb[m] has quit [Ping timeout: 258 seconds]
15:50
Martin[m] has quit [Ping timeout: 258 seconds]
15:50
Karalix[m] has quit [Ping timeout: 258 seconds]
15:50
M-Val has quit [Ping timeout: 258 seconds]
15:50
M-infpetal has quit [Ping timeout: 258 seconds]
15:50
Guest22220[m] has quit [Ping timeout: 258 seconds]
15:50
M-ptman has quit [Ping timeout: 258 seconds]
15:50
Guest26812[m] has quit [Ping timeout: 258 seconds]
15:50
M-harlan has quit [Ping timeout: 258 seconds]
15:50
Guest20690[m] has quit [Ping timeout: 258 seconds]
15:50
Guest25254[m] has quit [Ping timeout: 258 seconds]
15:50
M18695[m] has quit [Ping timeout: 258 seconds]
15:50
l64376[m] has quit [Ping timeout: 258 seconds]
15:50
Guest20001[m] has quit [Ping timeout: 258 seconds]
15:50
M-5703 has quit [Ping timeout: 258 seconds]
15:50
M-cyan has quit [Ping timeout: 258 seconds]
15:50
computerfreak[m] has quit [Ping timeout: 244 seconds]
15:50
M-whyrusleeping has quit [Ping timeout: 260 seconds]
15:50
Ineentho[m] has quit [Ping timeout: 260 seconds]
15:50
davidar has quit [Ping timeout: 260 seconds]
15:50
M-sokoow has quit [Ping timeout: 258 seconds]
15:50
M-javissimo has quit [Ping timeout: 258 seconds]
15:50
disgusting[m] has quit [Ping timeout: 258 seconds]
15:50
M-davidar-test has quit [Ping timeout: 258 seconds]
15:50
M-aatchison has quit [Ping timeout: 258 seconds]
15:50
M-Tribex10 has quit [Ping timeout: 258 seconds]
15:50
michaelmure[m] has quit [Ping timeout: 258 seconds]
15:50
M-gary123 has quit [Ping timeout: 258 seconds]
15:50
M-12989 has quit [Ping timeout: 258 seconds]
15:50
M18693[m] has quit [Ping timeout: 258 seconds]
15:50
yuryk[m] has quit [Ping timeout: 258 seconds]
15:50
Jinformatique[m] has quit [Ping timeout: 258 seconds]
15:50
M-16194 has quit [Ping timeout: 258 seconds]
15:50
disgusting[m]1 has quit [Ping timeout: 258 seconds]
15:50
M-7416 has quit [Ping timeout: 258 seconds]
15:50
M-JayJay has quit [Ping timeout: 258 seconds]
15:50
jackyquack[m] has quit [Ping timeout: 258 seconds]
15:50
M-osener has quit [Ping timeout: 258 seconds]
15:50
M-3511 has quit [Ping timeout: 258 seconds]
15:50
M-Lawrence_Pritc has quit [Ping timeout: 258 seconds]
15:50
M-jaxondu has quit [Ping timeout: 258 seconds]
15:50
M-edrex has quit [Ping timeout: 258 seconds]
15:50
M-Amandine has quit [Ping timeout: 258 seconds]
15:50
atomet[m] has quit [Ping timeout: 258 seconds]
15:50
M-drwasho has quit [Ping timeout: 240 seconds]
15:50
Usr[m] has quit [Ping timeout: 240 seconds]
15:50
M-Mxaw has quit [Ping timeout: 240 seconds]
15:50
M-4485 has quit [Ping timeout: 240 seconds]
15:50
vikneshwaren[m] has quit [Ping timeout: 240 seconds]
15:50
mads[m] has quit [Ping timeout: 240 seconds]
15:50
M-BostonEnginer4 has quit [Ping timeout: 240 seconds]
15:50
masoodahm[m] has quit [Ping timeout: 240 seconds]
15:50
cemerick has joined #ipfs
15:50
chevdor[m] has quit [Ping timeout: 252 seconds]
15:50
M-erikgarrison has quit [Ping timeout: 252 seconds]
15:50
robin[m] has quit [Ping timeout: 252 seconds]
15:50
blabla2[m] has quit [Ping timeout: 252 seconds]
15:50
naggie[m] has quit [Ping timeout: 252 seconds]
15:50
M-podviaznikov has quit [Ping timeout: 252 seconds]
15:50
wildanonymous[m] has quit [Ping timeout: 252 seconds]
15:50
Lord[m] has quit [Ping timeout: 252 seconds]
15:50
M-Samim has quit [Ping timeout: 240 seconds]
15:50
smk1 has quit [Ping timeout: 240 seconds]
15:50
M-pfista has quit [Ping timeout: 240 seconds]
15:50
Claus[m] has quit [Ping timeout: 265 seconds]
15:50
M-12044 has quit [Ping timeout: 265 seconds]
15:50
Guest19048[m] has quit [Ping timeout: 265 seconds]
15:50
M-apolo11 has quit [Ping timeout: 265 seconds]
15:50
M-jacktang has quit [Ping timeout: 265 seconds]
15:50
M18691[m] has quit [Ping timeout: 265 seconds]
15:50
qwertyuioppo[m] has quit [Ping timeout: 265 seconds]
15:50
Ulises[m] has quit [Ping timeout: 265 seconds]
15:50
M-phaverkamp has quit [Ping timeout: 265 seconds]
15:50
kegan[m] has quit [Ping timeout: 276 seconds]
15:50
M18489[m] has quit [Ping timeout: 260 seconds]
15:50
M-8842 has quit [Ping timeout: 260 seconds]
15:50
M-2129 has quit [Ping timeout: 260 seconds]
15:50
M-AbhishekDutt has quit [Ping timeout: 260 seconds]
15:50
M-2223 has quit [Ping timeout: 260 seconds]
15:50
M-WolfNightly has quit [Ping timeout: 260 seconds]
15:50
M-7141 has quit [Ping timeout: 260 seconds]
15:50
M-hellomoto has quit [Ping timeout: 250 seconds]
15:50
M-Nickfost has quit [Ping timeout: 250 seconds]
15:50
monzoon[m] has quit [Ping timeout: 250 seconds]
15:50
M-metamattj has quit [Ping timeout: 250 seconds]
15:50
rajeevn[m] has quit [Ping timeout: 250 seconds]
15:50
Guest21923[m] has quit [Ping timeout: 250 seconds]
15:50
M-thia has quit [Ping timeout: 250 seconds]
15:50
gwillen[m] has quit [Ping timeout: 250 seconds]
15:50
Guest22356[m] has quit [Ping timeout: 250 seconds]
15:50
edsilv[m] has quit [Ping timeout: 250 seconds]
15:50
M-p0pa has quit [Ping timeout: 250 seconds]
15:50
M-fermuch has quit [Ping timeout: 250 seconds]
15:50
M-ikreymer has quit [Ping timeout: 250 seconds]
15:50
M-4267 has quit [Ping timeout: 250 seconds]
15:50
Guest19042[m] has quit [Ping timeout: 250 seconds]
15:50
M-JayCarpenter has quit [Ping timeout: 244 seconds]
15:50
M-hash has quit [Ping timeout: 244 seconds]
15:50
mythmon_ has quit [Ping timeout: 240 seconds]
15:50
M-kcinjp has quit [Ping timeout: 252 seconds]
15:53
<
ipfsbot >
go-ipfs/fix/progress-defaults c9937d8 Jeromy: default add progress to false, unless using CLI...
15:53
em-ly has joined #ipfs
15:53
<
ipfsbot >
[go-ipfs] whyrusleeping opened pull request #3025: default add progress to false, unless using CLI (master...fix/progress-defaults)
https://git.io/v6fnw
15:53
Guest26163[m] has joined #ipfs
15:53
blackflag[m] has joined #ipfs
15:53
Guest18694[m] has joined #ipfs
15:53
hendry[m] has joined #ipfs
15:53
M-1982 has joined #ipfs
15:53
M18523[m] has joined #ipfs
15:53
airsickpayload[m has joined #ipfs
15:53
lexik[m] has joined #ipfs
15:53
M-jabl has joined #ipfs
15:53
M-Dan has joined #ipfs
15:53
M-rongladney has joined #ipfs
15:53
M-16355 has joined #ipfs
15:53
dz[m] has joined #ipfs
15:53
M-madsurgeon has joined #ipfs
15:53
M-jon has joined #ipfs
15:53
M-martinklepsch has joined #ipfs
15:53
M-6781 has joined #ipfs
15:53
M-dtg has joined #ipfs
15:53
M-manveru has joined #ipfs
15:53
M-3714 has joined #ipfs
15:53
protestContest[m has joined #ipfs
15:53
M-Guillaume has joined #ipfs
15:53
M-Xorkle has joined #ipfs
15:53
Guest22481[m] has joined #ipfs
15:53
M-pieohpah has joined #ipfs
15:53
Guest26084[m] has joined #ipfs
15:53
M-17739 has joined #ipfs
15:53
Guest24121[m] has joined #ipfs
15:53
M-3798 has joined #ipfs
15:53
M-jbenet has joined #ipfs
15:53
M-mseri has joined #ipfs
15:53
TheReverend403[m has joined #ipfs
15:53
alistair77[m] has joined #ipfs
15:53
dd[m] has joined #ipfs
15:54
rgrinberg has quit [Ping timeout: 258 seconds]
15:54
M-mousereeve has joined #ipfs
15:54
Guest21158[m] has joined #ipfs
15:54
M-internetjanito has joined #ipfs
15:54
M-nd has joined #ipfs
15:54
red5d[m] has joined #ipfs
15:54
M-phorse has joined #ipfs
15:54
M-neoteo has joined #ipfs
15:54
soradet[m] has joined #ipfs
15:54
TestName[m] has joined #ipfs
15:54
M18645[m] has joined #ipfs
15:54
Guest23234[m] has joined #ipfs
15:54
vasachi[m] has joined #ipfs
15:54
M-sraja has joined #ipfs
15:54
M-krsiehl has joined #ipfs
15:54
cva[m] has joined #ipfs
15:54
M-5459 has joined #ipfs
15:54
M-TidyKoala has joined #ipfs
15:54
qgnox[m] has joined #ipfs
15:54
M-abdessamadhoud has joined #ipfs
15:54
neoV[m] has joined #ipfs
15:54
Guest21903[m] has joined #ipfs
15:54
M-6581 has joined #ipfs
15:54
teglafal[m] has joined #ipfs
15:54
M-8319 has joined #ipfs
15:54
Ravneson[m] has joined #ipfs
15:54
M-s6 has joined #ipfs
15:54
arby[m] has joined #ipfs
15:54
trytrytry[m] has joined #ipfs
15:54
M-king_size1953 has joined #ipfs
15:54
M21100[m] has joined #ipfs
15:54
M-roblabla has joined #ipfs
15:54
SShrike has joined #ipfs
15:54
M-liathit has joined #ipfs
15:54
M-bungle has joined #ipfs
15:54
M-2617 has joined #ipfs
15:54
mirek1337[m] has joined #ipfs
15:54
M-thomasbeta has joined #ipfs
15:54
M-sliker has joined #ipfs
15:54
vm[m] has joined #ipfs
15:54
M-ms has joined #ipfs
15:54
M-staplemac has joined #ipfs
15:54
M-onlavec has joined #ipfs
15:54
M-flyingzumwalt has joined #ipfs
15:54
quux[m] has joined #ipfs
15:54
erikj` has joined #ipfs
15:54
M-3974 has joined #ipfs
15:54
M-rschulman has joined #ipfs
15:54
M-rjan has joined #ipfs
15:54
M-jackal has joined #ipfs
15:54
M-cocci has joined #ipfs
15:54
kostera[m] has joined #ipfs
15:54
M-selpreload has joined #ipfs
15:54
M-toor has joined #ipfs
15:54
M-ngu has joined #ipfs
15:54
wehlutyk[m] has joined #ipfs
15:54
M-2234 has joined #ipfs
15:54
M-alri has joined #ipfs
15:54
M-3045 has joined #ipfs
15:54
doctrv[m] has joined #ipfs
15:54
M-brasilikum has joined #ipfs
15:54
M-pims has joined #ipfs
15:54
claas[m] has joined #ipfs
15:54
Sandhose[m] has joined #ipfs
15:54
alexvoda[m] has joined #ipfs
15:54
M-amstocker has joined #ipfs
15:54
M-3725 has joined #ipfs
15:54
M-rschulman1 has joined #ipfs
15:55
M-sliker has quit [K-Lined]
15:55
vasachi[m] has quit [K-Lined]
15:55
TheReverend403[m has quit [K-Lined]
15:55
Guest26084[m] has quit [K-Lined]
15:55
M-GereG has quit [K-Lined]
15:55
erikj` has quit [K-Lined]
15:55
SShrike has quit [K-Lined]
15:55
Guest23234[m] has quit [K-Lined]
15:55
M-pieohpah has quit [K-Lined]
15:55
M-madsurgeon has quit [K-Lined]
15:55
M-alri has quit [K-Lined]
15:55
M-3045 has quit [K-Lined]
15:55
M-rschulman has quit [K-Lined]
15:55
M-bungle has quit [K-Lined]
15:55
M-neoteo has quit [K-Lined]
15:55
Guest21903[m] has quit [K-Lined]
15:55
alistair77[m] has quit [K-Lined]
15:55
M-3714 has quit [K-Lined]
15:55
M18523[m] has quit [K-Lined]
15:55
M-brasilikum has quit [K-Lined]
15:55
M-selpreload has quit [K-Lined]
15:55
M-2617 has quit [K-Lined]
15:55
M-8319 has quit [K-Lined]
15:55
TestName[m] has quit [K-Lined]
15:55
M-Guillaume has quit [K-Lined]
15:55
M21100[m] has quit [K-Lined]
15:55
M-mousereeve has quit [K-Lined]
15:55
blackflag[m] has quit [K-Lined]
15:55
M-fiatjaf has quit [K-Lined]
15:55
M-rschulman1 has quit [K-Lined]
15:55
M-jackal has quit [K-Lined]
15:55
mirek1337[m] has quit [K-Lined]
15:55
M-6581 has quit [K-Lined]
15:55
M18645[m] has quit [K-Lined]
15:55
dd[m] has quit [K-Lined]
15:55
M-Xorkle has quit [K-Lined]
15:55
M-dtg has quit [K-Lined]
15:55
M-16355 has quit [K-Lined]
15:55
M-nd has quit [K-Lined]
15:55
M-roblabla has quit [K-Lined]
15:55
wehlutyk[m] has quit [K-Lined]
15:55
hendry[m] has quit [K-Lined]
15:55
M-flyingzumwalt has quit [K-Lined]
15:55
soradet[m] has quit [K-Lined]
15:55
protestContest[m has quit [K-Lined]
15:55
airsickpayload[m has quit [K-Lined]
15:55
lexik[m] has quit [K-Lined]
15:55
M-jabl has quit [K-Lined]
15:55
M-Dan has quit [K-Lined]
15:55
M-pims has quit [K-Lined]
15:55
M-thomasbeta has quit [K-Lined]
15:55
M-s6 has quit [K-Lined]
15:55
M-sraja has quit [K-Lined]
15:55
M-krsiehl has quit [K-Lined]
15:55
M-toor has quit [K-Lined]
15:55
M-king_size1953 has quit [K-Lined]
15:55
M-jbenet has quit [K-Lined]
15:55
Guest21158[m] has quit [K-Lined]
15:55
M-martinklepsch has quit [K-Lined]
15:55
Guest26163[m] has quit [K-Lined]
15:55
claas[m] has quit [K-Lined]
15:55
Sandhose[m] has quit [K-Lined]
15:55
M-cocci has quit [K-Lined]
15:55
vm[m] has quit [K-Lined]
15:55
Ravneson[m] has quit [K-Lined]
15:55
M-3798 has quit [K-Lined]
15:55
Guest22481[m] has quit [K-Lined]
15:55
dz[m] has quit [K-Lined]
15:55
alexvoda[m] has quit [K-Lined]
15:55
kostera[m] has quit [K-Lined]
15:55
quux[m] has quit [K-Lined]
15:55
M-ms has quit [K-Lined]
15:55
teglafal[m] has quit [K-Lined]
15:55
cva[m] has quit [K-Lined]
15:55
M-5459 has quit [K-Lined]
15:55
M-17739 has quit [K-Lined]
15:55
M-jon has quit [K-Lined]
15:55
M-onlavec has quit [K-Lined]
15:55
trytrytry[m] has quit [K-Lined]
15:55
doctrv[m] has quit [K-Lined]
15:55
M-internetjanito has quit [K-Lined]
15:55
M-rjan has quit [K-Lined]
15:55
M-liathit has quit [K-Lined]
15:55
M-abdessamadhoud has quit [K-Lined]
15:55
neoV[m] has quit [K-Lined]
15:55
Guest24121[m] has quit [K-Lined]
15:55
M-rongladney has quit [K-Lined]
15:55
M-amstocker has quit [K-Lined]
15:55
M-3725 has quit [K-Lined]
15:55
M-staplemac has quit [K-Lined]
15:55
arby[m] has quit [K-Lined]
15:55
M-TidyKoala has quit [K-Lined]
15:55
qgnox[m] has quit [K-Lined]
15:55
M-mseri has quit [K-Lined]
15:55
M-ngu has quit [K-Lined]
15:55
M-2234 has quit [K-Lined]
15:55
M-3974 has quit [K-Lined]
15:55
red5d[m] has quit [K-Lined]
15:55
M-phorse has quit [K-Lined]
15:55
M-manveru has quit [K-Lined]
15:55
M-1982 has quit [K-Lined]
15:55
M-6781 has quit [K-Lined]
15:55
Guest18694[m] has quit [K-Lined]
15:57
kants has quit [Quit: sleep.]
15:59
bearbin has quit [Ping timeout: 276 seconds]
16:00
computerfreak has joined #ipfs
16:02
JesseW has quit [Ping timeout: 250 seconds]
16:08
j12t has joined #ipfs
16:08
<
richardlitt >
Alright! I know this is late, but here is the sprint schedule for today
16:08
Encrypt has quit [Quit: Quitte]
16:08
<
richardlitt >
There is no IRC or initial hangout today; rather, three separate video calls going over the Q3 Roadmap issues in github.com/ipfs/pm
16:09
Encrypt has joined #ipfs
16:12
j12t has quit [Ping timeout: 240 seconds]
16:12
ashark has quit [Ping timeout: 244 seconds]
16:15
bearbin has joined #ipfs
16:16
crankylinuxuser has joined #ipfs
16:16
ianopolous has quit [Read error: Connection reset by peer]
16:17
ianopolous has joined #ipfs
16:22
ianopolous has quit [Read error: Connection reset by peer]
16:22
ianopolous has joined #ipfs
16:24
igork[m] has joined #ipfs
16:25
pguth has quit [Remote host closed the connection]
16:25
pguth has joined #ipfs
16:28
ild has quit [Ping timeout: 240 seconds]
16:28
pfraze is now known as pfrazee
16:28
kants has joined #ipfs
16:29
M-flyingzumwalt has joined #ipfs
16:29
<
M-flyingzumwalt >
Is there a sprint call today?
16:30
<
ipfsbot >
js-ipfs/upgrade-deps b90747e Friedel Ziegelmayer: feat: update all dependencies
16:30
<
ipfsbot >
js-ipfs/upgrade-deps 75e9c14 Friedel Ziegelmayer: style: lint happy
16:39
ashark has joined #ipfs
16:40
Foxcool has quit [Ping timeout: 260 seconds]
16:40
pguth has quit [Remote host closed the connection]
16:40
pguth has joined #ipfs
16:42
gmcquillan has joined #ipfs
16:44
ashark has quit [Ping timeout: 244 seconds]
16:51
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
16:51
<
richardlitt >
M-flyingzumwalt: Not a general one; only for the three things mentioned in the sprint issue.
16:52
Boomerang has quit [Remote host closed the connection]
16:54
<
M-flyingzumwalt >
richardlitt (IRC): remind me which repo the sprint issues are tracked in?
16:56
visof has quit [Ping timeout: 258 seconds]
16:57
ygrek has joined #ipfs
16:57
drrz has joined #ipfs
16:58
s_kunk has quit [Ping timeout: 260 seconds]
16:59
rgrinberg has joined #ipfs
17:00
gmcquillan has quit [Remote host closed the connection]
17:00
rgrinberg has quit [Client Quit]
17:00
<
M-flyingzumwalt >
jbenet++
17:01
rgrinberg has joined #ipfs
17:01
bearbin has quit [Ping timeout: 265 seconds]
17:01
disgusting_wall has joined #ipfs
17:01
<
richardlitt >
github.com/ipfs/pm
17:02
<
richardlitt >
Ah, thanks.
17:04
gmcquillan has joined #ipfs
17:05
lothar_m has joined #ipfs
17:09
<
ipfsbot >
go-ipfs/fix/progress-defaults 1b50fce Jeromy: default add progress to false, unless using CLI...
17:13
ckwaldon1 has joined #ipfs
17:14
<
ckwaldon1 >
Has anyone here looked at Mediachain extensively?
17:15
bearbin has joined #ipfs
17:16
<
jbenet >
ckwaldon1 yeah, they're collaborating with us on some things
17:17
<
ckwaldon1 >
jbenet: So, do you think mediachain would work as a platform for associating license and author metadata with source code published over IPFS?
17:19
<
ckwaldon1 >
My team was trying to find a way to associate some basic metadata with code and data that is hosted within IPFS. Unless we're missing something important, it's hard to know what kind of file a given IPFS hash is, even if you `ipfs get` the file. Similarly, it's hard to know how you can use that file "legally". IPFS doesn't have anything to support that right now, does it?
17:21
Looking has joined #ipfs
17:22
Disconnected has quit [Ping timeout: 252 seconds]
17:25
<
jbenet >
ckwaldon1: you can build that all in yourself -- craft unix-fs objects yourself. but it will get easier soon, with IPLD improvements.
17:27
<
ckwaldon1 >
We could build all of that except the ability to reasonably trust the information, right? Without the consensus element from the blockchain, how can you trust the metadata that you get from those hashes?
17:28
<
jbenet >
ckwaldon1: how can you trust any of the data?
17:29
<
jbenet >
ckwaldon1: it's an authenticated data structure, if you can trust the hash, you can trust the data. if you cant trust the hash, you have bigger problems. if you want consensus, timestamp the hash into a blockchain, but then you have to look it up
17:30
<
ckwaldon1 >
jbenet: fair enough. Are there existing standards or initiatives (other than IPLD) for associating this kind of metadata via IPFS objects? Don't want to reinvent the wheel.
17:30
<
ckwaldon1 >
jbenet: I only exclude IPLD because I'm under the impression that it can't be used yet.
17:31
<
jbenet >
ckwaldon1: we're working on it now, it's coming soon. you can use whatever you want (including IPLD) if you work on crafting the objects yourself.
17:31
<
Kubuxu >
whyrusleeping: how do I select which backend iptb is using?
17:32
Guest28775[m] has joined #ipfs
17:33
<
ckwaldon1 >
jbenet: Okay, thanks.
17:33
<
whyrusleeping >
'iptb init --type=docker'
17:35
<
ipfsbot >
[go-ipfs] whyrusleeping closed pull request #3025: default add progress to false, unless using CLI (master...fix/progress-defaults)
https://git.io/v6fnw
17:44
Stebalien has joined #ipfs
17:48
<
ipfsbot >
go-ipfs/feat/changelog-0.4.3-rc2 d03590e Jakub Sztandera: CHANGELOG for 0.4.3-rc2...
17:48
<
ipfsbot >
go-ipfs/feat/changelog-0.4.3-rc2 8557dda Jeromy: update changelog about ipfs add progress fix...
17:49
jedahan has joined #ipfs
17:55
edulix_ has quit [Read error: Connection reset by peer]
17:56
ianopolous has quit [Read error: Connection reset by peer]
17:57
ianopolous has joined #ipfs
17:59
espadrine_ has quit [Ping timeout: 252 seconds]
18:00
kants has quit [Quit: sleep.]
18:03
Remote has joined #ipfs
18:06
Looking has quit [Ping timeout: 250 seconds]
18:09
j12t has joined #ipfs
18:13
j12t has quit [Ping timeout: 244 seconds]
18:15
Looking has joined #ipfs
18:16
Remote has quit [Ping timeout: 276 seconds]
18:17
Foxcool has joined #ipfs
18:18
erde74 has joined #ipfs
18:18
gmcquillan has quit [Quit: gmcquillan]
18:20
ckwaldon1 has quit [Ping timeout: 250 seconds]
18:21
gmcquillan has joined #ipfs
18:22
Stebalien has quit [Remote host closed the connection]
18:22
<
AtnNn >
Has anyone ever tried to count the amount of nodes in the IPFS swarm? I wonder how big it is.
18:23
arby[m] has joined #ipfs
18:23
M-7141 has joined #ipfs
18:23
monzoon[m] has joined #ipfs
18:23
M-3511 has joined #ipfs
18:23
Matthew[m] has joined #ipfs
18:23
sibi[m] has joined #ipfs
18:24
Usr[m] has joined #ipfs
18:24
wehlutyk[m] has joined #ipfs
18:24
Guest23322[m] has joined #ipfs
18:24
smk has joined #ipfs
18:24
M-ngu has joined #ipfs
18:24
TestName[m] has joined #ipfs
18:24
M-16355 has joined #ipfs
18:24
M-cyan has joined #ipfs
18:24
M-david has joined #ipfs
18:25
M-erwin has joined #ipfs
18:25
patrickr[m] has joined #ipfs
18:25
M-whyrusleeping has joined #ipfs
18:25
blabla2[m] has joined #ipfs
18:25
M-osener has joined #ipfs
18:25
H3g3m0n[m] has joined #ipfs
18:25
fortyfoxes[m] has joined #ipfs
18:25
M-10660 has joined #ipfs
18:25
Paul[m] has joined #ipfs
18:25
M-BostonEnginer4 has joined #ipfs
18:25
RyuKurisu[m] has joined #ipfs
18:26
M-metamattj has joined #ipfs
18:26
M18643[m] has joined #ipfs
18:26
jamespedwards42[ has joined #ipfs
18:26
M-abdessamadhoud has joined #ipfs
18:26
Dawg[m] has joined #ipfs
18:26
M-16865 has joined #ipfs
18:26
M-king_size1953 has joined #ipfs
18:26
<
richardlitt >
IPLD discussion starting in a few minutes.
18:27
M-4447 has joined #ipfs
18:27
M-rryan has joined #ipfs
18:27
mokhtar[m] has joined #ipfs
18:27
M-jbenet has joined #ipfs
18:27
rfb[m] has joined #ipfs
18:27
l64376[m] has joined #ipfs
18:27
M-2194 has joined #ipfs
18:27
M-Lawrence_Pritc has joined #ipfs
18:27
TheReverend403[m has joined #ipfs
18:27
M-17739 has joined #ipfs
18:28
M-jackvt93 has joined #ipfs
18:28
M-kalmi has joined #ipfs
18:28
M-amstocker has joined #ipfs
18:28
<
richardlitt >
========================== IPFS Hangouts: IPLD Roadmap =========================
18:28
<
richardlitt >
Topic: IPLD Roadmap
18:28
Avinash[m] has joined #ipfs
18:28
<
richardlitt >
=============================================================================
18:28
eternaleye has joined #ipfs
18:28
M-toor has joined #ipfs
18:28
alexvoda[m] has joined #ipfs
18:28
kszys[m] has joined #ipfs
18:28
M-bungle has joined #ipfs
18:28
M-alwi has joined #ipfs
18:28
M-Nickfost has joined #ipfs
18:29
M-JayJay has joined #ipfs
18:29
M-jh has joined #ipfs
18:29
M-leoc has joined #ipfs
18:29
M-victorm has joined #ipfs
18:29
M-krsiehl has joined #ipfs
18:29
zorglub27 has quit [Ping timeout: 260 seconds]
18:29
Disconnected has joined #ipfs
18:29
M-Amandine has joined #ipfs
18:29
naggie[m] has joined #ipfs
18:29
M-austinhc has joined #ipfs
18:29
mads[m] has joined #ipfs
18:29
M-3891 has joined #ipfs
18:30
cva[m] has joined #ipfs
18:30
M-blide has joined #ipfs
18:30
quux[m] has joined #ipfs
18:30
<
jbenet >
urgh im running behind. can someone swap with me? @daviddias or @whyrusleeping -- alternatively i can go at the end
18:30
qwertyuioppo[m] has joined #ipfs
18:30
Ulises[m] has joined #ipfs
18:30
Guest19040[m] has joined #ipfs
18:30
M-oddvar has joined #ipfs
18:30
<
jbenet >
swap = do js-ipfs or go-ipfs first. else i'll go at the end
18:30
M-15922 has joined #ipfs
18:30
M-16544 has joined #ipfs
18:30
<
jbenet >
(im actually working on an important thing worth having out before this call)
18:30
<
daviddias >
Fine by me :)
18:30
rajeevn[m] has joined #ipfs
18:31
M-bastinik has joined #ipfs
18:31
M-3974 has joined #ipfs
18:31
M-Magnap has joined #ipfs
18:31
<
daviddias >
richardlitt: wanna past the js-ipfs one here
18:31
Guest18705[m] has joined #ipfs
18:31
<
richardlitt >
daviddias: I will do.
18:31
jackyquack[m] has joined #ipfs
18:31
<
whyrusleeping >
jbenet: swap what with you?
18:31
M-5459 has joined #ipfs
18:31
M-12989 has joined #ipfs
18:31
<
daviddias >
whyrusleeping: he means the order of the hangouts
18:31
<
richardlitt >
Switching to JS-ipfs
18:31
<
daviddias >
do IPLD last
18:31
<
richardlitt >
swichting no.
18:31
M-gdr has joined #ipfs
18:31
Looking has quit [Ping timeout: 276 seconds]
18:31
<
daviddias >
js-ipfs and go-ipfs first
18:31
red5d[m] has joined #ipfs
18:32
<
whyrusleeping >
ah, gotcha
18:32
<
dignifiedquire >
goooo ipfs
18:32
M-1982 has joined #ipfs
18:32
M-5703 has joined #ipfs
18:32
hendry[m] has joined #ipfs
18:32
vm[m] has joined #ipfs
18:32
M-alri has joined #ipfs
18:32
M-leer10 has joined #ipfs
18:32
eternaleye has quit [Changing host]
18:32
eternaleye has joined #ipfs
18:32
M-lilien1010 has joined #ipfs
18:32
masoodahm[m] has joined #ipfs
18:32
M2ezit[m] has joined #ipfs
18:32
M-1976 has joined #ipfs
18:33
M-selpreload has joined #ipfs
18:33
<
richardlitt >
========================== IPFS Hangouts: js-ipfs Roadmap =========================
18:33
<
richardlitt >
Topic: js-ipfs Roadmap
18:33
<
richardlitt >
=============================================================================
18:33
kostera[m] has joined #ipfs
18:33
TiagoDanin[m] has joined #ipfs
18:33
jaboja has joined #ipfs
18:33
vikneshwaren[m] has joined #ipfs
18:33
M-Dave has joined #ipfs
18:33
fredddy42[m] has joined #ipfs
18:33
M-Shrike has joined #ipfs
18:33
M-trashrabbit has joined #ipfs
18:33
djfdfjoijijeoif[ has joined #ipfs
18:34
M-ikreymer has joined #ipfs
18:34
M-jfred has joined #ipfs
18:34
TheGillies has joined #ipfs
18:34
M-AbhishekDutt has joined #ipfs
18:34
<
daviddias >
thank you richardlitt :)
18:34
steven[m] has joined #ipfs
18:34
M-g has joined #ipfs
18:34
M-dtg has joined #ipfs
18:34
<
richardlitt >
You coming? :)
18:34
M-6781 has joined #ipfs
18:35
M-s6 has joined #ipfs
18:35
sanjeev[m] has joined #ipfs
18:35
M-11367 has joined #ipfs
18:35
M-mckaydavis has joined #ipfs
18:35
M-3676 has joined #ipfs
18:35
M-vro has joined #ipfs
18:35
M-davidar-test has joined #ipfs
18:35
Guest26833[m] has joined #ipfs
18:35
M-jackal has joined #ipfs
18:35
M-staplemac has joined #ipfs
18:35
blackflag[m] has joined #ipfs
18:36
Guest18692[m] has joined #ipfs
18:36
erde74 has quit [Quit: Verlassend]
18:36
M-liathit has joined #ipfs
18:36
Catz[m] has joined #ipfs
18:36
M-16549 has joined #ipfs
18:36
M-2255 has joined #ipfs
18:36
M-sokoow has joined #ipfs
18:36
Guest22481[m] has joined #ipfs
18:37
M-7416 has joined #ipfs
18:37
M-pieohpah has joined #ipfs
18:37
M-javissimo has joined #ipfs
18:37
M-leeola has joined #ipfs
18:37
Guest23234[m] has joined #ipfs
18:37
Guest20001[m] has joined #ipfs
18:37
M-mistake has joined #ipfs
18:37
denkyemx[m] has joined #ipfs
18:37
M-pims has joined #ipfs
18:38
M-CCLXI has joined #ipfs
18:38
M-alphakamp has joined #ipfs
18:39
M-male has joined #ipfs
18:39
M-internetjanito has joined #ipfs
18:39
erikj` has joined #ipfs
18:39
M-2128 has joined #ipfs
18:39
M-kode54 has joined #ipfs
18:39
disgusting[m]1 has joined #ipfs
18:39
M-3526 has joined #ipfs
18:39
protestContest[m has joined #ipfs
18:39
<
em-ly >
I'm okay with not talking, @daviddias has got this in the bag.
18:39
M18337[m] has joined #ipfs
18:39
M-jaxondu has joined #ipfs
18:39
M-geir has joined #ipfs
18:39
Sandhose[m] has joined #ipfs
18:39
M-onlavec has joined #ipfs
18:39
M-3444 has joined #ipfs
18:40
M-3045 has joined #ipfs
18:40
neoV[m] has joined #ipfs
18:40
M-lucnsy has joined #ipfs
18:40
M18691[m] has joined #ipfs
18:40
M6e7961[m] has joined #ipfs
18:40
M-ptman has joined #ipfs
18:40
M-frabrunelle has joined #ipfs
18:40
Jacob[m] has joined #ipfs
18:40
M18645[m] has joined #ipfs
18:41
qgnox[m] has joined #ipfs
18:41
M-hash has joined #ipfs
18:41
M-greymr has joined #ipfs
18:41
M-nd has joined #ipfs
18:41
robin[m] has joined #ipfs
18:41
M-martinklepsch has joined #ipfs
18:41
Lord[m] has joined #ipfs
18:41
M-6561 has joined #ipfs
18:41
M-nated has joined #ipfs
18:41
dd[m] has joined #ipfs
18:42
M-rjan has joined #ipfs
18:42
M-wldhx has joined #ipfs
18:42
M-16194 has joined #ipfs
18:42
soradet[m] has joined #ipfs
18:42
SShrike has joined #ipfs
18:42
M-fiatjaf has joined #ipfs
18:42
muhriddin[m] has joined #ipfs
18:42
N_Way has joined #ipfs
18:42
M-phorse has joined #ipfs
18:42
M-Xorkle has joined #ipfs
18:42
Combined2857 has quit [Ping timeout: 244 seconds]
18:42
M-cryptix has joined #ipfs
18:42
Guest22220[m] has joined #ipfs
18:43
M-ms has joined #ipfs
18:43
Askaban[m]1 has joined #ipfs
18:43
M-13288 has joined #ipfs
18:43
Ineentho[m] has joined #ipfs
18:43
Guest26265[m] has joined #ipfs
18:43
msmart[m] has joined #ipfs
18:43
Jinformatique[m] has joined #ipfs
18:43
M-Val has joined #ipfs
18:43
basilgohar[m] has joined #ipfs
18:43
M-aatchison has joined #ipfs
18:44
M-apolo11 has joined #ipfs
18:44
M-thomasbeta has joined #ipfs
18:44
nass[m] has joined #ipfs
18:44
M-phaverkamp has joined #ipfs
18:44
M-edrex has joined #ipfs
18:44
vasachi[m] has joined #ipfs
18:44
M-brasilikum has joined #ipfs
18:44
M-infpetal has joined #ipfs
18:45
M-sliker has joined #ipfs
18:45
visof has joined #ipfs
18:45
M-cyzoonic has joined #ipfs
18:45
M-bp5 has joined #ipfs
18:45
M-3870 has joined #ipfs
18:45
M21634[m] has joined #ipfs
18:45
smk has quit [Disconnected by services]
18:45
Polychrome[m] has joined #ipfs
18:45
M-10670 has joined #ipfs
18:45
M-rongladney has joined #ipfs
18:45
smk1 has joined #ipfs
18:45
Beneficence[m] has joined #ipfs
18:45
yuryk[m] has joined #ipfs
18:46
Guest21903[m] has joined #ipfs
18:46
Guest18687[m] has joined #ipfs
18:46
Guest19048[m] has joined #ipfs
18:46
M18695[m] has joined #ipfs
18:46
wildanonymous[m] has joined #ipfs
18:46
M-jgrowl has joined #ipfs
18:46
<
jbenet >
richardlitt: this is recording right? i can watch it later?
18:46
M18489[m] has joined #ipfs
18:46
<
richardlitt >
jbenet: Yes!
18:46
dudezer0_bot[m] has joined #ipfs
18:46
rendar has quit [Ping timeout: 252 seconds]
18:47
M-codebam has joined #ipfs
18:47
M-4267 has joined #ipfs
18:47
M-darknumbers has joined #ipfs
18:47
M-2234 has joined #ipfs
18:47
M-neoteo has joined #ipfs
18:47
M-3798 has joined #ipfs
18:47
M-8319 has joined #ipfs
18:47
M-roblabla has joined #ipfs
18:47
disgusting[m] has joined #ipfs
18:48
ntninja has joined #ipfs
18:48
M-kupskups9 has joined #ipfs
18:48
M18523[m] has joined #ipfs
18:48
M-foxxy has joined #ipfs
18:48
arkadiy[m] has joined #ipfs
18:48
Red15[m] has joined #ipfs
18:48
M-9743 has joined #ipfs
18:48
Guest21923[m] has joined #ipfs
18:48
M-keverets has joined #ipfs
18:48
Ravneson[m] has joined #ipfs
18:48
SeriousBug[m] has joined #ipfs
18:49
Guest22926[m] has joined #ipfs
18:49
M-4485 has joined #ipfs
18:49
sull[m] has joined #ipfs
18:49
zoglesby has joined #ipfs
18:49
M-player33 has joined #ipfs
18:49
M-WolfNightly has joined #ipfs
18:49
dz[m] has joined #ipfs
18:49
M-harlan has joined #ipfs
18:49
M-Guillaume has joined #ipfs
18:50
M-2129 has joined #ipfs
18:50
Guest25254[m] has joined #ipfs
18:50
M-manveru has joined #ipfs
18:50
M-jacktang has joined #ipfs
18:50
M21100[m] has joined #ipfs
18:52
davidar has joined #ipfs
18:52
timthelion[m] has joined #ipfs
18:52
M-podviaznikov has joined #ipfs
18:52
M-AndrewGaspar has joined #ipfs
18:52
M-p0pa has joined #ipfs
18:52
rodarima[m] has joined #ipfs
18:52
kegan[m] has joined #ipfs
18:52
MatrixMarsh has joined #ipfs
18:52
M-mubot has joined #ipfs
18:52
Guest22356[m] has joined #ipfs
18:53
M-epsilon has joined #ipfs
18:53
M-2223 has joined #ipfs
18:53
nyanloutre[m] has joined #ipfs
18:53
Guest26163[m] has joined #ipfs
18:53
orapouso[m] has joined #ipfs
18:53
Claus[m] has joined #ipfs
18:53
M-jeffreybpeters has joined #ipfs
18:54
trytrytry[m] has joined #ipfs
18:54
M-ed has joined #ipfs
18:54
M-wwwi7891 has joined #ipfs
18:54
M-Mxaw has joined #ipfs
18:54
edsilv[m] has joined #ipfs
18:54
M-3725 has joined #ipfs
18:54
airsickpayload[m has joined #ipfs
18:54
Guest20690[m] has joined #ipfs
18:54
ntninja[m] has joined #ipfs
18:54
M-fermuch has joined #ipfs
18:54
rschulman has joined #ipfs
18:55
M-giodamelio has joined #ipfs
18:55
M-alien has joined #ipfs
18:55
M22536[m] has joined #ipfs
18:55
M-Samim has joined #ipfs
18:55
M-gary123 has joined #ipfs
18:55
claas[m] has joined #ipfs
18:55
M-slang has joined #ipfs
18:55
palesz[m] has joined #ipfs
18:55
M-sraja has joined #ipfs
18:56
M0x52[m] has joined #ipfs
18:56
doctrv[m] has joined #ipfs
18:56
Askaban[m] has joined #ipfs
18:56
lexik[m] has joined #ipfs
18:56
M-pfista has joined #ipfs
18:56
M-ming8 has joined #ipfs
18:56
M-uhiiued7278 has joined #ipfs
18:56
M-cocci has joined #ipfs
18:56
M-2617 has joined #ipfs
18:57
M-drwasho has joined #ipfs
18:57
M-zick has joined #ipfs
18:57
matrixtest[m] has joined #ipfs
18:57
rdesfo[m] has joined #ipfs
18:57
gwillen[m] has joined #ipfs
18:57
alistair77[m] has joined #ipfs
18:57
M-3714 has joined #ipfs
18:57
M-thia has joined #ipfs
18:58
M-jmesserli has joined #ipfs
18:58
M-joshumax has joined #ipfs
18:58
Guest18694[m] has joined #ipfs
18:58
M-wkennington has joined #ipfs
18:58
M-Ingo has joined #ipfs
18:58
hartmanroberte[m has joined #ipfs
18:58
M-GereG has joined #ipfs
18:59
M18690[m] has joined #ipfs
18:59
Guest26084[m] has joined #ipfs
18:59
computerfreak[m] has joined #ipfs
18:59
M-3509 has joined #ipfs
18:59
Richardsdkjflsfj has joined #ipfs
18:59
M-scio_ has joined #ipfs
18:59
M-12490 has joined #ipfs
18:59
Guest21158[m] has joined #ipfs
19:00
JosiahHaswell[m] has joined #ipfs
19:00
mythmon_ has joined #ipfs
19:00
valdek[m] has joined #ipfs
19:00
M-14321 has joined #ipfs
19:00
M-14382 has joined #ipfs
19:00
michaelmure[m] has joined #ipfs
19:00
M-mseri has joined #ipfs
19:00
Guest23523[m] has joined #ipfs
19:00
Guest24121[m] has joined #ipfs
19:01
cehteh has quit [Ping timeout: 258 seconds]
19:01
M-mousereeve has joined #ipfs
19:01
M-jabl has joined #ipfs
19:01
M-6581 has joined #ipfs
19:01
M-Guest2152 has joined #ipfs
19:01
M-HirmeS has joined #ipfs
19:01
M-ryanwilliams has joined #ipfs
19:01
M-8842 has joined #ipfs
19:01
M-sivachandran has joined #ipfs
19:02
M-volobuev has joined #ipfs
19:02
chevdor[m] has joined #ipfs
19:02
M-9364 has joined #ipfs
19:02
M-Peer2Peer has joined #ipfs
19:02
M-JayCarpenter has joined #ipfs
19:02
M18693[m] has joined #ipfs
19:02
M-liberdiko has joined #ipfs
19:02
M-jimt has joined #ipfs
19:02
M-erikgarrison has joined #ipfs
19:02
M-Dan has joined #ipfs
19:02
M-rschulman has joined #ipfs
19:03
teglafal[m] has joined #ipfs
19:03
M-kcinjp has joined #ipfs
19:03
pigeons[m] has joined #ipfs
19:03
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
19:03
M-3630 has joined #ipfs
19:03
<
whyrusleeping >
richardlitt: how long are each of these hangouts?
19:03
Patrik[m] has joined #ipfs
19:03
<
richardlitt >
30 ins
19:03
Karalix[m] has joined #ipfs
19:03
<
richardlitt >
*minutes, not inches.
19:03
M-hellomoto has joined #ipfs
19:03
Guest19042[m] has joined #ipfs
19:03
mirek1337[m] has joined #ipfs
19:04
M-Tribex10 has joined #ipfs
19:04
atomet[m] has joined #ipfs
19:04
M- has joined #ipfs
19:04
M-madsurgeon has joined #ipfs
19:04
M-12044 has joined #ipfs
19:04
M-jon has joined #ipfs
19:04
<
joeyh >
was just playing with ipns, and noticed that ipfs cat QmcKydpRD1SUA5HyYfSWNkrxs63428GT5gvyvrYVnHXadS seems to hang (or take a very long time). That's my PeerID, and I can ipfs name resolve it just fine. Is this expected behavior?
19:04
M-hierophantos has joined #ipfs
19:04
cr[m] has joined #ipfs
19:04
jedahan has joined #ipfs
19:04
Guest26812[m] has joined #ipfs
19:04
<
achin >
you can only cat files
19:05
M-TidyKoala has joined #ipfs
19:05
<
whyrusleeping >
joeyh: you could cat /ipns/<your peer ID?
19:05
<
joeyh >
I think I expected it to resolve the name, and cat what it pointed to
19:05
<
whyrusleeping >
but without the path prefix, the codebase assumes youre referring to an ipfs object
19:06
<
joeyh >
so it's gone off looking in the dht for an object that DNE
19:06
<
whyrusleeping >
yeap, pretty much
19:06
<
whyrusleeping >
lol
19:06
<
achin >
and if such an object existed, it would be your ipfs private key, right?
19:06
<
whyrusleeping >
it would be your public key
19:06
<
joeyh >
ok, I guess the confusing thing to me is partly that I expected name resolution, and partly that the "name" is a hash that looks much like any object hash
19:06
<
whyrusleeping >
we could put that object into ipfs during init, but it wouldnt be a 'file'
19:06
<
richardlitt >
===================== IPFS Hangouts: go-ipfs Roadmap =====================
19:06
<
richardlitt >
Topic: go-ipfs Roadmap
19:06
<
whyrusleeping >
so cat still wouldnt work on it
19:06
<
richardlitt >
==========================================================================
19:07
<
richardlitt >
whyrusleeping: your turn! :)
19:07
Martin[m] has joined #ipfs
19:08
<
dignifiedquire >
daviddias: do you need to be on go-ipfs, or should we do changelog in parallel?
19:08
<
daviddias >
dignifiedquire: let's do changelog :)
19:09
<
dignifiedquire >
alrighty, @richardlitt can you create us a second stream for js-changelog?
19:10
<
richardlitt >
A stream?
19:11
<
richardlitt >
I can't - currently hosting go-ipfs, and then hosting IPLD
19:11
<
dignifiedquire >
ah okay, thought you could do multiple
19:11
<
dignifiedquire >
nvm
19:11
<
dignifiedquire >
will create my own
19:11
rgrinberg has quit [Ping timeout: 240 seconds]
19:12
<
daviddias >
thank you, joining
19:13
<
dignifiedquire >
anyone interested in talking changelog things for js-ipfs see link above
19:14
<
dignifiedquire >
voxelot: if you are interested
19:14
<
dignifiedquire >
victorbjelkholm: ^^
19:14
Encrypt has quit [Quit: Quitte]
19:14
<
daviddias >
victorbjelkholm voxelot jgantunes xicombd you might want to join ^^
19:15
<
voxelot >
This just became a job
19:16
reit has quit [Ping timeout: 276 seconds]
19:16
rendar has joined #ipfs
19:27
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
19:29
<
jbenet >
sorry my network is flaky
19:32
jedahan has joined #ipfs
19:32
<
richardlitt >
go-ipfs is running over; IPLD will start when it is done.
19:32
<
richardlitt >
dignifiedquire: are you recording that talk?
19:32
<
dignifiedquire >
richardlitt: no wasn't able to :(
19:33
erde74 has joined #ipfs
19:33
rgrinberg has joined #ipfs
19:33
<
richardlitt >
Can you write up notes?
19:35
jedahan has quit [Client Quit]
19:40
<
jbenet >
im laggin out again
19:40
G-Ray has joined #ipfs
19:41
ianopolous has quit [Ping timeout: 240 seconds]
19:42
ianopolous has joined #ipfs
19:45
<
em-ly >
@jbenet we can see you
19:45
<
richardlitt >
========================== IPFS Hangouts: IPLD Roadmap =========================
19:45
<
richardlitt >
Topic: IPLD Roadmap
19:45
<
richardlitt >
================================================================================
19:46
<
jbenet >
im not allowed to join :(
19:46
<
jbenet >
richardlitt: o/
19:46
<
richardlitt >
Weird
19:46
<
richardlitt >
One second
19:46
<
dignifiedquire >
yeah seems broken
19:47
<
richardlitt >
Try now?
19:47
<
daviddias >
No one is here right now.
19:47
<
daviddias >
Error: HJR: 2-RNF
19:47
<
jbenet >
make a new one
19:47
<
dignifiedquire >
same her
19:48
<
em-ly >
i mean im here
19:48
<
daviddias >
em-ly: broke it
19:48
<
em-ly >
this sprint session is brought to you by me myself and i
19:49
<
em-ly >
i would like to thank myself for attending
19:49
<
em-ly >
riveting conversation
19:49
<
richardlitt >
========================== IPFS Hangouts: IPLD Roadmap =========================
19:49
<
richardlitt >
Topic: IPLD Roadmap
19:49
<
richardlitt >
================================================================================
19:51
Schrippe[m] has joined #ipfs
19:53
jaboja has quit [Ping timeout: 258 seconds]
19:53
<
richardlitt >
dignifiedquire: what?
19:54
<
dignifiedquire >
you asked me about notes for the changelog call
19:54
<
dignifiedquire >
it was mostly me talking about what is in this issue, with the outcome of those todos
19:54
j12t has joined #ipfs
19:54
disgusting_wall has quit [Quit: Connection closed for inactivity]
19:55
Schrippe[m] has left #ipfs [#ipfs]
19:55
jaboja has joined #ipfs
19:59
j12t has quit [Ping timeout: 244 seconds]
20:05
taaem has joined #ipfs
20:06
Martin[m] has left #ipfs ["User left"]
20:08
kants has joined #ipfs
20:08
zorglub27 has joined #ipfs
20:08
rgrinberg has quit [Quit: WeeChat 1.5]
20:12
<
richardlitt >
OK. Thanks.
20:13
<
ipfsbot >
js-ipfs/greenkeeper-hapi-14.1.0 307cf3b greenkeeperio-bot: chore(package): update hapi to version 14.1.0...
20:13
kants has quit [Quit: sleep.]
20:14
crankylinuxuser has quit [Ping timeout: 240 seconds]
20:15
kants has joined #ipfs
20:15
<
dignifiedquire >
jbenet: I got a question (maybe I just I'm missing something) about the cids, it says there that things like git or bitcoin hashes are diretly supported, but how do you differeniate from say raw ipfs links?
20:15
<
jbenet >
the multicodec in the link
20:16
<
dignifiedquire >
so the link would not be the raw link, but rather with the multicodec in front?
20:16
<
ipfsbot >
[webui] greenkeeperio-bot opened pull request #446: Update eslint to version 3.2.2
20:19
jedahan has joined #ipfs
20:19
zorglub27 has quit [Ping timeout: 260 seconds]
20:22
<
jbenet >
dignfiedquire: right
20:24
<
richardlitt >
Thanks all!
20:26
<
dignifiedquire >
jbenet: okay thanks makes sense, would be good to mention that explicitly maybe (or not, I might just be tired)
20:27
<
jbenet >
dignifiedquire: the multicodec in the CID would be different/ note this section, too: "IPLD supports non-CID hash links as implicit CIDv1s"
20:27
<
jbenet >
(it said "raw" first, but that was a different meaning of the word raw. not raw data , but "raw hash"/
20:28
reit has joined #ipfs
20:28
<
dignifiedquire >
going to reread in the morning with a fresh brain :)
20:29
kants has quit [Quit: sleep.]
20:30
kants has joined #ipfs
20:31
rgrinberg has joined #ipfs
20:31
zero-baller is now known as zero-one
20:32
G-Ray has quit [Remote host closed the connection]
20:34
espadrine has joined #ipfs
20:37
<
M-hash >
So version and multicodec bits are sliiiightlyarguably redundant, but we like them because it probably machines semantic branches in the code, and lets us rotate things out of the multicodec claimed fields over time? (Did I read right?)
20:41
cemerick has quit [Ping timeout: 244 seconds]
20:41
kants has quit [Quit: sleep.]
20:43
atrapado has joined #ipfs
20:45
<
M-hash >
s/machines/matches/ -- sorry, mobile keyboard woes.
20:46
<
jbenet >
M-hash the version bits are for the version of the identifier, not of the data. you
_could_ overload multicodec to do this
20:47
espadrine has quit [Ping timeout: 260 seconds]
20:48
<
M-hash >
I mean, as like, a space alien who didn't understand your so-called-semantics, right :P
20:49
<
jbenet >
M-hash: oh is in case we have to change it again
20:51
crankylinuxuser has joined #ipfs
20:52
Foxcool has quit [Ping timeout: 276 seconds]
20:54
<
M-flyingzumwalt >
richardlitt (IRC): or em-ly
20:55
neurrowcat has joined #ipfs
20:55
<
M-flyingzumwalt >
richardlitt (IRC): or em-ly do you have the etherpad link for the go-ipfs conversation? The current link in the issue is to a page with no notes.
20:57
<
ipfsbot >
[webui] greenkeeperio-bot opened pull request #447: Update eslint-plugin-react to version 6.0.0
20:57
reit has quit [Ping timeout: 244 seconds]
21:03
ruby32 has quit [Remote host closed the connection]
21:03
zorglub27 has joined #ipfs
21:04
xenic has joined #ipfs
21:08
erde74 has quit [Quit: Leaving]
21:20
rgrinberg has quit [Ping timeout: 276 seconds]
21:23
kants has joined #ipfs
21:25
kants has quit [Client Quit]
21:26
kants has joined #ipfs
21:27
chungy has joined #ipfs
21:30
chriscool1 has joined #ipfs
21:33
kants has quit [Quit: sleep.]
21:34
byteflame has quit [Ping timeout: 244 seconds]
21:34
chriscool1 has quit [Read error: Connection reset by peer]
21:43
robogoat has joined #ipfs
21:55
j12t has joined #ipfs
21:57
Oatmeal has joined #ipfs
21:59
j12t has quit [Ping timeout: 244 seconds]
22:00
pguth has quit [Remote host closed the connection]
22:01
pguth has joined #ipfs
22:01
Oatmeal has quit [Ping timeout: 244 seconds]
22:06
cryptix has joined #ipfs
22:13
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
22:16
matoro has joined #ipfs
22:17
jarboot has joined #ipfs
22:28
Guest70003 has joined #ipfs
22:29
cehteh_ has joined #ipfs
22:33
visof has quit [Ping timeout: 265 seconds]
22:35
rgrinberg has joined #ipfs
22:36
IlanGodik has quit [Quit: Connection closed for inactivity]
22:39
byteflame has joined #ipfs
22:39
ild has joined #ipfs
22:40
cehteh_ is now known as cehteh
22:40
rendar has quit [Quit: std::lower_bound + std::less_equal
*works* with a vector without duplicates!]
22:42
Guest70003 is now known as pixelated
22:43
pixelated is now known as Guest75432
22:49
palkeo has quit [Quit: Konversation terminated!]
22:49
<
richardlitt >
M-flyingzumwalt: That was the notes; basically, we went through and made the list better.
22:50
<
richardlitt >
I should bookmark that. Will do that now.
22:55
jarboot has quit [Ping timeout: 264 seconds]
22:57
ashark has joined #ipfs
22:58
computerfreak has quit [Remote host closed the connection]
22:59
herzmeister has quit [Quit: Leaving]
22:59
herzmeister has joined #ipfs
23:02
matoro has quit [Ping timeout: 260 seconds]
23:02
shizy has quit [Ping timeout: 252 seconds]
23:02
neurrowcat_ has joined #ipfs
23:03
p0psicle[m] has joined #ipfs
23:04
neurrowcat has quit [Ping timeout: 264 seconds]
23:06
tmg has joined #ipfs
23:11
<
ipfsbot >
[js-ipfs] greenkeeperio-bot opened pull request #388: Update hapi to version 14.1.0
23:12
M-mseri has quit [Ping timeout: 240 seconds]
23:12
M-ed has quit [Ping timeout: 244 seconds]
23:12
MatrixMarsh has quit [Ping timeout: 244 seconds]
23:12
yuryk[m] has quit [Ping timeout: 244 seconds]
23:12
M-3676 has quit [Ping timeout: 244 seconds]
23:12
M-sraja has quit [Ping timeout: 244 seconds]
23:12
M-joshumax has quit [Ping timeout: 244 seconds]
23:12
M-Guillaume has quit [Ping timeout: 244 seconds]
23:12
Jinformatique[m] has quit [Ping timeout: 244 seconds]
23:12
dd[m] has quit [Ping timeout: 244 seconds]
23:12
jackyquack[m] has quit [Ping timeout: 244 seconds]
23:12
computerfreak[m] has quit [Ping timeout: 250 seconds]
23:12
M-11367 has quit [Ping timeout: 250 seconds]
23:12
M-drwasho has quit [Ping timeout: 250 seconds]
23:12
M21100[m] has quit [Ping timeout: 250 seconds]
23:12
M-alwi has quit [Ping timeout: 250 seconds]
23:12
Guest26084[m] has quit [Ping timeout: 240 seconds]
23:12
M-darknumbers has quit [Ping timeout: 240 seconds]
23:12
M-cryptix has quit [Ping timeout: 240 seconds]
23:12
kegan[m] has quit [Ping timeout: 240 seconds]
23:12
M-epsilon has quit [Ping timeout: 258 seconds]
23:12
M-6561 has quit [Ping timeout: 258 seconds]
23:12
pigeons[m] has quit [Ping timeout: 260 seconds]
23:12
M-davidar-test has quit [Ping timeout: 260 seconds]
23:12
RyuKurisu[m] has quit [Ping timeout: 260 seconds]
23:12
M-mubot has quit [Ping timeout: 260 seconds]
23:12
M-7141 has quit [Ping timeout: 260 seconds]
23:12
doctrv[m] has quit [Ping timeout: 260 seconds]
23:12
M-jaxondu has quit [Ping timeout: 260 seconds]
23:12
zoglesby has quit [Ping timeout: 260 seconds]
23:12
cr[m] has quit [Ping timeout: 244 seconds]
23:12
M-Peer2Peer has quit [Ping timeout: 258 seconds]
23:12
quux[m] has quit [Ping timeout: 258 seconds]
23:12
Paul[m] has quit [Ping timeout: 258 seconds]
23:12
M-blide has quit [Ping timeout: 258 seconds]
23:12
Guest18694[m] has quit [Ping timeout: 244 seconds]
23:12
basilgohar[m] has quit [Ping timeout: 244 seconds]
23:12
M-2129 has quit [Ping timeout: 244 seconds]
23:12
M-rjan has quit [Ping timeout: 244 seconds]
23:12
M-3045 has quit [Ping timeout: 244 seconds]
23:12
M-pims has quit [Ping timeout: 244 seconds]
23:12
M-5459 has quit [Ping timeout: 244 seconds]
23:12
naggie[m] has quit [Ping timeout: 244 seconds]
23:12
ntninja has quit [Ping timeout: 244 seconds]
23:12
fortyfoxes[m] has quit [Ping timeout: 244 seconds]
23:12
M-roblabla has quit [Ping timeout: 244 seconds]
23:12
M-wldhx has quit [Ping timeout: 244 seconds]
23:12
SShrike has quit [Ping timeout: 244 seconds]
23:13
mirek1337[m] has quit [Ping timeout: 240 seconds]
23:13
hartmanroberte[m has quit [Ping timeout: 240 seconds]
23:13
Claus[m] has quit [Ping timeout: 240 seconds]
23:13
M-9743 has quit [Ping timeout: 240 seconds]
23:13
M-alphakamp has quit [Ping timeout: 240 seconds]
23:13
M-16549 has quit [Ping timeout: 240 seconds]
23:13
M-bungle has quit [Ping timeout: 240 seconds]
23:13
M-6581 has quit [Ping timeout: 264 seconds]
23:13
M-wwwi7891 has quit [Ping timeout: 264 seconds]
23:13
nass[m] has quit [Ping timeout: 264 seconds]
23:13
disgusting[m]1 has quit [Ping timeout: 264 seconds]
23:13
M-pieohpah has quit [Ping timeout: 264 seconds]
23:13
M-2194 has quit [Ping timeout: 264 seconds]
23:13
M2ezit[m] has quit [Ping timeout: 264 seconds]
23:13
M-hierophantos has quit [Ping timeout: 244 seconds]
23:13
M18695[m] has quit [Ping timeout: 244 seconds]
23:13
denkyemx[m] has quit [Ping timeout: 244 seconds]
23:13
M18523[m] has quit [Ping timeout: 244 seconds]
23:13
M-3444 has quit [Ping timeout: 244 seconds]
23:13
djfdfjoijijeoif[ has quit [Ping timeout: 244 seconds]
23:13
M-uhiiued7278 has quit [Ping timeout: 244 seconds]
23:13
M-Dave has quit [Ping timeout: 244 seconds]
23:13
M-manveru has quit [Ping timeout: 244 seconds]
23:13
neoV[m] has quit [Ping timeout: 260 seconds]
23:13
M-amstocker has quit [Ping timeout: 260 seconds]
23:13
M-mckaydavis has quit [Ping timeout: 260 seconds]
23:13
M-12044 has quit [Ping timeout: 252 seconds]
23:13
M-14321 has quit [Ping timeout: 252 seconds]
23:13
M-infpetal has quit [Ping timeout: 252 seconds]
23:13
blackflag[m] has quit [Ping timeout: 252 seconds]
23:13
fredddy42[m] has quit [Ping timeout: 252 seconds]
23:13
Guest18705[m] has quit [Ping timeout: 252 seconds]
23:13
M-david has quit [Ping timeout: 252 seconds]
23:13
M-p0pa has quit [Ping timeout: 240 seconds]
23:13
Richardsdkjflsfj has quit [Ping timeout: 250 seconds]
23:13
rdesfo[m] has quit [Ping timeout: 250 seconds]
23:13
rfb[m] has quit [Ping timeout: 250 seconds]
23:13
Guest28775[m] has quit [Ping timeout: 250 seconds]
23:13
Guest21923[m] has quit [Ping timeout: 250 seconds]
23:13
valdek[m] has quit [Ping timeout: 258 seconds]
23:13
M-jmesserli has quit [Ping timeout: 258 seconds]
23:13
M18337[m] has quit [Ping timeout: 258 seconds]
23:13
M-17739 has quit [Ping timeout: 258 seconds]
23:13
M-3511 has quit [Ping timeout: 258 seconds]
23:13
Matthew[m] has quit [Ping timeout: 258 seconds]
23:13
M-gary123 has quit [Ping timeout: 258 seconds]
23:13
M-6781 has quit [Ping timeout: 258 seconds]
23:13
M-geir has quit [Ping timeout: 258 seconds]
23:13
M-keverets has quit [Ping timeout: 258 seconds]
23:13
p0psicle[m] has quit [Ping timeout: 265 seconds]
23:13
airsickpayload[m has quit [Ping timeout: 265 seconds]
23:13
M-3798 has quit [Ping timeout: 265 seconds]
23:13
Guest26833[m] has quit [Ping timeout: 265 seconds]
23:13
M-metamattj has quit [Ping timeout: 265 seconds]
23:13
monzoon[m] has quit [Ping timeout: 265 seconds]
23:13
M-toor has quit [Ping timeout: 265 seconds]
23:13
M-bp5 has quit [Ping timeout: 265 seconds]
23:13
atomet[m] has quit [Ping timeout: 276 seconds]
23:13
M18690[m] has quit [Ping timeout: 276 seconds]
23:13
M-10670 has quit [Ping timeout: 276 seconds]
23:13
Jacob[m] has quit [Ping timeout: 276 seconds]
23:13
qwertyuioppo[m] has quit [Ping timeout: 276 seconds]
23:13
M-whyrusleeping has quit [Ping timeout: 276 seconds]
23:13
masoodahm[m] has quit [Ping timeout: 276 seconds]
23:13
davidar has quit [Ping timeout: 276 seconds]
23:13
M-Ingo has quit [Ping timeout: 276 seconds]
23:13
orapouso[m] has quit [Ping timeout: 276 seconds]
23:13
arkadiy[m] has quit [Ping timeout: 276 seconds]
23:13
M-lucnsy has quit [Ping timeout: 276 seconds]
23:13
M-3891 has quit [Ping timeout: 276 seconds]
23:13
Red15[m] has quit [Ping timeout: 276 seconds]
23:13
wildanonymous[m] has quit [Ping timeout: 244 seconds]
23:13
M-kcinjp has quit [Ping timeout: 244 seconds]
23:13
Guest18692[m] has quit [Ping timeout: 244 seconds]
23:13
M-ikreymer has quit [Ping timeout: 244 seconds]
23:13
steven[m] has quit [Ping timeout: 244 seconds]
23:13
M- has quit [Ping timeout: 240 seconds]
23:13
matrixtest[m] has quit [Ping timeout: 240 seconds]
23:13
M-alien has quit [Ping timeout: 240 seconds]
23:13
M18645[m] has quit [Ping timeout: 240 seconds]
23:13
M-2617 has quit [Ping timeout: 240 seconds]
23:13
red5d[m] has quit [Ping timeout: 240 seconds]
23:13
M-king_size1953 has quit [Ping timeout: 240 seconds]
23:13
Karalix[m] has quit [Ping timeout: 244 seconds]
23:13
M-giodamelio has quit [Ping timeout: 244 seconds]
23:13
M-AbhishekDutt has quit [Ping timeout: 244 seconds]
23:13
jamespedwards42[ has quit [Ping timeout: 244 seconds]
23:13
M-kalmi has quit [Ping timeout: 244 seconds]
23:13
sibi[m] has quit [Ping timeout: 244 seconds]
23:13
Guest23322[m] has quit [Ping timeout: 244 seconds]
23:13
erikj` has quit [Ping timeout: 244 seconds]
23:13
M-brasilikum has quit [Ping timeout: 258 seconds]
23:13
Guest23234[m] has quit [Ping timeout: 258 seconds]
23:13
kszys[m] has quit [Ping timeout: 258 seconds]
23:13
M-edrex has quit [Ping timeout: 258 seconds]
23:13
M-oddvar has quit [Ping timeout: 258 seconds]
23:13
M-3509 has quit [Ping timeout: 264 seconds]
23:13
M-3725 has quit [Ping timeout: 264 seconds]
23:13
M-WolfNightly has quit [Ping timeout: 264 seconds]
23:13
M-vro has quit [Ping timeout: 264 seconds]
23:13
M-16544 has quit [Ping timeout: 264 seconds]
23:13
M-BostonEnginer4 has quit [Ping timeout: 264 seconds]
23:13
arby[m] has quit [Ping timeout: 264 seconds]
23:13
M-madsurgeon has quit [Ping timeout: 250 seconds]
23:13
palesz[m] has quit [Ping timeout: 250 seconds]
23:13
Guest22926[m] has quit [Ping timeout: 250 seconds]
23:13
Guest22220[m] has quit [Ping timeout: 250 seconds]
23:13
H3g3m0n[m] has quit [Ping timeout: 250 seconds]
23:13
dudezer0_bot[m] has quit [Ping timeout: 250 seconds]
23:13
M6e7961[m] has quit [Ping timeout: 250 seconds]
23:13
M-jeffreybpeters has quit [Ping timeout: 258 seconds]
23:13
M-codebam has quit [Ping timeout: 258 seconds]
23:13
Guest19042[m] has quit [Ping timeout: 260 seconds]
23:13
M-volobuev has quit [Ping timeout: 260 seconds]
23:13
M-cocci has quit [Ping timeout: 260 seconds]
23:13
M-cyzoonic has quit [Ping timeout: 260 seconds]
23:13
M-liathit has quit [Ping timeout: 260 seconds]
23:13
M-12989 has quit [Ping timeout: 260 seconds]
23:13
Dawg[m] has quit [Ping timeout: 260 seconds]
23:13
TestName[m] has quit [Ping timeout: 260 seconds]
23:13
M-leoc has quit [Ping timeout: 260 seconds]
23:13
ntninja[m] has quit [Ping timeout: 260 seconds]
23:13
eternaleye has quit [Ping timeout: 260 seconds]
23:13
M-harlan has quit [Ping timeout: 252 seconds]
23:13
M-jfred has quit [Ping timeout: 252 seconds]
23:13
JosiahHaswell[m] has quit [Ping timeout: 265 seconds]
23:13
M-thia has quit [Ping timeout: 265 seconds]
23:13
Guest22356[m] has quit [Ping timeout: 265 seconds]
23:13
Guest26265[m] has quit [Ping timeout: 265 seconds]
23:13
TiagoDanin[m] has quit [Ping timeout: 265 seconds]
23:13
M-bastinik has quit [Ping timeout: 265 seconds]
23:13
M-kupskups9 has quit [Ping timeout: 265 seconds]
23:13
smk1 has quit [Ping timeout: 240 seconds]
23:13
M-2128 has quit [Ping timeout: 240 seconds]
23:13
M-jbenet has quit [Ping timeout: 240 seconds]
23:13
patrickr[m] has quit [Ping timeout: 240 seconds]
23:13
igork[m] has quit [Ping timeout: 240 seconds]
23:13
M-hellomoto has quit [Ping timeout: 244 seconds]
23:13
nyanloutre[m] has quit [Ping timeout: 244 seconds]
23:13
M-ngu has quit [Ping timeout: 244 seconds]
23:13
M-abdessamadhoud has quit [Ping timeout: 244 seconds]
23:14
Guest26812[m] has quit [Ping timeout: 276 seconds]
23:14
chevdor[m] has quit [Ping timeout: 276 seconds]
23:14
M-apolo11 has quit [Ping timeout: 276 seconds]
23:14
M-CCLXI has quit [Ping timeout: 276 seconds]
23:14
Catz[m] has quit [Ping timeout: 276 seconds]
23:14
Avinash[m] has quit [Ping timeout: 276 seconds]
23:14
alexvoda[m] has quit [Ping timeout: 276 seconds]
23:14
M-3630 has quit [Ping timeout: 258 seconds]
23:14
M-pfista has quit [Ping timeout: 258 seconds]
23:14
M-staplemac has quit [Ping timeout: 258 seconds]
23:14
vikneshwaren[m] has quit [Ping timeout: 258 seconds]
23:14
M-3974 has quit [Ping timeout: 258 seconds]
23:14
M-9364 has quit [Ping timeout: 240 seconds]
23:14
M-dtg has quit [Ping timeout: 240 seconds]
23:14
M-cyan has quit [Ping timeout: 240 seconds]
23:14
muhriddin[m] has quit [Ping timeout: 240 seconds]
23:14
M-Guest2152 has quit [Ping timeout: 260 seconds]
23:14
Guest21158[m] has quit [Ping timeout: 260 seconds]
23:14
M-Mxaw has quit [Ping timeout: 260 seconds]
23:14
M-neoteo has quit [Ping timeout: 260 seconds]
23:14
M-13288 has quit [Ping timeout: 260 seconds]
23:14
robin[m] has quit [Ping timeout: 260 seconds]
23:14
kostera[m] has quit [Ping timeout: 260 seconds]
23:14
rajeevn[m] has quit [Ping timeout: 260 seconds]
23:14
M-jh has quit [Ping timeout: 260 seconds]
23:14
M-hash has quit [Ping timeout: 260 seconds]
23:14
M-GereG has quit [Ping timeout: 258 seconds]
23:14
timthelion[m] has quit [Ping timeout: 258 seconds]
23:14
M-phorse has quit [Ping timeout: 258 seconds]
23:14
M-jackal has quit [Ping timeout: 258 seconds]
23:14
M-Nickfost has quit [Ping timeout: 258 seconds]
23:14
M-erikgarrison has quit [Ping timeout: 250 seconds]
23:14
M-lilien1010 has quit [Ping timeout: 250 seconds]
23:14
trytrytry[m] has quit [Ping timeout: 250 seconds]
23:14
M-2234 has quit [Ping timeout: 250 seconds]
23:14
qgnox[m] has quit [Ping timeout: 250 seconds]
23:14
M-internetjanito has quit [Ping timeout: 250 seconds]
23:14
M-jimt has quit [Ping timeout: 250 seconds]
23:14
M-Dan has quit [Ping timeout: 244 seconds]
23:14
M-jabl has quit [Ping timeout: 244 seconds]
23:14
M-scio_ has quit [Ping timeout: 244 seconds]
23:14
gwillen[m] has quit [Ping timeout: 244 seconds]
23:14
edsilv[m] has quit [Ping timeout: 244 seconds]
23:14
M-player33 has quit [Ping timeout: 244 seconds]
23:14
M-4485 has quit [Ping timeout: 244 seconds]
23:14
M-thomasbeta has quit [Ping timeout: 244 seconds]
23:14
M-ms has quit [Ping timeout: 244 seconds]
23:14
M-1976 has quit [Ping timeout: 244 seconds]
23:14
M-15922 has quit [Ping timeout: 244 seconds]
23:14
l64376[m] has quit [Ping timeout: 244 seconds]
23:14
M-10660 has quit [Ping timeout: 244 seconds]
23:14
wehlutyk[m] has quit [Ping timeout: 244 seconds]
23:14
M-fiatjaf has quit [Ping timeout: 244 seconds]
23:14
M-sivachandran has quit [Ping timeout: 244 seconds]
23:14
M-sliker has quit [Ping timeout: 244 seconds]
23:14
M18693[m] has quit [Ping timeout: 240 seconds]
23:14
M-slang has quit [Ping timeout: 240 seconds]
23:14
vm[m] has quit [Ping timeout: 240 seconds]
23:14
Guest22481[m] has quit [Ping timeout: 240 seconds]
23:14
M-osener has quit [Ping timeout: 240 seconds]
23:14
blabla2[m] has quit [Ping timeout: 240 seconds]
23:14
M-12490 has quit [Ping timeout: 264 seconds]
23:14
alistair77[m] has quit [Ping timeout: 264 seconds]
23:14
Askaban[m]1 has quit [Ping timeout: 264 seconds]
23:14
M-selpreload has quit [Ping timeout: 264 seconds]
23:14
M-frabrunelle has quit [Ping timeout: 264 seconds]
23:14
M-Magnap has quit [Ping timeout: 264 seconds]
23:14
disgusting[m] has quit [Ping timeout: 264 seconds]
23:14
Patrik[m] has quit [Ping timeout: 252 seconds]
23:14
M-ming8 has quit [Ping timeout: 252 seconds]
23:14
msmart[m] has quit [Ping timeout: 252 seconds]
23:14
M-rongladney has quit [Ping timeout: 252 seconds]
23:14
M-jackvt93 has quit [Ping timeout: 252 seconds]
23:14
M18643[m] has quit [Ping timeout: 252 seconds]
23:14
M-liberdiko has quit [Ping timeout: 252 seconds]
23:14
M-martinklepsch has quit [Ping timeout: 252 seconds]
23:14
M22536[m] has quit [Ping timeout: 260 seconds]
23:14
M-foxxy has quit [Ping timeout: 260 seconds]
23:14
M-aatchison has quit [Ping timeout: 260 seconds]
23:14
M-g has quit [Ping timeout: 260 seconds]
23:14
mads[m] has quit [Ping timeout: 260 seconds]
23:14
hendry[m] has quit [Ping timeout: 260 seconds]
23:14
Lord[m] has quit [Ping timeout: 265 seconds]
23:14
M-victorm has quit [Ping timeout: 265 seconds]
23:14
M-krsiehl has quit [Ping timeout: 265 seconds]
23:14
M-ryanwilliams has quit [Ping timeout: 258 seconds]
23:14
M-8319 has quit [Ping timeout: 258 seconds]
23:14
M-jon has quit [Ping timeout: 258 seconds]
23:14
M-ptman has quit [Ping timeout: 258 seconds]
23:14
M-trashrabbit has quit [Ping timeout: 258 seconds]
23:14
M-4447 has quit [Ping timeout: 258 seconds]
23:14
Ravneson[m] has quit [Ping timeout: 240 seconds]
23:14
SeriousBug[m] has quit [Ping timeout: 240 seconds]
23:14
sanjeev[m] has quit [Ping timeout: 240 seconds]
23:14
Ulises[m] has quit [Ping timeout: 240 seconds]
23:14
Askaban[m] has quit [Ping timeout: 240 seconds]
23:14
M-mousereeve has quit [Ping timeout: 250 seconds]
23:14
rodarima[m] has quit [Ping timeout: 250 seconds]
23:14
Beneficence[m] has quit [Ping timeout: 250 seconds]
23:14
M-kode54 has quit [Ping timeout: 250 seconds]
23:14
M-7416 has quit [Ping timeout: 250 seconds]
23:14
Guest19040[m] has quit [Ping timeout: 250 seconds]
23:14
M-Val has quit [Ping timeout: 250 seconds]
23:14
M-AndrewGaspar has quit [Ping timeout: 250 seconds]
23:14
Guest23523[m] has quit [Ping timeout: 250 seconds]
23:14
Polychrome[m] has quit [Ping timeout: 250 seconds]
23:14
Ineentho[m] has quit [Ping timeout: 250 seconds]
23:14
M-TidyKoala has quit [Ping timeout: 240 seconds]
23:14
M-jacktang has quit [Ping timeout: 240 seconds]
23:14
M21634[m] has quit [Ping timeout: 240 seconds]
23:14
M18691[m] has quit [Ping timeout: 240 seconds]
23:14
cva[m] has quit [Ping timeout: 240 seconds]
23:14
M-JayCarpenter has quit [Ping timeout: 276 seconds]
23:14
M-podviaznikov has quit [Ping timeout: 276 seconds]
23:14
M-4267 has quit [Ping timeout: 276 seconds]
23:14
M-male has quit [Ping timeout: 276 seconds]
23:14
M-sokoow has quit [Ping timeout: 276 seconds]
23:14
M-JayJay has quit [Ping timeout: 276 seconds]
23:14
M-Shrike has quit [Ping timeout: 276 seconds]
23:14
M-3714 has quit [Ping timeout: 260 seconds]
23:14
Guest18687[m] has quit [Ping timeout: 260 seconds]
23:14
M-3526 has quit [Ping timeout: 260 seconds]
23:14
M-javissimo has quit [Ping timeout: 260 seconds]
23:14
M-Lawrence_Pritc has quit [Ping timeout: 260 seconds]
23:14
M-alri has quit [Ping timeout: 260 seconds]
23:14
mythmon_ has quit [Ping timeout: 260 seconds]
23:14
M-leer10 has quit [Ping timeout: 260 seconds]
23:14
M18489[m] has quit [Ping timeout: 276 seconds]
23:14
M-16194 has quit [Ping timeout: 276 seconds]
23:14
M-gdr has quit [Ping timeout: 276 seconds]
23:14
M-rschulman has quit [Ping timeout: 276 seconds]
23:14
M-phaverkamp has quit [Ping timeout: 276 seconds]
23:14
lexik[m] has quit [Ping timeout: 265 seconds]
23:14
sull[m] has quit [Ping timeout: 265 seconds]
23:14
protestContest[m has quit [Ping timeout: 265 seconds]
23:14
M-wkennington has quit [Ping timeout: 265 seconds]
23:14
Guest20690[m] has quit [Ping timeout: 258 seconds]
23:14
M-nd has quit [Ping timeout: 258 seconds]
23:14
M-8842 has quit [Ping timeout: 252 seconds]
23:14
M-fermuch has quit [Ping timeout: 252 seconds]
23:14
M-2223 has quit [Ping timeout: 252 seconds]
23:14
Guest19048[m] has quit [Ping timeout: 252 seconds]
23:14
Guest20001[m] has quit [Ping timeout: 252 seconds]
23:14
Sandhose[m] has quit [Ping timeout: 252 seconds]
23:14
Usr[m] has quit [Ping timeout: 252 seconds]
23:14
M-nated has quit [Ping timeout: 252 seconds]
23:14
M-Tribex10 has quit [Ping timeout: 258 seconds]
23:14
M-zick has quit [Ping timeout: 258 seconds]
23:14
M-2255 has quit [Ping timeout: 258 seconds]
23:14
M-erwin has quit [Ping timeout: 258 seconds]
23:14
M-1982 has quit [Ping timeout: 258 seconds]
23:14
rschulman has quit [Ping timeout: 258 seconds]
23:14
teglafal[m] has quit [Ping timeout: 264 seconds]
23:14
M0x52[m] has quit [Ping timeout: 264 seconds]
23:14
M-greymr has quit [Ping timeout: 264 seconds]
23:14
Guest21903[m] has quit [Ping timeout: 264 seconds]
23:14
TheGillies has quit [Ping timeout: 264 seconds]
23:14
M-14382 has quit [Ping timeout: 260 seconds]
23:14
Guest26163[m] has quit [Ping timeout: 260 seconds]
23:14
M-jgrowl has quit [Ping timeout: 260 seconds]
23:14
M-mistake has quit [Ping timeout: 260 seconds]
23:15
dz[m] has quit [Ping timeout: 265 seconds]
23:15
vasachi[m] has quit [Ping timeout: 265 seconds]
23:15
M-leeola has quit [Ping timeout: 265 seconds]
23:15
TheReverend403[m has quit [Ping timeout: 265 seconds]
23:15
M-HirmeS has quit [Ping timeout: 265 seconds]
23:15
soradet[m] has quit [Ping timeout: 265 seconds]
23:15
Guest24121[m] has quit [Ping timeout: 276 seconds]
23:15
claas[m] has quit [Ping timeout: 276 seconds]
23:15
M-Xorkle has quit [Ping timeout: 276 seconds]
23:15
M-s6 has quit [Ping timeout: 276 seconds]
23:15
M-5703 has quit [Ping timeout: 276 seconds]
23:15
mokhtar[m] has quit [Ping timeout: 276 seconds]
23:15
M-austinhc has quit [Ping timeout: 276 seconds]
23:15
M-rryan has quit [Ping timeout: 276 seconds]
23:15
M-onlavec has quit [Ping timeout: 276 seconds]
23:15
michaelmure[m] has quit [Ping timeout: 276 seconds]
23:15
M-Samim has quit [Ping timeout: 276 seconds]
23:15
Guest25254[m] has quit [Ping timeout: 276 seconds]
23:15
M-3870 has quit [Ping timeout: 276 seconds]
23:15
M-16865 has quit [Ping timeout: 276 seconds]
23:15
M-16355 has quit [Ping timeout: 276 seconds]
23:15
M-Amandine has quit [Ping timeout: 276 seconds]
23:15
M-flyingzumwalt has quit [Ping timeout: 276 seconds]
23:17
matoro has joined #ipfs
23:17
neurrowcat_ has quit [Read error: Connection reset by peer]
23:18
reit has joined #ipfs
23:19
ashark has quit [Ping timeout: 240 seconds]
23:19
neurrowcat has joined #ipfs
23:21
Legal_Resale has quit [Quit: Leaving]
23:25
LegalResale has joined #ipfs
23:25
lothar_m has quit [Read error: Connection reset by peer]
23:28
neurrowcat has quit [Quit: Deebidappidoodah!]
23:38
zorglub27 has quit [Quit: zorglub27]
23:41
pfrazee has quit [Remote host closed the connection]
23:45
<
ipfsbot >
[webui] greenkeeperio-bot opened pull request #448: Update react-bootstrap to version 0.30.1
23:45
byteflame has quit [Ping timeout: 250 seconds]
23:47
r04r is now known as zz_r04r
23:54
<
ipfsbot >
go-ipfs/fix/add-finalize-mem ac3f9ac Jeromy: don't cache entire mfs tree on add finalize...
23:54
xenic has quit [Ping timeout: 244 seconds]
23:56
j12t has joined #ipfs
23:58
atrapado has quit [Ping timeout: 260 seconds]