-
Notifications
You must be signed in to change notification settings - Fork 51
Config overhaul: split tracker mode #932
Copy link
Copy link
Closed
Description
Parent issue: #401
Relates to: #401 (comment)
Tracker privacy (public and private) and torrent restrictions (whitelisted or not) are totally independent options.
Current
pub enum TrackerMode {
Public,
Listed,
Private,
PrivateListed,
}[core]
mode = "public"New Version
[core]
private = true # boolean
listed = true # booleanReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Enhancement / Feature RequestSomething NewSomething New
Type
Projects
Status
No status