Skip to content

Commit e1e1071

Browse files
committed
docs: update README
- Fix missing line break after badgets. - Add roadmap draft.
1 parent 1ed2c74 commit e1e1071

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Torrust Tracker
22

3-
[![container_wf_b]][container_wf] [![coverage_wf_b]][coverage_wf] [![deployment_wf_b]][deployment_wf] [![testing_wf_b]][testing_wf]**Torrust Tracker** is a [BitTorrent][bittorrent] Tracker that matchmakes peers and collects statistics. Written in [Rust Language][rust] with the [Axum] web framework. _**This tracker aims to be respectful to established standards, (both [formal][BEP 00] and [otherwise][torrent_source_felid]).___
3+
[![container_wf_b]][container_wf] [![coverage_wf_b]][coverage_wf] [![deployment_wf_b]][deployment_wf] [![testing_wf_b]][testing_wf]
4+
5+
**Torrust Tracker** is a [BitTorrent][bittorrent] Tracker that matchmakes peers and collects statistics. Written in [Rust Language][rust] with the [Axum] web framework. **This tracker aims to be respectful to established standards, (both [formal][BEP 00] and [otherwise][torrent_source_felid]).**
46

57
> This is a [Torrust][torrust] project and is in active development. It is community supported as well as sponsored by [Nautilus Cyberneering][nautilus].
68
@@ -17,6 +19,44 @@
1719
- [x] Support [newTrackon][newtrackon] checks.
1820
- [x] Persistent `SQLite3` or `MySQL` Databases.
1921

22+
## Roadmap
23+
24+
Persistence:
25+
26+
- [ ] Support other databases.
27+
28+
Integrations:
29+
30+
- [ ] Webhooks.
31+
32+
Administration:
33+
34+
- [ ] Improve categories and tag management.
35+
- [ ] User management: list, search and ban users.
36+
- [ ] Full-private mode.
37+
- [ ] User statistics.
38+
39+
Users:
40+
41+
- [ ] Reset or change the password.
42+
- [ ] User profile.
43+
- [ ] Invitation system.
44+
- [ ] User moderation.
45+
- [ ] Add torrent providing only the info-hash.
46+
- [ ] Improve search.
47+
48+
Torrents:
49+
50+
- [ ] Change the source field.
51+
- [ ] Change the creator field.
52+
- [ ] Implement BEP 19: WebSeed - HTTP/FTP Seeding (GetRight style).
53+
- [ ] Implement BEP 32: BitTorrent DHT Extensions for IPv6.
54+
55+
Others:
56+
57+
- [ ] Multi-tracker
58+
- [ ] Multi-language
59+
2060
## Implemented BitTorrent Enhancement Proposals (BEPs)
2161
>
2262
> _[Learn more about BitTorrent Enhancement Proposals][BEP 00]_

0 commit comments

Comments
 (0)