on 5/24/00 1:46 PM, Brandon at blanu at uts.cc.utexas.edu wrote: > > I'm going to spend a couple of days reworking the cli clients, so if > anyone plans on messing with them, please let me know now or wait until > next week. It will be messy to merge changes because I'm going to > restructure the code. >
We need to move the code that pertains to constructing and reading the encrypted metadata file out of the main function of the clients. I think the encryption algorithm and content type should be a parameters of insert. We need to move of the Transport concept ,metadata file concept, Document concept, and the cypher key concept inside the insert and request functions. I would like to establish a design principle that will make it easier to write clients for Freenet: It should be possible to search for files, insert files into, and request files out of Freenet with a single function call (or as few calls as possible). Is this what you had in mind Brandon? Keep us informed about your cli client restructuring progress. I would like to get freeloader working again soon. Paul _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
