From ad582a2c258754fde3a172ea4fb863ec54ce2e74 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Tue, 3 Jul 2007 23:22:30 +0000 Subject: [PATCH] Bittorrent tracker related updates svn path=/trunk/boinc/; revision=13093 --- checkin_notes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/checkin_notes b/checkin_notes index 36b080e780..7448e02bbd 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6962,3 +6962,22 @@ David 3 July 2007 Makefile.am sched_config.C sched_driver.C + +Janus 3 July 2007 + - Added the bittorrent tracker code + - Also added a simple file filter that accepts any file present in the + download directory for tracking (or whatever directory is set to be the + data directory). + FileFilter is the class to subclass if you need some kind of special rules + on which files to allow your tracker to track. (Some projects may want to + disallow tracking of workunit files while allowing tracking of application + files etc.) + Once the base system has been done there'll be different file filters to + chose from. + + html/bt/ + announce.php (new) + html/bt/filters/ (new) + filefilter.php (new) + allfilesfilefilter.php (new) +