On Fri, 02 Jun 2000, Brandon wrote: > > The cli clients got a bit mish mashed and SimpleClient was forgotten when we > > added the concept of documents and crypto. Brandon was talking about fixing > > the that up .... > > By the end of the weekend, a whole new CLI.
Just out of curiosity, and so that I don't break anything that you are working on, what exactly are you doing? I'm not to happy with some of the changes to the FNPRawMessage class that you labled as in preperation for parsing metadata in the client. Recycling code is good, but it is at least as important that methods are placed in a manner logically consistant with there uses. Using static exterts of code from the RawMessage to read fields in a completely different context is no good - if we want to use the same code for these two things we should move it into another class that both can import. I also want to pretty much rip out the whole FieldSet thing interface. I added it hoping to do things one way, but I was not allowed to so it is overly complicated, restrictive, and unnecessary. Instead, we will have to go with a single FieldSet class that can hold string values and subsets and nothing else. If you are using the FNPFieldSet class we need to figure out what you need from it because I want to can that as soon as possible. -- Oskar Sandberg md98-osa at nada.kth.se _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
