Jump to content

HTTP Authentication, "warning message" and RSS Enclosure support


=Xotic=

Recommended Posts

I would like to see the following implimented.

1. HTTP Authentication support for announce requests

At present this is available in Azureus but no other clients that I know of. The tracker software I write supports this and it is used at a number of private sites.

2. "warning message" support for announce responses

See the BitTorrent Specification http://wiki.theory.org/BitTorrentSpecification

3. RSS Enclosure support

Here is an example of the RSS XML that my tracker generates that is fully RSS 2.0 compliant.

<?xml-stylesheet type="text/xsl" href="http://localhost:6969/rss.xsl" ?>
<rss version="2.0" xmlns:torrentItem="http://xbnbt.sourceforge.net/ns/torrentItem#">
<channel>
<title>My XBNBT Tracker</title>
<link>http://localhost:6969/</link>
<description>Powered by XBNBT</description>
<category domain="http://localhost:6969/index.html">All Torrents</category>
<copyright>My XBNBT Tracker </copyright>
<managingEditor>editor@your.host.com</managingEditor>
<webMaster>webmaster@your.host.com</webMaster>
<pubDate>Mon, 16 Jan 2006 00:19:35 +0000</pubDate>
<lastBuildDate>Mon, 16 Jan 2006 00:19:35 +0000</lastBuildDate>
<language>en</language>
<generator>XBNBT 85b.1.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<ttl>60</ttl>
<image>
<url>http://localhost:6969/files/images/xbnbt.png</url>
<title>My XBNBT Tracker</title>
<description>Powered by XBNBT</description>
<link>http://localhost:6969/</link>
<width>32</width>
<height>32</height>
</image>
<rating>Not Rated</rating>
<textInput>
<title>Search</title>
<description>Torrent Search</description>
<name>search</name>
<link>http://localhost:6969/index.html</link>
</textInput>
<item>
<title>An example of RSS generated by XBNBT 85b.1.1</title>
<link>http://localhost:6969/stats.html?info_hash=d14c6f4d82e5ea3289415137773581d690dfcf8e</link>
<description><![CDATA[
Info Hash: d14c6f4d82e5ea3289415137773581d690dfcf8e<br>
Size: 1.16 GB<br>
Files: 9<br>
]]></description>
<author>Unknown@unknown.com</author>
<category domain="http://localhost:6969/index.html">None</category>
<comments>http://localhost:6969/comments.html?info_hash=d14c6f4d82e5ea3289415137773581d690dfcf8e</comments>
<enclosure url="http://localhost:6969/torrents/d14c6f4d82e5ea3289415137773581d690dfcf8e.torrent" length="12992" type="application/x-bittorrent" />
<guid isPermaLink="false">d14c6f4d82e5ea3289415137773581d690dfcf8e</guid>
<pubDate>Sat, 14 Jan 2006 23:01:50 +0000</pubDate>
<source url="http://localhost:6969/rss.xml">My XBNBT Tracker</source>
<torrentItem:infohash title="Info Hash" />
<torrentItem:comments title="Comments" />
<torrentItem:infostat title="File Information" />
<torrentItem:download title="DL" />
<torrentItem:size title="Size">1.16 GB</torrentItem:size>
<torrentItem:files title="Files">9</torrentItem:files>
<torrentItem:seeders title="Seeders">0</torrentItem:seeders>
<torrentItem:leechers title="Leechers">0</torrentItem:leechers>
<torrentItem:completed title="Completed">0</torrentItem:completed>
</item>
</channel>
</rss>

Keep up the good work.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...