torrust-actix
torrust-actix copied to clipboard
A multi-functional lightweight BitTorrent Tracker
Any way we can use postgres and assign a table to write to, and it will write fields like seeders, leechers, completed in it according to info hash
Going to write a test for the functions eventually, but also to see if the code compiles in various platforms. This is to make sure my code functions in the...
Will be removing the build-in interface. Needs a rewrite anyway, to be properly used. Will probably become a separate project on it's own.
Had a big discussion with friends on vacation. Eventually, I will rewrite a huge chunk of the code, and splitting up things for easier maintainability. Hopefully I can also clean...
Currently we are in the process of implementing WebTorrent support to Torrust-Actix. This implementation will be made for version 3.2.2.
I'm trying to understand how it works. I have persistence, whitelist, keys and users set to true. I've added a hash to whitelist, tried to announce to the tracker, to...
When i tried connect the api to php with cURL i have this response "SSL Certificate problem: unable to get local issuer", and in the browser all work fine, the...