[freenet-dev] The Duke has spoken!

2008-03-15 Thread Matthew Toseland
ipermail/devl/attachments/20080315/4ae26df8/attachment.pgp>

[freenet-dev] [freenet-cvs] r18540 - in trunk/apps/new_installer/res/firefox_profile: . extensions extensions/{8e12f188-352c-4476-8198-e9b8f4a4353a} extensions/{8e12f188-352c-4476-8198-e9b8f4a4353a}/c

2008-03-15 Thread Matthew Toseland
http.max-connections", 200); > user_pref("network.http.max-connections-per-server", 200); > @@ -22,3 +25,13 @@ > user_pref("browser.safebrowsing.enabled", false); > // See 1941: Firefox GoBrowsing > user_pref("browser.safebrowsing.remoteLookups", false); > +// We don't want to import anything > +user_pref("network.cookie.prefsMigrated", true); > +// We don't want the popup when we click submit > +user_pref("security.warn_entering_secure", false); > +// Select the skin > +user_pref("general.skins.selectedSkin", "BlackJapanMAX"); > +// Chose the default charset > +user_pref("intl.charsetmenu.browser.cache", "UTF-8"); > +// Prevent plugin installation from that profile > +user_pref("xpinstall.whitelist.add", ""); > > ___ > 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/20080315/c7cb5781/attachment.pgp>

