Jeff Garzik wrote:
> Christian Biere wrote:
> > Please fetch extra_files/hostiles.txt and extra_files/spam.txt
> > occasionally (maybe every few weeks) from the SVN repository to reduce
> > spamming issues.
> Does gtk-gnutella automatically notice when those files are updated, or
> do I need to restart gtk-gnutella?
No, there's no notification mechanism.
> Are these files distributed anywhere via gnet (hopefully GPG-signed)?
No.
> That would be preferable to polling SVN.
I'd advise against setting up a cron job in order to pull periodic
updates from the SVN repository. Rather send yourself a reminder.
You can also check the CIA for updates. It provides a RSS feed.
http://cia.vc/stats/project/gtk-gnutella
> Oh, and another wish list item: it would be nice to be able to dump
> stats about daily search traffic, bandwidth usage, etc. without querying
> each individual property. i.e. like a "all_stats" command or similar.
You could write yourself some script to fetch multiple property values
you're interested in and then preprocess the data with gnuplot or the
like:
cat << EOF | gtk-gnutella --shell
print session_id
print start_stamp
print ul_byte_count
print dl_byte_count
EOF
The "session_id" property allows you to check whether gtk-gnutella was
restarted between two shell commands. At the moment there are not
many statistics available from the shell interface because they are
not implemented as properties and only visible in the GUI.
--
Christian
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
gtk-gnutella-users mailing list
gtk-gnutella-users@...
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-users