mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Updated documentation.
This commit is contained in:
parent
237947f87e
commit
ef1db81d1a
3 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 2.32
|
||||
|
||||
New user setup flag to block direct messages from people you don't follow, in order to mitigate spam from Mastodon open registration instances.
|
||||
New user setup flag to drop direct messages from people you don't follow, in order to mitigate spam from Mastodon open registration instances.
|
||||
|
||||
When updating user information, the changes are also sent to the people being followed (so they have an updated description about who the user is).
|
||||
|
||||
|
|
|
@ -101,6 +101,11 @@ only if it's lesser (i.e. you cannot keep posts for longer
|
|||
than what the admin desires). A value of 0 (the default) means
|
||||
that the global server settings will apply to the posts in your
|
||||
timeline.
|
||||
.It Drop direct messages from people you don't follow
|
||||
Just what it says in the tin. This is to mitigate spammers
|
||||
coming from Fediverse instances with lax / open registration
|
||||
processes. Please take note that this also avoids possibly
|
||||
legitimate people trying to contact you.
|
||||
.It Password
|
||||
Write the same string in these two fields to change your
|
||||
password. Don't write anything if you don't want to do this.
|
||||
|
|
2
html.c
2
html.c
|
@ -475,7 +475,7 @@ d_char *html_top_controls(snac *snac, d_char *s)
|
|||
L("Maximum days to keep posts (0: server settings)"),
|
||||
purge_days,
|
||||
xs_type(d_dm_f_u) == XSTYPE_TRUE ? "checked" : "",
|
||||
L("Block direct messages from people you don't follow"),
|
||||
L("Drop direct messages from people you don't follow"),
|
||||
L("Password (only to change it)"),
|
||||
L("Repeat Password"),
|
||||
L("Update user info")
|
||||
|
|
Loading…
Reference in a new issue