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

A modern and feature-rich (private) BitTorrent tracker.

Results 173 torrust-tracker issues
Sort by recently updated
recently updated
newest added

Parent issue: https://github.com/torrust/torrust-tracker/issues/603 Related to: - - - - - - - - Adds a timeout to: - The TLS handshake. - The time the server waits for a request...

Bug

It seems the tracker is also ignoring the `num_want` param in the announce request. `num_want` is the number of peers the client wants in the `announce` response (peer list). See...

Enhancement / Feature Request
Easy
good first issue

Hey @da2ce7, I'm trying to find a tool to detect potential licence incompatibilities. I've found only a cargo subcommand to list your dependencies licences so far: ```s $ cargo license...

Legal
- Contributor -
Needs Research

THe following test was ignored by @da2ce7 but it seems to pass. ```rust #[tokio::test] #[ignore] #[should_panic = "Could not receive bind_address."] async fn should_fail_with_ssl_enabled_and_bad_ssl_config() { let mut test_env = stopped_test_environment(configuration::ephemeral());...

Code Cleanup / Refactoring
Quality & Assurance
- Developer -

https://megalinter.io/latest/

Although the UDP server has a method called `start_with_graceful_shutdown` is actually not a real graceful shutdown. The server can catch the halt signal but it does nothing (it only prints...

Enhancement / Feature Request

from: [release_process.md](https://github.com/torrust/torrust-tracker/blob/develop/docs/release_process.md) Comments in the Develop Branch: - The `develop` branch has the `3.0.0-alpha.12-develop`. - The version is bumped according to releases, new features, and breaking changes. Process: - [...

- Developer -

Postgres is also very popular anyway we could use postgres instead of mysql

Enhancement / Feature Request
- Admin -
Needs Feedback
Needs Research

A [comment](https://github.com/torrust/torrust-tracker/pull/162#issuecomment-1404912296) on [this](https://github.com/torrust/torrust-tracker/pull/162#issuecomment-1404912296) [PR](https://github.com/torrust/torrust-tracker/pull/162#issuecomment-1404912296) originated a discussion and finally this issue. ### Introduction The tracker can be installed behind a reverse proxy: ```text client HTTP proxy tracker Internet ip:...

- Admin -
Needs Research
Question / Discussion

Full error-messages, including the code-location are sent to the client. - [ ] Provide option to strip non-essential information before sending the error to the client. edit @da2ce7 --- ![Screenshot_20230826_021256](https://github.com/torrust/torrust-tracker/assets/68531620/1ff6075e-dba7-441f-aa5e-ba38e1fd2672)...

Enhancement / Feature Request
Security
- Admin -