Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to provide a white/black list file without using MySQL #5

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Hi,

I'm not sure if this is already supported, but given XBT tracker's poor 
documentation, I was not able to find it. What I would really like is to have 
is a white or blacklist provided to XBTT in the form of a text file with hashes 
in it, just like opentracker supports. I'm asking for this because I don't want 
to run a whole database server just to have such a feature available.... The 
location to such a list could be provided in the config file of the tracker and 
sending a HUP signal would tell it to reload the list so it can see new entries 
were added or removed.

Would this be possible to implement? 

Thanks

Original issue reported on code.google.com by neutri...@gmail.com on 10 Jul 2011 at 2:01

@GoogleCodeExporter
Copy link
Author

It's already implemented. Set mysql_host = "-" and it'll read xbt_torrents.txt 
every once in a while.

BTW, doesn't opentracker meet your needs?

Original comment by olafvdspek on 11 Jul 2011 at 11:05

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Hi Olaf,

Thanks for replying. One further question I have. Is there a variable in the 
config to point to this xbt_torrents.txt file? I mean something like 
xbt_whitelist = /path/to/file/whitelist.txt

About opentracker, it does, but for same strange reason XBTT somehow uses less 
bandwidth compared to it (this after some testing I've done). No idea why that 
is and am unsure if my tests were correct or not. Still I want to try out XBTT 
:)

Original comment by neutri...@gmail.com on 11 Jul 2011 at 11:11

@GoogleCodeExporter
Copy link
Author

No, the filename is hard-coded. You can edit the source.

Original comment by olafvdspek on 11 Jul 2011 at 11:13

@GoogleCodeExporter
Copy link
Author

OK, thanks. That's all for now :)

Original comment by neutri...@gmail.com on 11 Jul 2011 at 11:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant