For 0.7, any plans to add freenet.ini settings control to the web
interface? And remove them from the windows launcher (which
understandably confuses new people)?

eg. You have a couple of lines in freenet.ini

  # The port to listen for incoming FNP (Freenet Node Protocol)
  connections on.
  listenPort=46994

which encapsulates a "descriptive comment" (String), setting name
(String) and value (int in this case). This could easily be an instance
of a "Setting" class, so each build would have a list of settings which
it knows about. Once the framework is implemented it should be no effort
to add/remove settings with each build (unlike the Windows GUI which is
significant effort to maintain, and also of no benefit to other OS
users).

I would offer to implement this but I don't think I will have enough
time :-(

Ben Golding


On Fri, 4 Mar 2005 18:19:13 +0000, "Matthew Toseland"
<[EMAIL PROTECTED]> said:
>
> Any other questions?
_______________________________________________
Support mailing list
[email protected]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to