Commit Graph

8 Commits

Author SHA1 Message Date
Trim21
2a0d29c1f5 style: add new rule for imports (#785) 2024-08-13 22:31:39 +00:00
FinalDoom
745d05089b feature: display comment inside .torrent in torrent details (#541)
* Added comment to torrent details

Mostly simple as it's supported by the various clients,
except in the case of rtorrent.

For rtorrent, tags are stored in custom1, consistent with other clients.
For that reason, comment is being stored in custom2,
which is also consistent with other clients.
In particular, rutorrent uses a prefix on the comment for some reason,
which is duplicated in this change to preserve cross-compatibility.

* Fix lint 'let' and noreferrer

Co-authored-by: FinalDoom <7464170-FinalDoom@users.noreply.gitlab.com>
2022-04-19 15:04:11 -07:00
Jesse Chan
a94bbb4198 server: flatten directory structure a bit 2021-11-28 19:57:27 -08:00
Jesse Chan
59a3fc74fd API: add a "dateActive" field to TorrentProperties
Last time the torrent is active, -1 means currently active, 0 means data unavailable
2021-05-26 22:19:40 +08:00
Jesse Chan
4e6d4136cb API: add a "dateFinished" field to TorrentProperties 2021-05-17 21:46:08 +08:00
Jesse Chan
dda0b09981 server: Deluge: implement Deluge RPC core functions 2021-05-17 07:05:36 +01:00
Jesse Chan
81012de7d0 server: Deluge: initial implementation of clientRequestManager 2021-05-17 07:05:36 +01:00
Jesse Chan
69a9c667a5 server: Deluge: create empty services 2021-05-17 07:05:36 +01:00