summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.814
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index d961ed2..760d54c 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -269,6 +269,10 @@ The maximum number of entries (posts) to be returned in user RSS feeds and outbo
269(default: 20). 269(default: 20).
270.It Ic max_attachments 270.It Ic max_attachments
271The maximum number of attachments per post (default: 4). 271The maximum number of attachments per post (default: 4).
272.It Ic max_poll_options
273The maximum number of poll options in a poll (default: 8).
274.It Ic max_poll_option_length
275The maximum length of a single poll option (default: 60).
272.It Ic enable_svg 276.It Ic enable_svg
273Since version 2.73, SVG image attachments are hidden by default; you can enable 277Since version 2.73, SVG image attachments are hidden by default; you can enable
274them by setting this value to true. 278them by setting this value to true.
@@ -360,7 +364,7 @@ account creation, it will only get worse.
360includes some (not very strong) tools for trying to survive the SPAM 364includes some (not very strong) tools for trying to survive the SPAM
361flood that will eventually happen. 365flood that will eventually happen.
362.Pp 366.Pp
363The 367The
364.Ic min_account_age 368.Ic min_account_age
365field in the main configuration file allows setting a minimum age (in 369field in the main configuration file allows setting a minimum age (in
366seconds) to consider too recently created accounts suspicious of being 370seconds) to consider too recently created accounts suspicious of being
@@ -375,7 +379,7 @@ These weapons of mass destruction can be written into the
375file in the server base directory, one per line; if this file exists, 379file in the server base directory, one per line; if this file exists,
376all posts' content will be matched (after being stripped of HTML tags) 380all posts' content will be matched (after being stripped of HTML tags)
377against these regexes, one by one, and any match will make the post to 381against these regexes, one by one, and any match will make the post to
378be rejected. Use lower case, the regex will be case insensitive by default. 382be rejected. Use lower case, the regex will be case insensitive by default.
379If you don't know about regular expressions, don't use this 383If you don't know about regular expressions, don't use this
380option (or learn about them inw some tutorial, there are gazillions of 384option (or learn about them inw some tutorial, there are gazillions of
381them out there), as you and your users may start missing posts. Also, 385them out there), as you and your users may start missing posts. Also,
@@ -455,7 +459,7 @@ The rest of activities and objects are dropped on input.
455There is partial support for 459There is partial support for
456.Vt OrderedCollection 460.Vt OrderedCollection
457objects in the 461objects in the
458.Pa /outbox 462.Pa /outbox
459(with the last 20 entries of the local timeline shown). No pagination 463(with the last 20 entries of the local timeline shown). No pagination
460is supported. Intentionally, the 464is supported. Intentionally, the
461.Pa /followers 465.Pa /followers
@@ -538,7 +542,7 @@ snac migrate $SNAC_BASEDIR origin
538.Pp 542.Pp
539This process can be very long and unreliable; any destination server may be down, 543This process can be very long and unreliable; any destination server may be down,
540too busy, disconnected or gone. I recommend you to read the document I linked 544too busy, disconnected or gone. I recommend you to read the document I linked
541above to know about all the sorrows awaiting. 545above to know about all the sorrows awaiting.
542.Pp 546.Pp
543Also, please take note that the 547Also, please take note that the
544.Nm 548.Nm
@@ -627,7 +631,7 @@ the command-line tool. See
627Since version 2.67, a simple logic to avoid brute force attacks against user passwords 631Since version 2.67, a simple logic to avoid brute force attacks against user passwords
628has been implemented: if, from a given IP address, the number of failed logins reaches 632has been implemented: if, from a given IP address, the number of failed logins reaches
629a given threshold, further tries from that IP address are never successful until a timer 633a given threshold, further tries from that IP address are never successful until a timer
630expires. The maximum number of retries can be configured in the 634expires. The maximum number of retries can be configured in the
631.Pa server.json 635.Pa server.json
632file by setting the 636file by setting the
633.Ic badlogin_retries 637.Ic badlogin_retries