Brandon wrote: > > > However, in order to support other keytypes, I'm trying to rewrite the whole > > library from scratch. Whatever code I have of the new version will be at > > http://www.sourceforge.net/projects/freenet-python once the project is > > approved by SF. > > I hope you keep the API the same! I'd hate to have to rewrite my NNTP > gateway when it's working so nicely.
The problem is that the current API basically blocks on a request, doesn't have support for anything but KSKs, and so on. Writing a compatability wrapper (for KSKs only) might be possible, however. I'm not sure what the new API will look like - to request, you'll create a RequestKSK or RequestCHK object, which at some future point will tell you that it suceeded/failed. Either as an attribute which you can check, or a callback. -- Itamar S.T. itamar at maxnm.com Fingerprint = D365 7BE8 B81E 2B18 6534 025E D0E7 92DB E441 411C _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
