On Tue, Oct 07, 2003 at 03:32:38PM +1300, David McNab wrote:
> Metadata:
> 
>   Version
>   Revision=1
>   EndPart
>   Document
>   [EMAIL PROTECTED]/sitename
>   End
> 
> Handling algorithm:
> 
>   n = 0
>   lastFound = NULL
>   while true
>   {
>      nextFound = get("[EMAIL PROTECTED]/sitename/"+n)
>      if nextFound == NULL
>        break
>      lastFound = nextFound
>      n += 1
>   }
>   return lastFound

We've had this discussion before.  Summary:

Requiring a chain of keys to *all* be valid is a terrible, 
terrible idea - inserts get fucked up, keys fall off freenet, 
etc.  Case in point: I have updated fishland 624 times, and
fishtools 73 times.  So now, you have to deal with that many
keys just to reach the front page of these sites.  Bad, bad.

Somewhere in the bowles of freenet/doc, there is a TUKs.txt.  
this is the correct solution to this problem.

        -- jj

-- 
I'm sick and fucking tired of not getting people drunk.
   -- blixco, http://www.kuro5hin.org/story/2003/8/20/105121/869

Attachment: pgp00000.pgp
Description: PGP signature

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to