Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.12 KB

TODO.markdown

File metadata and controls

29 lines (17 loc) · 1.12 KB

TODO list

  • Fix the hash test

For some stupid reason the transfer hash testcase will not succeed :( I probably lack sufficient knowledge and patience to figure out what is going wrong with the different charsets involved

Replace current statistics interface with it

  • Add / Test multiple tracker support against a single redis backend

Better scalability, yeah

  • Add scripts to generate torrents and push them to the tracker / seeders

Nicer for other people working with this

  • Add generic multi level swarm support

It should be possible to do multi-level swarms fairly easy, we have not yet found a use for that But larger shops might want to resort to something along the lines of a Global-Swarm -> DC-Swarm -> Rack-Swarm

  • Add plugin system for group classifiers

The current group classifier for nodes is crude and tied to our specific implementation of a metadata service for nodes in our environment. Reimplementing this as a plugin system would make it more usable for others and allow easy development of plugins.