[freenet-dev] Italian translation update

2008-05-03 Thread Singularity
.short=Memoria massima (in megabytes) End -- next part -- An embedded and charset-unspecified text was scrubbed... Name: freenet.l10n.it.override.properties URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/40fc92c9/attachment.ksh>

[freenet-dev] Freenet 0.7 build 1145

2008-05-03 Thread Matthew Toseland
ointed out a menu bug) NEOatNHNG nextgens sdiz Singularity toad tommy -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachm

[freenet-dev] Italian translation update

2008-05-03 Thread Singularity
was scrubbed... Name: freenet.l10n.it.override.properties URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/df60c51e/attachment.ksh>

[freenet-dev] Countdown to 0.7.0

2008-05-03 Thread Matthew Toseland
ges we need to do will take considerable time so should be postponed > for 0.8.0. > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/8034de45/attachment.pgp>

[freenet-dev] Italian translation update

2008-05-03 Thread Matthew Toseland
o translate with the recent changes. Thanks! -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/fff170d1/attachment.pgp>

[freenet-dev] [freenet-cvs] r19674 - trunk/freenet/src/freenet/crypt

2008-05-03 Thread Matthew Toseland
256); > } -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/e52097d9/attachment.pgp>

[freenet-dev] [freenet-cvs] r19675 - in trunk/freenet/src/freenet: crypt node store support

2008-05-03 Thread Matthew Toseland
.gc(); > } > > System.gc(); > > Modified: trunk/freenet/src/freenet/support/OOMHook.java > === > --- trunk/freenet/src/freenet/support/OOMHook.java2008-05-02 10:09:13 UTC (rev 19674) > +++ trunk/freenet/src/freenet/support/OOMHook.java2008-05-02 10:10:12 UTC (rev 19675) > @@ -5,9 +5,14 @@ > */ > public interface OOMHook { > /** > - * Handle OutOfMemoryError > + * Handle running low of memory >* >* (try to free some cache, save the files, etc). >*/ > - void handleOOM() throws Exception; > + void handleLowMemory() throws Exception; > + > + /** > + * Handle running out of memory > + */ > +void handleOutOfMemory() throws Exception; > } -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/bd149707/attachment.pgp>

[freenet-dev] [freenet-cvs] r19694 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Matthew Toseland
out.write(buf, 0, left); > writtenPadding += left; > } > > ___ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/9b2179b6/attachment.pgp>

[freenet-dev] [freenet-cvs] r19693 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Matthew Toseland
Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/189e4653/attachment.pgp>

[freenet-dev] [freenet-cvs] r19685 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
t.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/d7bfb29f/attachment.pgp>

[freenet-dev] [freenet-cvs] r19675 - in trunk/freenet/src/freenet: crypt node store support

2008-05-03 Thread Matthew Toseland
k/freenet/src/freenet/support/OOMHook.java2008-05-02 10:09:13 UTC (rev 19674) > +++ trunk/freenet/src/freenet/support/OOMHook.java2008-05-02 10:10:12 UTC (rev 19675) > @@ -5,9 +5,14 @@ > */ > public interface OOMHook { > /** > - * Handle OutOfMemoryError > + * Handle running low of memory >* >* (try to free some cache, save the files, etc). >*/ > - void handleOOM() throws Exception; > + void handleLowMemory() throws Exception; > + > + /** > + * Handle running out of memory > + */ > +void handleOutOfMemory() throws Exception; > } > > ___ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/08e0a449/attachment.pgp>

Re: [freenet-dev] [freenet-cvs] r19693 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Florent Daignière
* Matthew Toseland <[EMAIL PROTECTED]> [2008-05-03 19:43:37]: > On Saturday 03 May 2008 12:45, [EMAIL PROTECTED] wrote: > > Author: nextgens > > Date: 2008-05-03 11:45:09 + (Sat, 03 May 2008) > > New Revision: 19693 > > > > Modified: > > > trunk/freenet/src/freenet/support/io/PaddedEpheme

Re: [freenet-dev] [freenet-cvs] r19694 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Florent Daignière
* Matthew Toseland <[EMAIL PROTECTED]> [2008-05-03 19:44:25]: > On Saturday 03 May 2008 12:48, [EMAIL PROTECTED] wrote: > > Author: nextgens > > Date: 2008-05-03 11:48:01 + (Sat, 03 May 2008) > > New Revision: 19694 > > > > Modified: > > > trunk/freenet/src/freenet/support/io/PaddedEpheme

[freenet-dev] Config page usability

2008-05-03 Thread Matthew Toseland
is only needed by devs etc who can turn on the global advanced mode. Reasonable? -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/2e7212e5/attachment.pgp>

Re: [freenet-dev] Italian translation update

