bbackde at googlemail.com a ?crit : > 2008/3/2 Julien Cornuwel <batosai at batosai.net>: >> bbackde at googlemail.com a ?crit : >> >> >>>> > 2) [BIG issue] If messages store is on a Freenet node and not in Frost >> >> > folder, a node cannot be shared by two or more people. >> >> > I know that people _do_ share freenet nodes. >> >> > For example, Tin0 from Germany offers access to his Freenet node on >> >> > http://i2p.to/ and people run Frost agains it >> >> > without running own node. While not a good idea from privacy point of >> >> > view and risky for operator because of Vorratsdatenspeicherung & co, >> >> > sharing a node is a way to get more newbies onboard. >> >> >> >> Maybe it's possible to tag messages for a client ID, as we do with >> >> private download queues. >> > >> > But this would require the node to fetch and store messages for ALL >> existing >> > boards and identities. Just for the case that someone maybe wants to see >> it. >> > This is a big change from the current situation (frost and fms), where >> > you can choose >> > to ignore boards and identities and we do not have to request the >> > boards/identities at all. >> >> No, the node would just fetch messages requested by one of its clients. >> And it would show each client only the messages it requested. >> > > This becomes complicated: what messages to fetch depends on the WoT > trust level of each client. > If WoT is independent, how would the underlying system know what to > fetch, but not fetch > messages from spam identities?
The client decides what to fetch with the informations given by the WoT plugin. It then asks it to the FMS plugin and it works as Martin described in another post. The only issue I see here is that we would have to create 2 SSKs per user : one for the WoT, one for FMS stuff (messages...). > Another point brought up by a Frost user: his node runs on a slow old > PC (I also know people > who run the node on silent PCs), and his system is utilized. He cannot > run another CPU/memory > eating plugininside the node, he wants to run fms from another box, > using FCP2 to request > keys only. In that particular case, he would need an external program. But AFAIK, most users are using freenet and all its components on a single system.
