[freenet-dev] Current uservoice top 5

2009-05-05 Thread Matthew Toseland
general a survey you want to make it, I > suppose. Would this be done as a new survey toadlet, or by some other > means? I get the impression not many people answer email surveys or > feedback solicitations. True. > > Here's a few thoughts: > > -- Configured output limit > -- user-reported nominal connection speed > -- whether the node is limiting on the configured limit or wire speed > (or, more generally, the rejection reasons counts) > > -- number of opennet connections > -- number of darknet connections > -- number of backed off peers > -- recent uptime % > -- datastore size > -- anything else of interest from the stats page > > -- feature priorities > -- general user comments > > 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/20090505/aea6b2af/attachment.pgp>

[freenet-dev] 9645c37: Fix logging.

2009-05-05 Thread xor
-- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090505/3861ba54/attachment.pgp>

[freenet-dev] Current uservoice top 5

2009-05-05 Thread Robert Hailey
odes have too many peers for there bandwidth setting? would it make a difference? -- Robert Hailey -- next part -- An HTML attachment was scrubbed... URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090505/ade5c6df/attachment.html>

[freenet-dev] 9645c37: Fix logging.

2009-05-05 Thread Florent Daignière
Logger.error(Closer.class, "Error > > during close().", e); > > } > > } > > } > > > ___ > 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: 197 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090505/d889e736/attachment.pgp>

[freenet-dev] Current uservoice top 5

2009-05-05 Thread Arne Babenhauserheide
nds.draketo.de -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090505/49fce8bb/attachment.pgp>

[freenet-dev] 9645c37: Fix logging.

2009-05-05 Thread Daniel Cheng
Please don't do this. Closer is for closing the streams _silently_. (most often in the finally{} block when error have occurred already/expected) If you want logging, you should call .close() directly. commit 9645c379de05e4f884ac3c1e2ef616884232963c Author: xor Date: Mon May 4 20:13:04 2009

[freenet-dev] Current uservoice top 5

2009-05-05 Thread Evan Daniel
On Mon, May 4, 2009 at 6:15 PM, Matthew Toseland wrote: > On Monday 04 May 2009 17:29:51 Evan Daniel wrote: >> On Mon, May 4, 2009 at 11:33 AM, Matthew Toseland >> wrote: >> > 1. Release the 20 nodes barrier (206 votes) >> > >> > As I have mentioned IMHO this is a straightforward plea for more >

[freenet-dev] Current uservoice top 5

2009-05-05 Thread Matthew Toseland
On Monday 04 May 2009 17:29:51 Evan Daniel wrote: > On Mon, May 4, 2009 at 11:33 AM, Matthew Toseland > wrote: > > 1. Release the 20 nodes barrier (206 votes) > > > > As I have mentioned IMHO this is a straightforward plea for more performance. > > I'll reiterate a point I've made before. > >

Re: [freenet-dev] Current uservoice top 5

2009-05-05 Thread Arne Babenhauserheide
Am Montag 04 Mai 2009 19:59:15 schrieb Arne Babenhauserheide: Am Montag 04 Mai 2009 17:33:30 schrieb Matthew Toseland: 3. Add a 'pause' feature. (131 votes) Remarkably high ranking, I wonder what proportion of our users use online games? Or with other filesharing services (short lived

Re: [freenet-dev] 9645c37: Fix logging.

2009-05-05 Thread xor
On Tuesday 05 May 2009 02:06:10 you wrote: Please don't do this. Closer is for closing the streams _silently_. (most often in the finally{} block when error have occurred already/expected) If you want logging, you should call .close() directly. Errors should never occur during close so we

Re: [freenet-dev] 9645c37: Fix logging.

2009-05-05 Thread Florent Daignière
* xor x...@gmx.li [2009-05-05 12:35:21]: On Tuesday 05 May 2009 02:06:10 you wrote: Please don't do this. Closer is for closing the streams _silently_. (most often in the finally{} block when error have occurred already/expected) If you want logging, you should call .close() directly.

Re: [freenet-dev] Current uservoice top 5

2009-05-05 Thread Matthew Toseland
On Tuesday 05 May 2009 05:19:35 Evan Daniel wrote: On Mon, May 4, 2009 at 6:15 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Monday 04 May 2009 17:29:51 Evan Daniel wrote: On Mon, May 4, 2009 at 11:33 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: 1. Release the 20

Re: [freenet-dev] Current uservoice top 5

2009-05-05 Thread Robert Hailey
On May 4, 2009, at 11:29 AM, Evan Daniel wrote: On Mon, May 4, 2009 at 11:33 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: 1. Release the 20 nodes barrier (206 votes) As I have mentioned IMHO this is a straightforward plea for more performance. I'll reiterate a point I've made

[freenet-dev] LoggerHook.registerClass in non-plugin code: good idea or not? 006d85dbcd31ffce94279667f5e9ab62d054c9cf

2009-05-05 Thread Matthew Toseland
sdiz commit 006d85dbcd31ffce94279667f5e9ab62d054c9cf diff --git a/src/freenet/client/ArchiveHandlerImpl.java b/src/freenet/client/ArchiveHandlerImpl.java index 56a9b81..e8046ca 100644 --- a/src/freenet/client/ArchiveHandlerImpl.java +++ b/src/freenet/client/ArchiveHandlerImpl.java @@ -24,13

[freenet-dev] Re long-term tester: commit b706e8b54055caaa9555d1c2e6f447f390341210

2009-05-05 Thread Matthew Toseland
AFAICS you are not using innerDir/innerDir2: both nodes start in dir. The darknet ports should be aligned so they don't conflict with other tests, as I have done for the other tests. Somebody should run this regularly - the uid is just a fixed constant to separate my tests from somebody else's

Re: [freenet-dev] Current uservoice top 5

2009-05-05 Thread Matthew Toseland
On Tuesday 05 May 2009 07:16:36 Arne Babenhauserheide wrote: Am Montag 04 Mai 2009 19:59:15 schrieb Arne Babenhauserheide: Am Montag 04 Mai 2009 17:33:30 schrieb Matthew Toseland: 3. Add a 'pause' feature. (131 votes) Remarkably high ranking, I wonder what proportion of our users use

Re: [freenet-dev] Current uservoice top 5

2009-05-05 Thread Matthew Toseland
On Tuesday 05 May 2009 18:05:22 Robert Hailey wrote: On May 4, 2009, at 11:29 AM, Evan Daniel wrote: On Mon, May 4, 2009 at 11:33 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: 1. Release the 20 nodes barrier (206 votes) As I have mentioned IMHO this is a straightforward plea

Re: [freenet-dev] LoggerHook.registerClass in non-plugin code: good idea or not? 006d85dbcd31ffce94279667f5e9ab62d054c9cf

2009-05-05 Thread Daniel Cheng
On Wed, May 6, 2009 at 6:21 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: sdiz commit 006d85dbcd31ffce94279667f5e9ab62d054c9cf diff --git a/src/freenet/client/ArchiveHandlerImpl.java b/src/freenet/client/ArchiveHandlerImpl.java index 56a9b81..e8046ca 100644 ---

Re: [freenet-dev] Re long-term tester: commit b706e8b54055caaa9555d1c2e6f447f390341210

2009-05-05 Thread Daniel Cheng
On Wed, May 6, 2009 at 6:21 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: AFAICS you are not using innerDir/innerDir2: both nodes start in dir. It is using. The nodestart.starttestnode always start in a directory name with darknet port number. Confusing? Yes. But this is what other