eyedeekay 728c646dac
All checks were successful
Sync Primary Repository to GitHub Mirror / sync (push) Successful in 5s
Add github sync for i2p.plugins.zzzot
2025-05-10 18:56:01 -04:00
2025-04-27 10:54:25 -04:00
2025-05-01 18:40:29 -04:00
2025-04-26 12:41:31 -04:00
2025-04-29 08:59:30 -04:00
b31
2010-03-21 15:08:07 +00:00
2025-04-28 08:44:40 -04:00
2025-04-25 13:02:25 -04:00

ZzzOT I2P Open Tracker Plugin
-----------------------------

This is a very simple in-memory open tracker, wrapped into an I2P plugin.
Plugin su3 binaries are available at http://stats.i2p/i2p/plugins/

The plugin starts a new http server tunnel, eepsite, and Jetty server running at
port 7662. The tracker status is available at http://127.0.0.1:7662/tracker/
If other files are desired on the eepsite, they can be added at eepsite/docroot

The open tracker code and jsps were written from scratch, but depend on some
code in i2psnark.jar from the I2P installation for bencoding, and of course on
other i2p libraries. See the license files in I2P for i2p and i2psnark licenses.
There is also some code modified from Jetty. See LICENSES.txt for the
zzzot and Jetty licenses.

I2P source must be installed and built in ../i2p.i2p to compile this package.

As of release 0.19.0:
- Full scrape is disabled by default

As of release 0.20.0:
- I2P 2.9.0 or higher required to build and run
- UDP announces are supported, see http://i2p-projekt.i2p/spec/proposals/160
- Non-compact responses are no longer supported
- Seedless support is removed
- Memory usage greatly reduced

Valid announce URLs:
    /a
    /announce
    /announce.jsp
    /announce.php
    /tracker/a
    /tracker/announce
    /tracker/announce.jsp
    /tracker/announce.php

UDP announce URLs (default port is 6969):
    udp://yourb32string.b32.i2p:6969/

Valid scrape URLs:
    /scrape
    /scrape.jsp
    /scrape.php
    /tracker/scrape
    /tracker/scrape.jsp
    /tracker/scrape.php

You may use the rest of the eepsite for other purposes; for example you
may place torrent files in: eepsite/docroot/torrents/
Description
No description provided
Readme 518 KiB
Languages
Java 60.5%
HTML 23.8%
CSS 12.7%
Shell 3%