torrust-actix icon indicating copy to clipboard operation
torrust-actix copied to clipboard

A multi-functional lightweight BitTorrent Tracker

Results 7 torrust-actix issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...

enhancement

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.

removal

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...

enhancement

Currently we are in the process of implementing WebTorrent support to Torrust-Actix. This implementation will be made for version 3.2.2.

enhancement

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...

bug

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...