summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-20 06:10:51 +0100
committerdefault <nobody@localhost>2023-02-20 06:10:51 +0100
commit235c92ea0c7f92f94418fafbaf23bd02652f39c3 (patch)
tree0d2f4450a4d29df5fca35f05a78a86dd92cc410e
parentb57b958f25f5ea2acf1c8b1a929471f3e2a9c305 (diff)
Updated documentation.
-rw-r--r--doc/snac.54
-rw-r--r--doc/snac.82
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index 5720cd3..0046a90 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -91,8 +91,8 @@ has the user id as name and contains the following subdirectories and files:
User configuration file.
.It Pa user_o.json
User configuration override file. This file is intended for administrators to
-override some user preferences (e.g. for setting shorter purge days that what
-the user may have defined).
+override some user preferences. For current version, the fields that can be
+overridden are 'purge_days' and 'email'.
.It Pa key.json
Secret/public key PEM data.
.It Pa followers.idx
diff --git a/doc/snac.8 b/doc/snac.8
index a9a5ded..2803ee0 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -174,6 +174,8 @@ this option if something is very broken.
By setting this value, you can specify the exact number of threads
.Nm
will use when processing connections. Values lesser than 4 will be ignored.
+.It Ic disable_email_notifications
+By setting this to true, no email notification will be sent for any user.
.El
.Pp
You must restart the server to make effective these changes.