[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 9:15 PM, Juiceman wrote: > On Fri, Jun 19, 2009 at 1:50 PM, Evan Daniel wrote: >> On Fri, Jun 19, 2009 at 1:36 PM, Matthew >> Toseland wrote: >>> On Friday 19 June 2009 17:37:00 Robert Hailey wrote: On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: >

[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Juiceman
On Fri, Jun 19, 2009 at 1:50 PM, Evan Daniel wrote: > On Fri, Jun 19, 2009 at 1:36 PM, Matthew > Toseland wrote: >> On Friday 19 June 2009 17:37:00 Robert Hailey wrote: >>> >>> On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: >>> >>> > CHUNK SIZE PROBLEM: >>> > === >>> > >>> >

[freenet-dev] Asynchronous image loading

2009-06-19 Thread Matthew Toseland
to display". If it's done, we > >> >> >> don't need continuations anymore. Ofc it would need javascript to be > >> >> >> enabled. > >> >> >> > >> >> >> What you think? > >> >> > > >> >> > I filed a bug on that regarding activelinks, containing one possible > >> >> > way to > >> >> > solve it via javascript: > >> >> > > >> >> > https://bugs.freenetproject.org/view.php?id=3207 > >> >> > > >> >> > So when you implement it, please also do it for activelinks, as they > >> >> > are nice > >> >> > to have and could be re-enabled then. > >> >> > > >> >> > xor -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/9921e853/attachment.pgp>

[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Matthew Toseland
e with initial testing. Initial testing yes but long term IMHO there is no problem. -- next part ------ A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/2f48edcd/attachment.pgp>

[freenet-dev] Graphic design : donwload button

2009-06-19 Thread Clément
On Friday 19 June 2009 15:38:35 Caco Patane wrote: > I like the arrow in blue, it's intuitive. The button full of text > (Freenet+Download) don't let put text over it for the version or OS (I > remember reading in some mail about it). > > Saludos! > ___

[freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
No, even javascript cannot send tab closing callback that is reliable. It can only be achieved with keepalives missing. Think about system crash when no action can be performed. On that case the javascript cannot report that it is closed, so it is not reliable. sashee On Fri, Jun 19, 2009 at

[freenet-dev] Asynchronous image loading

2009-06-19 Thread Matthew Toseland
e also do it for activelinks, as they are > >> > nice > >> > to have and could be re-enabled then. > >> > > >> > xor > > > > ___ > > Devl mailing list > > Devl at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > ___ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/0ad622de/attachment.pgp>

[freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
Ofc not. HTTP is stateless, so in standard ways it cannot be notified when a tab is closed. On Fri, Jun 19, 2009 at 12:28 AM, Matthew Toseland wrote: > On Thursday 18 June 2009 17:02:06 sashee wrote: >> With async image loading,activelinks will be loaded too. >> As for the 21 secs. It can be

[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 1:36 PM, Matthew Toseland wrote: > On Friday 19 June 2009 17:37:00 Robert Hailey wrote: >> >> On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: >> >> > CHUNK SIZE PROBLEM: >> > === >> > >> > Current plans call to split the keyspace up for each datastore,

[freenet-dev] Graphic design : donwload button

2009-06-19 Thread Clément
Hello all, I don't have much time, so let's be quick. Here are some download buttons : 2 kind (with the rabbit (which I prefer), and with an arrow), 2 colors (blue (which I prefer), and green (which seem to be quite used for download buttons by other project)). So, here we go (I hosted the

[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Robert Hailey
Have we discussed that? Perhaps a backoff on a bloom filter false positive would kill such an attack, but may interfere with initial testing. -- Robert Hailey -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/ff45127f/attachment.html>

[freenet-dev] Graphic design : donwload button

2009-06-19 Thread Caco Patane
I like the arrow in blue, it's intuitive. The button full of text (Freenet+Download) don't let put text over it for the version or OS (I remember reading in some mail about it). Saludos!

[freenet-dev] FCP questions

2009-06-19 Thread bo-le
Am Freitag, 19. Juni 2009 03:08:13 schrieb Evan Daniel: > I'm trying to test out SSK inserts with FCP, and running into problems. > > First, the Disconnect command does not work: > > Disconnect > EndMessage Where did you get this info? I have never seen this. Just close the socket. The node will

[freenet-dev] FCP questions

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 3:50 AM, bo-le wrote: > Am Freitag, 19. Juni 2009 03:08:13 schrieb Evan Daniel: >> I'm trying to test out SSK inserts with FCP, and running into problems. >> >> First, the Disconnect command does not work: >> >> Disconnect >> EndMessage > > Where did you get this info? I

[freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Matthew Toseland
On Fri, May 01, 2009 at 03:58:27PM -0400, Evan Daniel wrote: > On Fri, May 1, 2009 at 3:37 PM, Robert Hailey > wrote: > > > > On May 1, 2009, at 9:35 AM, Matthew Toseland wrote: > > > > IMPLEMENTING IT: > > Main tasks: > > - Converting our datastore indexes into a compact, slightly more lossy, >

[freenet-dev] Variable opennet connections: moving forward

2009-06-19 Thread Matthew Toseland
We should also watch for excessive cpu usage. If there's lots of bw > available, we'd want to have just enough connections to not quite > limit on available cpu power. Of course, I don't really know how many > connections / how much bw it is before that becomes a concern. > > Evan Daniel -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/7949b734/attachment.pgp>

[freenet-dev] Builds 1219, 1220, 1221 and 1222

2009-06-19 Thread Matthew Toseland
e inter-block timeout on bulk transfers to 30 seconds from 5 minutes. This is still very generous, and it avoids attacks. Dev stuff: - Logging. sdiz toad -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090619/f145a4cf/attachment.pgp>

[freenet-dev] usability testing

2009-06-19 Thread Matthew Toseland
On Wednesday 17 June 2009 16:26:40 Zero3 wrote: > Matthew Toseland skrev: > > On Wednesday 17 June 2009 09:54:18 Zero3 wrote: > >> Matthew Toseland skrev: > >>> On Tuesday 16 June 2009 21:53:09 Zero3 wrote: > Matthew Toseland skrev: > > On Sunday 14 June 2009 14:24:39 Zero3 wrote: >

[freenet-dev] Update to the swedish translation

2009-06-19 Thread Matthew Toseland
On Thursday 18 June 2009 16:10:56 Cooo . wrote: > Hi all. > > Here is an minor update to the swedish translation, please commit. > Applied to git rev 1ce0954, thanks. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type:

[freenet-dev] Asynchronous image loading

2009-06-19 Thread Matthew Toseland
On Thursday 18 June 2009 17:02:06 sashee wrote: > With async image loading,activelinks will be loaded too. > As for the 21 secs. It can be decreased, but only to sacrifice > something else. 21 sec means the client can skip a keepalive, and fail > after the second. Since it's localhost, it's

[freenet-dev] need graphic design help

2009-06-19 Thread Matthew Toseland
On Wednesday 17 June 2009 20:43:19 Caco Patane wrote: > > I think he means that users in "poor" areas usually run pirated versions > > of XP with the included IE6. Many of these installations won't have a > > functional Windows Update because of the "Genuine Advantage" stuff > > Microsoft pushes

[freenet-dev] About the website

2009-06-19 Thread Matthew Toseland
On Wednesday 17 June 2009 20:09:53 3BUIb3S50i 3BUIb3S50i wrote: > Can you make a link to another languages? (Like french wiki.) See > https://bugs.freenetproject.org/view.php?id=2915 If people are interested in translating the website we can serve different content for different languages. So

Re: [freenet-dev] FCP questions

2009-06-19 Thread bo-le
Am Freitag, 19. Juni 2009 03:08:13 schrieb Evan Daniel: I'm trying to test out SSK inserts with FCP, and running into problems. First, the Disconnect command does not work: Disconnect EndMessage Where did you get this info? I have never seen this. Just close the socket. The node will

[freenet-dev] Graphic design : donwload button

2009-06-19 Thread Clément
Hello all, I don't have much time, so let's be quick. Here are some download buttons : 2 kind (with the rabbit (which I prefer), and with an arrow), 2 colors (blue (which I prefer), and green (which seem to be quite used for download buttons by other project)). So, here we go (I hosted the

Re: [freenet-dev] FCP questions

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 3:50 AM, bo-lebo...@web.de wrote: Am Freitag, 19. Juni 2009 03:08:13 schrieb Evan Daniel: I'm trying to test out SSK inserts with FCP, and running into problems. First, the Disconnect command does not work: Disconnect EndMessage Where did you get this info? I have

Re: [freenet-dev] Graphic design : donwload button

2009-06-19 Thread Caco Patane
I like the arrow in blue, it's intuitive. The button full of text (Freenet+Download) don't let put text over it for the version or OS (I remember reading in some mail about it). Saludos! ___ Devl mailing list Devl@freenetproject.org

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
Ofc not. HTTP is stateless, so in standard ways it cannot be notified when a tab is closed. On Fri, Jun 19, 2009 at 12:28 AM, Matthew Toselandt...@amphibian.dyndns.org wrote: On Thursday 18 June 2009 17:02:06 sashee wrote: With async image loading,activelinks will be loaded too. As for the 21

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 14:48:11 sashee wrote: Ofc not. HTTP is stateless, so in standard ways it cannot be notified when a tab is closed. Yes I mean with javascript? On Fri, Jun 19, 2009 at 12:28 AM, Matthew Toselandt...@amphibian.dyndns.org wrote: On Thursday 18 June 2009 17:02:06 sashee

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
No, even javascript cannot send tab closing callback that is reliable. It can only be achieved with keepalives missing. Think about system crash when no action can be performed. On that case the javascript cannot report that it is closed, so it is not reliable. sashee On Fri, Jun 19, 2009 at

Re: [freenet-dev] Graphic design : donwload button

2009-06-19 Thread Clément
On Friday 19 June 2009 15:38:35 Caco Patane wrote: I like the arrow in blue, it's intuitive. The button full of text (Freenet+Download) don't let put text over it for the version or OS (I remember reading in some mail about it). Saludos! ___ Devl

Re: [freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Robert Hailey
On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: CHUNK SIZE PROBLEM: === Current plans call to split the keyspace up for each datastore, and assign keys to a manageable sized bloom filter for a section of the (hashed) keyspace. These can then be transferred separately,

Re: [freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 17:37:00 Robert Hailey wrote: On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: CHUNK SIZE PROBLEM: === Current plans call to split the keyspace up for each datastore, and assign keys to a manageable sized bloom filter for a section of the

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread Matthew Toseland
On Friday 19 June 2009 16:18:12 sashee wrote: No, even javascript cannot send tab closing callback that is reliable. It can only be achieved with keepalives missing. Think about system crash when no action can be performed. On that case the javascript cannot report that it is closed, so it is

Re: [freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 1:36 PM, Matthew Toselandt...@amphibian.dyndns.org wrote: On Friday 19 June 2009 17:37:00 Robert Hailey wrote: On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: CHUNK SIZE PROBLEM: === Current plans call to split the keyspace up for each

Re: [freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Juiceman
On Fri, Jun 19, 2009 at 1:50 PM, Evan Danieleva...@gmail.com wrote: On Fri, Jun 19, 2009 at 1:36 PM, Matthew Toselandt...@amphibian.dyndns.org wrote: On Friday 19 June 2009 17:37:00 Robert Hailey wrote: On Jun 18, 2009, at 9:07 PM, Matthew Toseland wrote: CHUNK SIZE PROBLEM:

Re: [freenet-dev] Can we implement Bloom filter sharing quickly???

2009-06-19 Thread Evan Daniel
On Fri, Jun 19, 2009 at 9:15 PM, Juicemanjuicema...@gmail.com wrote: On Fri, Jun 19, 2009 at 1:50 PM, Evan Danieleva...@gmail.com wrote: On Fri, Jun 19, 2009 at 1:36 PM, Matthew Toselandt...@amphibian.dyndns.org wrote: On Friday 19 June 2009 17:37:00 Robert Hailey wrote: On Jun 18, 2009, at

[freenet-dev] 2 questions about win installer

2009-06-19 Thread Luke771
just wondering, isnt the win installer a bit too quick to tell users that they should reinstall Freenet? also, I wanted to try the win installer on an Italian WinXP on a VM I installed just for this purpose (usually, I stick with English systems) so I went to the website and tried to do what