On Mon, May 08, 2000 at 03:05:44PM +0300, Itamar Shtull-Trauring wrote: > If anyone's interested, I've written a python module for Freenet, using > liberator as a basis. It currently can request keys. > > However, I can't get insert to work. In fact, I haven't gotten liberator or > freenet_insert to insert either (that is, I insert but then I can't request > the key). How do you get inserts to work with 0.2?
Actually, I've also written a Python client module for Freenet, but the SHA1 implementation is broken do to differences because the implementations of SHA1 that I have seen are either dependent on variable sizes or number wraparound. Of course, Python doesn't allow either of these. Could you email me your implementation to <bemann at execpc.com> (that's my real email address - sendmail is currently misconfigured on my box to say that my email address is <bemann at bemann>)? -- Travis Bemann Sendmail is still screwed up on my box. My email address is really bemann at execpc.com _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
