descriptionnone
repository URLgit://erdgeist.org/opentracker
ownerrepo-or-cz@kumul.pe.kr
last changeFri, 10 May 2024 14:31:42 +0000 (10 16:31 +0200)
last refreshTue, 28 May 2024 20:41:58 +0000 (28 22:41 +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
2024-05-10 Dirk EnglingInitialise top leechers vectormaster
2024-05-10 Dirk EnglingAdd top100 torrents by leechers to the list
2024-04-21 Dirk EnglingDisable forced gzip by default
2024-04-21 Dirk EnglingGroup feature options that need additional compiler...
2024-04-21 Dirk EnglingMove _GNU_SOURCE declaration further to the top, so...
2024-04-18 Dirk EnglingBetter point out what options can be given multiple...
2024-04-18 Dirk Englingadd example for option that may be given more than...
2024-04-18 Dirk Englingfurther fixes to the man page
2024-04-18 Dirk EnglingAdd missing config option
2024-04-18 Dirk EnglingSpelling in sample config
2024-04-18 Dirk EnglingAdd man page for the config file
2024-04-18 Dirk EnglingSome fixes to the man page
2024-04-18 Dirk EnglingAdd first draft of a man page
2024-04-18 Dirk EnglingAdd support for zstd
2024-04-18 Dirk EnglingOnly have huge downloads (aka chunked) be application...
2024-04-17 Dirk EnglingLet our fullscrapes have a binary content-type
...
tags
15 years ago OPENTRACKER_WITH_BATCHSYNC
heads
2 weeks ago master
2 months ago erdgeist-fix-tasklists
15 months ago dynamic-accesslists