Re: [freenet-dev] [freenet-cvs] r18540 - in trunk/apps/new_installer/res/firefox_profile: . extensions extensions/{8e12f188-352c-4476-8198-e9b8f4a4353a} extensions/{8e12f188-352c-4476-8198-e9b8f4a4353

2008-03-15 Thread Florent Daignière
* Matthew Toseland <[EMAIL PROTECTED]> [2008-03-15 23:04:25]: > Is there any way we can verify that the theme doesn't do anything evil? Sure, I did it. > How do you unpack the .xpi's? file -s new_installer/res/firefox_profile/extensions/\{8e12f188-352c-4476-8198-e9b8f4a4353a\}/chrome/tmp.xpi

[freenet-dev] [freenet-cvs] r18536 - trunk/freenet/src/freenet/io/xfer

2008-03-15 Thread Matthew Toseland
throw new NotConnectedException(); > + } > if(_deprecatedFor != null) { > + _abandonedTickets++; > throw new > ThrottleDeprecatedExcepti

[freenet-dev] Transfer failures

2008-03-15 Thread Matthew Toseland
, it could be bad... -- 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/20080315/16202e0d/attachment.pgp>

[freenet-dev] The Duke has spoken!

2008-03-15 Thread Matthew Toseland
Some flattery from Frost. - [EMAIL PROTECTED] - 2008.03.12 - 18:54:17GMT - We report that we are highly satisfied with the current state of Freenet. Uploading Freesites has been quick and reliable since we migrated to 0.7. Downloading freesites is often nearly as quick as using the

Re: [freenet-dev] [freenet-cvs] r18540 - in trunk/apps/new_installer/res/firefox_profile: . extensions extensions/{8e12f188-352c-4476-8198-e9b8f4a4353a} extensions/{8e12f188-352c-4476-8198-e9b8f4a4353

2008-03-15 Thread Matthew Toseland
Is there any way we can verify that the theme doesn't do anything evil? How do you unpack the .xpi's? Is this from Martin Nyhus's zip or from the web? (No offence Martin!). On Saturday 15 March 2008 04:04, [EMAIL PROTECTED] wrote: > Author: nextgens > Date: 2008-03-15 04:04:01 + (Sat, 15 Mar

[freenet-dev] r18520 - in trunk/freenet/src/freenet: io/xfer l10n node node/simulator

2008-03-15 Thread Matthew Toseland
ot throttling > "+peer.shortToString()+" for > "+this); > - peer.sendAsync(msg, callback, packetSize, ctr); > + peer.sendAsync(msg, callback, alreadyReportedBytes, > ctr); > } catch (RuntimeException e) { > callback.fatalError(); > throw e; > > -- > Robert Hailey > > -- 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/20080315/ac22b0b0/attachment.pgp>

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

2008-03-15 Thread Matthew Toseland
fi > > > > > > > > > Property changes on: > > trunk/apps/new_installer/res/unix/bin/install_ff_profile.sh > > > ___ > > > Name: svn:executable > > >+ * > > > > > > Added: trunk/apps/new_installer/res/windows/bin/install_ff_profile.cmd > > > === > > > --- trunk/apps/new_installer/res/windows/bin/install_ff_profile.cmd > > > > > (rev 0) > > > +++ trunk/apps/new_installer/res/windows/bin/install_ff_profile.cmd > > 2008-03-14 03:14:33 UTC (rev 18526) > > > @@ -0,0 +1,25 @@ > > > + at set PATH=%SYSTEMROOT%\System32\;%PATH% > > > + at set INSTALL_PATH=$INSTALL_PATH > > > + at set JAVA_HOME=$JAVA_HOME > > > + at cd /D %INSTALL_PATH% > > > + > > > + at if not exist ff.install goto noff > > > + at del /F ff.install > NUL > > > + at echo Detecting the location of Firefox > > > + at regedit /E > > firefox.reg "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App > > Paths\firefox.exe" > > > +:: No I didn't find any better regexp I could do without cote-escaping. > > > +:: bin\cat.exe firefox.reg | find "@=" | bin\sed.exe "s/""/|/g" | > > bin\sed.exe "s/.*|\(.*\)|/\1/" | bin\sed.exe "s//\\/g" > firefox.location > > > + at bin\cat.exe firefox.reg | find "@=" | bin\sed.exe s/@="\(.*\)"/\1/ | > > bin\sed.exe "s//\\/g" > firefox.location > > > + at set /P FIREFOX= > > + at if not defined FIREFOX goto noff > > > + > > > +:: creation of the profile > > > + at echo Creating a Firefox profile for freenet > > > > > +@"%FIREFOX%" -no-remote -CreateProfile "freenet %INSTALL_PATH%\firefox_profile" > > > NUL > > > + > > > + at goto end > > > +:noff > > > + at echo The installer was unable to locate Mozilla Firefox on your computer > > > + at del /f firefox.location > > > +:end > > > + at del /f firefox.reg > > > > > > ___ > > > cvs mailing list > > > cvs at freenetproject.org > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > > > > > > > > > > ___ > > 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/20080315/28d28659/attachment.pgp>

Re: [freenet-dev] [freenet-cvs] r18536 - trunk/freenet/src/freenet/io/xfer

2008-03-15 Thread Matthew Toseland
Not convinced by _abandonedTickets: 1 new ticket 2 new ticket 3 new ticket 4 new ticket 2 times out 3 times out space to send (1) 1-2 = -1 so we don't send space to send (2) 4-2 = 2 so we do send 4 We could avoid this by using _packetSeq <= (_thisTicket-_abandonedTickets) ... but then it is only

Re: [freenet-dev] Transfer failures

2008-03-15 Thread Matthew Toseland
On Friday 14 March 2008 19:41, Robert Hailey wrote: > > On Mar 14, 2008, at 12:39 PM, Matthew Toseland wrote: > > > On Friday 14 March 2008 16:29, Robert Hailey wrote: > >> Or maybe it's just that all those blocking within > >> sendThrottledMessage > >> at the same time grab at the available pa

Re: [freenet-dev] r18520 - in trunk/freenet/src/freenet: io/xfer l10n node node/simulator

2008-03-15 Thread Matthew Toseland
On Friday 14 March 2008 20:35, Robert Hailey wrote: > > On Mar 14, 2008, at 12:30 PM, Matthew Toseland wrote: > > > On Friday 14 March 2008 15:40, Robert Hailey wrote: > >> > >> [...] > >> > >> Unless I read this wrong you have inverted the return value > >> (isLocalAddress()==!shouldThrottle()),

Re: [freenet-dev] [freenet-cvs] r18526 - in trunk/apps/ new_installer: . res res/firefox_profile res/u nix/bin res/windows/bin

2008-03-15 Thread Matthew Toseland
On Saturday 15 March 2008 04:01, Florent Daignière wrote: > * Matthew Toseland <[EMAIL PROTECTED]> [2008-03-14 18:35:37]: > > > We should bundle a custom theme of some kind. Martin Nyhus posted one on > > devl... it is important that it be obvious to a user that this is NOT their > > normal bro

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

2008-03-15 Thread Florent Daignière
n/install_ff_profile.cmd > > === > > --- trunk/apps/new_installer/res/windows/bin/install_ff_profile.cmd > > > (rev 0) > > +++ trunk/apps/new_installer/res/windows/bin/install_ff_profile.cmd > 2008-03-14 03:14:33 UTC (rev 18526) > > @@ -0,0 +1,25 @@ > > + at set PATH=%SYSTEMROOT%\System32\;%PATH% > > + at set INSTALL_PATH=$INSTALL_PATH > > + at set JAVA_HOME=$JAVA_HOME > > + at cd /D %INSTALL_PATH% > > + > > + at if not exist ff.install goto noff > > + at del /F ff.install > NUL > > + at echo Detecting the location of Firefox > > + at regedit /E > firefox.reg "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App > Paths\firefox.exe" > > +:: No I didn't find any better regexp I could do without cote-escaping. > > +:: bin\cat.exe firefox.reg | find "@=" | bin\sed.exe "s/""/|/g" | > bin\sed.exe "s/.*|\(.*\)|/\1/" | bin\sed.exe "s//\\/g" > firefox.location > > + at bin\cat.exe firefox.reg | find "@=" | bin\sed.exe s/@="\(.*\)"/\1/ | > bin\sed.exe "s//\\/g" > firefox.location > > + at set /P FIREFOX= > + at if not defined FIREFOX goto noff > > + > > +:: creation of the profile > > + at echo Creating a Firefox profile for freenet > > > +@"%FIREFOX%" -no-remote -CreateProfile "freenet > %INSTALL_PATH%\firefox_profile" > > NUL > > + > > + at goto end > > +:noff > > + at echo The installer was unable to locate Mozilla Firefox on your > > computer > > + at del /f firefox.location > > +:end > > + at del /f firefox.reg > > > > ___ > > cvs mailing list > > cvs at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > > > > ___ > 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: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080315/3cede1b4/attachment.pgp>