Re: [Freenet-dev] Reqeust.Search

2001-01-01 Thread Chris Anderson
On Sun, 31 Dec 2000, Aaron Voisine wrote: > The thing I really don't like is the idea of people picking their own > keywords. That was tried with HTML meta tags. People who want > their information viewed (the entire marketing industry) have a vested > interest in puting in every single popular

Re: [Freenet-dev] Request.Search

2000-12-31 Thread Chris Anderson
On Sun, Dec 31, 2000, Adam Langley wrote: > On Sun, Dec 31, 2000 at 02:02:31AM -0800, Aaron Voisine wrote: > > Here's my idea for keyword searches. I volunteer to implement it. > > That's very nice of you, and please don't be put off - but you > utterly misunderstand much of Freenet. > > > Each n

Re: [Freenet-dev] Don't Talk To Strangers

2000-12-28 Thread Chris Anderson
On Tue, 26 Dec 2000 Scott G Miller wrote: > Different kind of security. Freenet is perfectly fine from a "Dont let > anyone find out whats going on/being transmitted" sort of stance. I'm thinkin' Freenet is also good for secure publication. There is a lot to be said for knowing the document I

Re: [Freenet-dev] Don't Talk To Strangers

2000-12-26 Thread Chris Anderson
Java has the ability to grant permissions like accept and connect without program modification. See http://java.sun.com/j2se/1.3/docs/guide/security/PolicyFiles.html for administrative details. See http://java.sun.com/j2se/1.3/docs/api/java/net/SocketPermission.html for socket permissions. Tha