This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-11-10 15:11:09 -05:00
|
|
|
Moderating NNTPChan
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
Once you have done [the initial setup you](setting-up.md) you can grant users mod privileges.
|
|
|
|
|
|
2017-04-04 09:01:43 -04:00
|
|
|
### Generate TripCode
|
2016-11-10 15:11:09 -05:00
|
|
|
|
|
|
|
|
Navigate to http://[yourNodeURL]/mod/keygen (e.g. http://oniichanylo2tsi4.onion/mod/keygen) and save both your secret an public key.
|
|
|
|
|
|
|
|
|
|
E.g.
|
|
|
|
|
|
2016-11-10 15:19:14 -05:00
|
|
|

|
2016-11-10 15:11:09 -05:00
|
|
|
|
2017-04-04 09:01:43 -04:00
|
|
|
### Use TripCode
|
2016-11-10 15:11:09 -05:00
|
|
|
|
|
|
|
|
If you want to be uniquely identified when posting on NNTPChan you can 'authenticate' yourself by putting in the name field name#yourprivatekey
|
|
|
|
|
|
|
|
|
|
E.g.
|
|
|
|
|
|
|
|
|
|
user#0902e04b64bcb8172fb1ced455f348c3462fe64ced193247e5df05dc79fe93ee
|
|
|
|
|
|
2016-11-10 15:19:14 -05:00
|
|
|

|
2016-11-10 15:11:09 -05:00
|
|
|
|
|
|
|
|
|
2017-04-04 09:01:43 -04:00
|
|
|
### Add Moderators
|
2016-11-10 15:11:09 -05:00
|
|
|
|
|
|
|
|
To add a new moderator you need to ask for his public key. Then following [Managing your NNTPChan node with the CLI](cli.md):
|
|
|
|
|
|
|
|
|
|
Add a public key to moderation trust
|
|
|
|
|
Where `publickey` is the public key to be added.
|
|
|
|
|
|
|
|
|
|
./srndv2 tool mod add publickey
|
|
|
|
|
|
|
|
|
|
Remove a public key from moderation trust
|
|
|
|
|
Where `publickey` is the public key to be removed.
|
|
|
|
|
|
|
|
|
|
./srndv2 tool mod del publickey
|