21:56 PM
pfraze
mafintosh: yeah is there a reliable solution to that?
21:59 PM
mafintosh
pfraze: not sure. been wondering the same thing. i'm pretty sure most bittorrent impl's doesn't protect against simple attacks just as SYN flooding
22:01 PM
pfraze
yeah
22:02 PM
mafintosh
pfraze: there is a decent ccc talk we could do if we investigated this more
22:03 PM
pfraze
mafintosh: sounds like you have a date with chaos
22:03 PM
karissa
mafintosh: have a whole year to find vulnerabilities :)
22:06 PM
ogd: i notice if you link after you start cloning that dat doesn't start downloading
22:06 PM
gregor-ddem has left the channel
22:06 PM
ogd
karissa: on the cli?
22:07 PM
karissa
ogd: yeah
22:07 PM
ogd: do you see that?
22:07 PM
ogd
karissa: what do i run to reproduce?
22:07 PM
shyguy6 joined the channel
22:08 PM
karissa
$ dat link . , then copy the hash, then close it
22:08 PM
ralphtheninja has quit
22:08 PM
then open a new window, $ dat hash, it will say 'Downloading..'
22:08 PM
and then in the original window do $ dat link .
22:09 PM
gregor-ddem joined the channel
22:10 PM
ralphtheninja joined the channel
22:10 PM
gregor-ddem has left the channel
22:12 PM
dat-git-bot
22:12 PM
dat/master d5bb92a Karissa McKelvey: remove dependence on fs modules in index.js
22:14 PM
ogd
karissa: ahhhh
22:14 PM
karissa: ill fix it
22:18 PM
karissa
k
22:18 PM
probably should only say 'downloading' once it's found a peer. i guess this is part of the progress bar stuff we have to work on
22:18 PM
flyingzumwalt has quit
22:19 PM
ogd
karissa: yea i was gonna rip that out soon
22:32 PM
mafintosh
ogd: published hyperdrive 1.4.3 that should fix that directory issue
22:32 PM
ogd
mafintosh: cool will test now
22:35 PM
mafintosh: looks like the directory .value didnt get decoded by default? i get a json for files but buffer for directory
22:35 PM
22:39 PM
mafintosh
oh hmm
22:40 PM
ogd: oh my test only checks for .type actually haha
22:40 PM
ogd: fix coming up
22:41 PM
ogd: 1.4.4
22:44 PM
ogd
karissa: mafintosh: WORKS!
22:44 PM
mafintosh
nice
22:44 PM
bittorrent-dht 6.0.0 is out
22:44 PM
ogd
nice
22:52 PM
gregor-ddem joined the channel
22:52 PM
gmaclennan joined the channel
22:56 PM
mafintosh: question about multicast-dns
22:57 PM
mafintosh: right now in dat cli if you do 'dat link', then close the process, but run 'dat <the-link>' in a new process, and then re-start the first 'dat link' process, the download never starts
22:57 PM
22:58 PM
22:59 PM
mafintosh
ogd: i think i've fixed this issue in dns-discovery
22:59 PM
ogd: but i wanted to fix the dht stuff before merging it into discovery-channel
23:00 PM
ogd
mafintosh: ah ok. i see you have an .unannounce method, that seems like what i need. and better state handling
23:00 PM
mafintosh
ogd: is there anyway you could add a test for this? or maybe some gist i could run
23:00 PM
ogd
mafintosh: i was gonna try to fix this and upgrade bittorrent-dht to 6 in discovery channel, but do you just wanna do that instead?
23:01 PM
mafintosh: yea lemme try
23:01 PM
mafintosh
ogd: i was gonna do it next
23:01 PM
shyguy6 has quit
23:01 PM
ogd: thats my price
23:01 PM
ogd
mafintosh: ok cool ill just wait for that then
23:01 PM
mafintosh: haha
23:01 PM
mafintosh
for two days of rewrite pain
23:01 PM
three days actually
23:07 PM
23:08 PM
ogd
mafintosh: 2.0.0 published
23:09 PM
mafintosh
nice
23:22 PM
ogd: i'm gonna do some breaking changes to the interface for discovery-channel. you want that in a pr or should i just push to master?
23:22 PM
ogd
mafintosh: you can just push
23:24 PM
karissa
we are currently undergoing rapid development
23:24 PM
:)
23:32 PM
ogd
mafintosh: ok heres a test
23:32 PM
23:33 PM
mafintosh: B should print 'Done downloading.'
23:33 PM
mafintosh: but it doesnt right now
23:55 PM
flyingzumwalt joined the channel