Bittorrent tracker related updates

svn path=/trunk/boinc/; revision=13093
This commit is contained in:
Janus B. Kristensen 2007-07-03 23:22:30 +00:00
parent ed345a5dae
commit ad582a2c25
1 changed files with 19 additions and 0 deletions

View File

@ -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)