Refactor tracker modes: decouple privacy from whitelist features #717
josecelano
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are the current 4 tracker modes:
I think we have discussed this before. I think we could split the mode into two different structs:
There is a lot of ambiguity in the code because sometimes we refer to "public" tracker not only for the
TrackerMode::public
but also for theTrackerMode::Listed
.I have started using these words to reduce the ambiguity:
But in the end, I think those are totally independent features.
cc @torrust/torrustaceans
Beta Was this translation helpful? Give feedback.
All reactions