[freenet-dev] Firefox and Freenet

2008-03-05 Thread Matthew Toseland
out:config, even if we detect that they need to and tell them. -- 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/2008

Re: [freenet-dev] Firefox and Freenet

2008-03-05 Thread Florent Daignière
* Colin Davis <[EMAIL PROTECTED]> [2008-03-05 17:13:22]: > As a ignorant user, I think that's as a general principal, Freenet > should try to be as browser agnostic as possible.. > > 1) Firefox may not be the dominant browser down the line- Freenet > shouldn't constantly chase the tale of diffe

[freenet-dev] Firefox and Freenet

2008-03-05 Thread Colin Davis
As a ignorant user, I think that's as a general principal, Freenet should try to be as browser agnostic as possible.. 1) Firefox may not be the dominant browser down the line- Freenet shouldn't constantly chase the tale of different browsers. 2) Most users don't use Firefox currently. Most gene

Re: [freenet-dev] Firefox and Freenet

2008-03-05 Thread Colin Davis
As a ignorant user, I think that's as a general principal, Freenet should try to be as browser agnostic as possible.. 1) Firefox may not be the dominant browser down the line- Freenet shouldn't constantly chase the tale of different browsers. 2) Most users don't use Firefox currently. Most gene

[freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Works - at least that was my impression. I cannot run too long, because our local mesh network policy officer says: "no udp conntracks > 1000" via the inet gateways. My target is a local darknet on wireless anyhow. And yes: MIPS is divided in "mipsel" (le) und "mips" (be), endianess is switchab

[freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Some more words. You may have some headache by not beeing able to compile for yourself. It should be possible to cross-compile that binaries too - so these are the options: - I can offer a shell access to that box (for assorted devs of course) - Grab,compile,integrate openembedded/libc6 cross to

[freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Hi, the native FEC is already included. But I may missed the changes necessary to pull in the shared lib. Maybe the quality assurance office is of some help C:\TMP>tar tvzf freenet-v1118-mips.tgz contrib/NativeBigInteger/lib/net/i2p/util/libjbigi-linux-mips.so contrib/fec/lib/linux/mips/ contr

[freenet-dev] Freenet on Mips

2008-03-05 Thread Florent Daignière
__ > 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: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080305/83ad3746/attachment.pgp>

[freenet-dev] Firefox and Freenet

2008-03-05 Thread Matthew Toseland
Firefox is able to create profiles, and run two of them at once (at least my iceweasel is). I propose that the browse freenet script creates a new firefox profile called Freeet (if it doesn't already exist), creates a user.js telling it to use a lot of connections, turn off javascript, etc (if

[freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
achment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080305/0d2a498d/attachment.pgp>

[freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
; > > > ___ > > 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: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080305/a00f2297/attachment.pgp>

[freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
nt was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080305/16cf3b55/attachment.pgp>

[freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tücke
Jep. Got it up and running. A bit memory consuming though - needs optimization. Requires two more patches to these files: freenet/src/freenet/support/LibraryLoader.java freenet/src/net/i2p/util/NativeBigInteger.java as well as relaxing two junit tests for ECJ in: freenet/test/freenet/crypt/DSAG

[freenet-dev] Proposal for Seednode harvesting

2008-03-05 Thread David Sowder
Reading through some old threads (catching up on some of the devl@ traffic I hadn't read yet), Matthew mentioned something that gave me an idea. Perhaps the seednodes could connect to each other, verifying each other as valid seednodes. If there are trust concerns with just anybody's box bein

Re: [freenet-dev] Proposal for Seednode harvesting

2008-03-05 Thread David Sowder
Reading through some old threads (catching up on some of the devl@ traffic I hadn't read yet), Matthew mentioned something that gave me an idea. Perhaps the seednodes could connect to each other, verifying each other as valid seednodes. If there are trust concerns with just anybody's box bein

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Works - at least that was my impression. I cannot run too long, because our local mesh network policy officer says: "no udp conntracks > 1000" via the inet gateways. My target is a local darknet on wireless anyhow. And yes: MIPS is divided in "mipsel" (le) und "mips" (be), endianess is switchab

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Some more words. You may have some headache by not beeing able to compile for yourself. It should be possible to cross-compile that binaries too - so these are the options: - I can offer a shell access to that box (for assorted devs of course) - Grab,compile,integrate openembedded/libc6 cross to

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
On Wednesday 05 March 2008 11:35, Sven-Ola Tuecke wrote: > Hi, > > the native FEC is already included. But I may missed the changes necessary > to pull in the shared lib. Maybe the quality assurance office is of some > help Does it work? > > C:\TMP>tar tvzf freenet-v1118-mips.tgz > contrib/Na

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
On Wednesday 05 March 2008 11:22, Florent Daignière wrote: > * Matthew Toseland <[EMAIL PROTECTED]> [2008-03-05 11:05:30]: > > > You won't have a native FEC library, so decoding downloads will be *really* > > slow. > > Why won't he have one ? He can probably manage to compile NativeFec on > his

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tuecke
Hi, the native FEC is already included. But I may missed the changes necessary to pull in the shared lib. Maybe the quality assurance office is of some help C:\TMP>tar tvzf freenet-v1118-mips.tgz contrib/NativeBigInteger/lib/net/i2p/util/libjbigi-linux-mips.so contrib/fec/lib/linux/mips/ contr

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Florent Daignière
* Matthew Toseland <[EMAIL PROTECTED]> [2008-03-05 11:05:30]: > You won't have a native FEC library, so decoding downloads will be *really* > slow. Why won't he have one ? He can probably manage to compile NativeFec on his own. > > On Wednesday 05 March 2008 09:04, Sven-Ola Tücke wrote: > > Je

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Matthew Toseland
You won't have a native FEC library, so decoding downloads will be *really* slow. On Wednesday 05 March 2008 09:04, Sven-Ola Tücke wrote: > Jep. Got it up and running. A bit memory consuming though - needs > optimization. Requires two more patches to these files: > > freenet/src/freenet/support

Re: [freenet-dev] Freenet on Mips

2008-03-05 Thread Sven-Ola Tücke
Jep. Got it up and running. A bit memory consuming though - needs optimization. Requires two more patches to these files: freenet/src/freenet/support/LibraryLoader.java freenet/src/net/i2p/util/NativeBigInteger.java as well as relaxing two junit tests for ECJ in: freenet/test/freenet/crypt/DSAG