2008-05-03 Thread Tommy[D]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Singularity schrieb: | Matthew Toseland ha scritto: |> On Saturday 03 May 2008 21:00, Singularity wrote: |> |>> Hi all, |>> |>> I'm a (quite) new Freenet user, |>> |>> I have updated IT translation (all incomplete and remaining strings); |>> |> Appli

[freenet-dev] [freenet-cvs] r19643 - in trunk/apps/new_installer: . res/unix/bin

2008-05-03 Thread Matthew Toseland
ot;static" temporary filename (use $$ or > $RANDOM). If you need to you can even use autostart.install > itself ;) > 3) You don't delete autostart.install, do you ? > > A side note : what about adding a comment you could grep for in the cron > entry? That would be much cleaner than grepping for the whole line and > would allow us to change the parameters of run.sh if needed ;) > Nextgens has fixed these issues. Thanks! -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/fdcbabec/attachment.pgp>

[freenet-dev] Freenet 0.7 build 1145

2008-05-03 Thread Matthew Toseland
Freenet 0.7 build 1145 is now available. Please upgrade (your node should download the new build automatically, if it doesn't tell me). Hopefully this will be the last build before 0.7.0, or at least the last one with major changes. Please test it thoroughly and report any bugs you find. Changes

[freenet-dev] r19683 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
own to zero. Setting the max database memory to 0 currently sets it unlimited, resulting in full GCs every <10 seconds which last for ~ 3 seconds... -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/fa837e54/attachment.pgp>

[freenet-dev] r19683 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
ache is global, setting to 90% 6 times give 53% of original size. I'm not sure that makes sense. Don't you just want to set it to 90% overall? -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/829501cc/attachment.pgp>

[freenet-dev] New Website Layout

2008-05-03 Thread Matthew Toseland
with the mug (which leads to the freenet shop) isn't centred. > > > > Please test the new design in your favourite browsers and let me know if > > there are some problems. > > > > Neo at NHNG -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080503/69ba1a49/attachment.pgp>

Re: [freenet-dev] Italian translation update

2008-05-03 Thread Singularity
Matthew Toseland ha scritto: > On Saturday 03 May 2008 21:00, Singularity wrote: > >> Hi all, >> >> I'm a (quite) new Freenet user, >> >> I have updated IT translation (all incomplete and remaining strings); >> > > Applied to trunk. Please upgrade to trunk (update.sh/update.cmd testing), >

Re: [freenet-dev] Countdown to 0.7.0

2008-05-03 Thread Matthew Toseland
Apart from the below, we still need: - More complete translations. 1145 introduces a few new strings, but apparently we have a complete translation thanks to ph00 and Singularity. Lots of translations have been started and then stopped, and if you can do a new language in time (i.e. by Wednesday

Re: [freenet-dev] Italian translation update

2008-05-03 Thread Matthew Toseland
On Saturday 03 May 2008 21:00, Singularity wrote: > Hi all, > > I'm a (quite) new Freenet user, > > I have updated IT translation (all incomplete and remaining strings); Applied to trunk. Please upgrade to trunk (update.sh/update.cmd testing), there are a few more strings to translate with the

[freenet-dev] Italian translation update

2008-05-03 Thread Singularity
Hi all, I'm a (quite) new Freenet user, I have updated IT translation (all incomplete and remaining strings); == Announcer.announceAlertShort=Il nodo sta cercando di connettersi alla rete, nel frattempo sarà pi lento. Announcer.ann

Re: [freenet-dev] [freenet-cvs] r19674 - trunk/freenet/src/freenet/crypt

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 11:09, [EMAIL PROTECTED] wrote: > Author: j16sdiz > Date: 2008-05-02 10:09:13 + (Fri, 02 May 2008) > New Revision: 19674 > > Modified: >trunk/freenet/src/freenet/crypt/SHA256.java > Log: > limit number of cached SHA256 md Any particular reason for a limit of 16? We u

Re: [freenet-dev] [freenet-cvs] r19675 - in trunk/freenet/src/freenet: crypt node store support

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 11:10, [EMAIL PROTECTED] wrote: > Author: j16sdiz > Date: 2008-05-02 10:10:12 + (Fri, 02 May 2008) > New Revision: 19675 > > Modified: >trunk/freenet/src/freenet/crypt/SHA256.java >trunk/freenet/src/freenet/node/MemoryChecker.java >trunk/freenet/src/freenet/no

Re: [freenet-dev] [freenet-cvs] r19694 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Matthew Toseland
On Saturday 03 May 2008 12:48, [EMAIL PROTECTED] wrote: > Author: nextgens > Date: 2008-05-03 11:48:01 + (Sat, 03 May 2008) > New Revision: 19694 > > Modified: > trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java > Log: > Don't instanciate a new MT; use the existing

Re: [freenet-dev] [freenet-cvs] r19693 - trunk/freenet/src/freenet/support/io

2008-05-03 Thread Matthew Toseland
On Saturday 03 May 2008 12:45, [EMAIL PROTECTED] wrote: > Author: nextgens > Date: 2008-05-03 11:45:09 + (Sat, 03 May 2008) > New Revision: 19693 > > Modified: > trunk/freenet/src/freenet/support/io/PaddedEphemerallyEncryptedBucket.java > Log: > Some paranoia (flush() before close() just i

Re: [freenet-dev] [freenet-cvs] r19685 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 17:06, [EMAIL PROTECTED] wrote: > Author: j16sdiz > Date: 2008-05-02 16:06:08 + (Fri, 02 May 2008) > New Revision: 19685 > > Modified: >trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java > Log: > revert r19683, it just doesn't work Why not? > > > Modified:

Re: [freenet-dev] [freenet-cvs] r19675 - in trunk/freenet/src/freenet: crypt node store support

2008-05-03 Thread Matthew Toseland
I'm not convinced about this. Reaching 8MB less than the max memory is normal - for example if you use the -server VM, it will always happen, and soon after startup, because the VM doesn't GC until it reaches the limit. IMHO we should only execute the low memory hooks if we either get an OOM, or

Re: [freenet-dev] Config page usability

2008-05-03 Thread Matthew Toseland
On Monday 28 April 2008 15:27, Matthew Toseland wrote: > In simple mode, the config page lists things like what IP address FCP should > bind to. This is to minimise our support overhead from users who half know > what they're doing, but who don't see the advanced mode flag ... But for most > us

[freenet-dev] New Website Layout

2008-05-03 Thread Ian Clarke
On Sat, May 3, 2008 at 8:56 AM, Matthew Toseland wrote: > Not completely. We still use their release system, if only to gain additional > publicity (since there are generally a couple of hundred people subscribed to > the sourceforge release system for Freenet). OTOH we don't use their SVN, we

[freenet-dev] New Website Layout

2008-05-03 Thread Loki
A simple solution to solve the problem with the menu is to define "clear: both;" in footer style definition. div#footer { clear: both; text-align: center; } This setting removes all text floating information set before the footer. This force the body element to widen so that t

Re: [freenet-dev] [freenet-cvs] r19643 - in trunk/apps/ new_installer: . res/unix/bin

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 06:09, Florent Daignière wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2008-05-01 13:47:49]: > > > Author: toad > > Date: 2008-05-01 13:47:49 + (Thu, 01 May 2008) > > New Revision: 19643 > > > > Added: > >trunk/apps/new_installer/res/unix/bin/install_autostart.sh

Re: [freenet-dev] New Website Layout

2008-05-03 Thread Ian Clarke
On Sat, May 3, 2008 at 8:56 AM, Matthew Toseland <[EMAIL PROTECTED]> wrote: > Not completely. We still use their release system, if only to gain additional > publicity (since there are generally a couple of hundred people subscribed to > the sourceforge release system for Freenet). OTOH we don't

Re: [freenet-dev] r19683 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 16:24, Robert Hailey wrote: > > On May 2, 2008, at 9:59 AM, [EMAIL PROTECTED] wrote: > > > Author: j16sdiz > > Date: 2008-05-02 14:59:50 + (Fri, 02 May 2008) > > New Revision: 19683 > > > > Modified: > > trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java > > L

Re: [freenet-dev] r19683 - trunk/freenet/src/freenet/store

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 16:28, Daniel Cheng wrote: > On Fri, May 2, 2008 at 11:24 PM, Robert Hailey > <[EMAIL PROTECTED]> wrote: > > On May 2, 2008, at 9:59 AM, [EMAIL PROTECTED] wrote: > > > > Author: j16sdiz > > Date: 2008-05-02 14:59:50 + (Fri, 02 May 2008) > > New Revision: 19683 > > > > Modi

Re: [freenet-dev] New Website Layout

2008-05-03 Thread Matthew Toseland
On Friday 02 May 2008 23:06, Ian Clarke wrote: > Nice, a few bits of feedback: > > I'm not sure about the various images in the menu now (the cup, and > Hackontext), they look a bit messy with their white backgrounds. > > I think we may have too much line-spacing between the sub-menu items - > th

Re: [freenet-dev] New Website Layout

2008-05-03 Thread Loki
A simple solution to solve the problem with the menu is to define "clear: both;" in footer style definition. div#footer { clear: both; text-align: center; } This setting removes all text floating information set before the footer. This force the body element to widen so that t