[freenet-dev] Killing the datastore bug

2002-09-04 Thread Ian Clarke
signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/826be4d6/attachment.pgp>

[freenet-dev] Fproxy changes

2002-09-04 Thread Ian Clarke
part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/b16cb37d/attachment.pgp>

[freenet-dev] Major fproxy changes

2002-09-04 Thread Ian Clarke
page http://locut.us/ -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/5c0e0cfd/attachment.pgp>

[freenet-dev] IE and the anonymity filter... big trouble

2002-09-04 Thread Matthew Toseland
: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/0ba29411/attachment.pgp>

[freenet-dev] Fixing spurious filter warnings

2002-09-04 Thread Benjamin Coates
>From Gianni Johansson [...] >> > or maybe something like this since DBR's can have periods shorter than 1 >> > day. >> > >> > /__DATE__MMDDHHMM/SSK%40rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE// >> >> It's ugly. Really really ugly. >I don't think it's ugly or I wouldn't have suggested it. However

[freenet-dev] FEC Implementation

2002-09-04 Thread Matthew Toseland
seland mtoseland at blueyonder.co.uk amphibian at sourceforge.net Freenet/Coldstore open source hacker. -- 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/20020904/4fc93b7b/attachment.pgp>

[freenet-dev] data store bug

2002-09-04 Thread Greg Wooledge
non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/abdfc64b/attachment.pgp>

[freenet-dev] data store bug

2002-09-04 Thread scgmi...@freenetproject.org
-Xmxmb. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020904/ecb2c015/attachment.pgp>

[freenet-dev] IE and the anonymity filter... big trouble

2002-09-04 Thread Robert Bihlmeyer
Matthew Toseland writes: > We would have to filter ALL documents of supposedly safe types. Reportedly MSIE only subjects text/plain and application/octet-stream to the mime-type second-guessing. So an image/jpeg should be always treated as an image, even if it looks like html. I have no

[freenet-dev] fproxy and fish fec tools.

2002-09-04 Thread Robert Bihlmeyer
Ian Clarke writes: > Isn't it time we turned on FEC by default, making it transparent for > our users to take advantage of it? The FEC code in freenet-ext.jar is not GPL compatible. -- Robbe -- next part -- A non-text attachment was scrubbed... Name: signature.ng

[freenet-dev] data store bug

2002-09-04 Thread Greg Wooledge
So, the CofE/TFE/FF author wants details on the data store bug. Well, I don't use Frost, so I'll write it out here in the open where normal people can read it. There has been some speculation that Frost causes the DSB. I can't confirm that. I have *never* used Frost, and probably never will,

Re: [freenet-dev] data store bug

2002-09-04 Thread scgmille
I'm unclear on just why a Java VM would get this. It seems that they (most of them) pre-allocate a large chunk of memory (64 MB), and then dole this out to the application as it's needed. But what happens when that initial chunk is all used up? Doesn't it allocate more? Perhaps, perhaps

Re: [freenet-dev] IE and the anonymity filter... big trouble

2002-09-04 Thread Matthew Toseland
Committed a fix... we warn IE users, once per IP address, about this. -- Matthew Toseland [EMAIL PROTECTED] [EMAIL PROTECTED] Freenet/Coldstore open source hacker. Looking for $coding. msg03784/pgp0.pgp Description: PGP signature

RE: [freenet-dev] Fixing spurious filter warnings

2002-09-04 Thread Benjamin Coates
From Gianni Johansson [EMAIL PROTECTED] [...] or maybe something like this since DBR's can have periods shorter than 1 day. /__DATE__MMDDHHMM/SSK%40rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE// It's ugly. Really really ugly. I don't think it's ugly or I wouldn't have suggested it. However

[freenet-dev] Attention Pascal: box.tpl screwy

2002-09-04 Thread Ian Clarke
Pascal, I think the modification you made to the box template has screwed it up. It now appears to have some kind of border at the top and the bottom, see a screenshot at: http://hawk.freenetproject.org/~ian/screwybox.png If you can't fix this, I will have to revert to the previous

Re: [freenet-dev] HTML/CSS parser?

2002-09-04 Thread Matthew Toseland
On Thu, Sep 05, 2002 at 01:02:26AM +0100, Matthew Toseland wrote: Does anyone know of an HTML+CSS parser written in java that we could borrow? Maybe from a java web browser? Or maybe we could convert something from C[++]/flex? It looks to me like we :) are going to have to write a more or

[freenet-dev] Major fproxy changes

2002-09-04 Thread Ian Clarke
Those who try the current snapshot will now notice that the gateway.html page is now replaced by an Infolet. Only the basics are there right now, but people are invited to improve it and tidy it up. The code for the new gateway infolet can be found in

Re: [freenet-dev] Fixing spurious filter warnings

2002-09-04 Thread Matthew Toseland
On Wed, Sep 04, 2002 at 03:28:51PM -0400, Benjamin Coates wrote: From Gianni Johansson [EMAIL PROTECTED] [...] or maybe something like this since DBR's can have periods shorter than 1 day. /__DATE__MMDDHHMM/SSK%40rBjVda8pC-Kq04jUurIAb8IzAGcPAgM/TFE// It's ugly. Really

[freenet-dev] Killing the datastore bug

2002-09-04 Thread Ian Clarke
It his high-time we took concerted action to kill the datastore bug. The options are: - Someone figures out how Tavin's datastore works and debugs it - We reimplement it I am aware that someone is working on a native datastore implementation, and am curious about how they are progressing,

[freenet-dev] Fproxy changes

2002-09-04 Thread Dan Merillat
Ok, let it be said I love the new UI. However, since : is just redirecting to :8890, can't we just merge the two interfaces? It screws up my setup of using squid to redirect freenet requests, but I think I can work around it. Perhaps. It's a pain to rewrite URLs on the fly, so I may have

Re: [freenet-dev] Is anyone alive

2002-09-04 Thread Dan Merillat
Ian Clarke writes: --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Christ, no matter what horrible mutilations of the code I wilfully admit=20 on this mailing list, I still fail to provoke a

Re: [freenet-dev] Depreciating Makefile

2002-09-04 Thread Dan Merillat
Matthew Toseland writes: --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 29, 2002 at 11:59:50AM -0700, Ian Clarke wrote: I would like to encourage those still using the Makefile and make

Re: [freenet-dev] Fproxy changes

2002-09-04 Thread Ian Clarke
Well, in theory - yes, in practice, it ain't so easy. The NodeInfoServlet resides on port 8890, that is the thing that draws the nice menu to the left, and can't really support controlling of the entire web-browser window, which is why we need FProxy. Now, we could - say - set it up so that

Re: [freenet-dev] Killing the datastore bug

2002-09-04 Thread Ian Clarke
Additionally, looking at the number of Cache failed errors in the logs, and assuming these are also caused by datastore problems, I suspect we will see a rather dramatic improvement in performance once we resolve the remaining datastore issues. Ian. On Wed, Sep 04, 2002 at 06:52:40PM -0700,

Re: [freenet-dev] Killing the datastore bug

2002-09-04 Thread Tracy R Reed
On Wed, Sep 04, 2002 at 06:52:40PM -0700, Ian Clarke spake thusly: It his high-time we took concerted action to kill the datastore bug. Glory glory hallelujah! Next time my datastore tosses its cookies what should I do? What information do you need? I'd like to help however possible. -