descriptionnone
repository URLgit://erdgeist.org/opentracker
ownerrepo-or-cz@kumul.pe.kr
last changeSun, 21 Apr 2024 13:52:30 +0000 (21 15:52 +0200)
last refreshSat, 27 Apr 2024 11:44:49 +0000 (27 13:44 +0200)
content tags
add:
README
This is opentracker. An open bittorrent tracker.

You need libowfat (http://www.fefe.de/libowfat/).

Steps to go:

cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
cd libowfat
make
cd ..
cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co opentracker
cd opentracker
make
./opentracker

This tracker is open in a sense that everyone announcing a torrent is welcome to do so and will be informed about anyone else announcing the same torrent. Unless
-DWANT_IP_FROM_QUERY_STRING is enabled (which is meant for debugging purposes only), only source IPs are accepted. The tracker implements a minimal set of
essential features only but was able respond to far more than 10000 requests per second on a Sun Fire 2200 M2 (thats where we found no more clients able to fire
more of our testsuite.sh script).

Some tweaks you may want to try under FreeBSD:

sysctl kern.ipc.somaxconn=1024
sysctl kern.ipc.nmbclusters=32768
sysctl net.inet.tcp.msl=10000
sysctl kern.maxfiles=10240

License information:

Although the libowfat library is under GPL, Felix von Leitner agreed that the compiled binary may be distributed under the same beer ware license as the source code for opentracker. However, we like to hear from happy customers.
shortlog
5 days ago Dirk EnglingDisable forced gzip by defaultmaster
5 days ago Dirk EnglingGroup feature options that need additional compiler...
5 days ago Dirk EnglingMove _GNU_SOURCE declaration further to the top, so...
8 days ago Dirk EnglingBetter point out what options can be given multiple...
8 days ago Dirk Englingadd example for option that may be given more than...
8 days ago Dirk Englingfurther fixes to the man page
8 days ago Dirk EnglingAdd missing config option
8 days ago Dirk EnglingSpelling in sample config
8 days ago Dirk EnglingAdd man page for the config file
8 days ago Dirk EnglingSome fixes to the man page
8 days ago Dirk EnglingAdd first draft of a man page
8 days ago Dirk EnglingAdd support for zstd
8 days ago Dirk EnglingOnly have huge downloads (aka chunked) be application...
9 days ago Dirk EnglingLet our fullscrapes have a binary content-type
9 days ago Dirk Englingchrome does not accept chunked gzip encoding for http...
10 days ago Dirk EnglingRemove CVS version tags, they did not work anymore...
...
tags
15 years ago OPENTRACKER_WITH_BATCHSYNC
heads
5 days ago master
7 weeks ago erdgeist-fix-tasklists
14 months ago dynamic-accesslists