From f8243cbc6b21d9abe6df447415a08da1ce1592ae Mon Sep 17 00:00:00 2001 From: default Date: Sun, 13 Apr 2025 14:45:09 +0200 Subject: Updated documentation. --- doc/snac.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 601ce6d..2f1ccfe 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -163,6 +163,9 @@ lists of accounts are never published). .It Web interface language If the administrator has installed any language file, it can be selected here. +.It Time zone +The time zone the user is on (default: UTC). Only +used for scheduled posts. .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. -- cgit v1.2.3 From cafc4e10decc035e77cbf74ac42eef6a0bc6dd36 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 18 Apr 2025 09:28:14 +0200 Subject: Updated documentation. --- doc/snac.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 2f1ccfe..92e30b7 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -350,6 +350,18 @@ Imports a Mastodon list of accounts to be blocked in CSV format. The file must be stored inside the .Pa import/ subdirectory of a user's directory inside the server base directory. +.It Cm lists Ar basedir Ar uid +Prints the name of the user created lists. +.It Cm list_members Ar basedir Ar uid Ar name +Prints the list of actors in the named list. +.It Cm create_list Ar basedir Ar uid Ar name +Creates a new list. +.It Cm delete_list Ar basedir Ar uid Ar name +Deletes an existing list. +.It Cm list_add Ar basedir Ar uid Ar name Ar account +Adds an account (by its @name@host handle or actor URL) to a list. +.It Cm list_del Ar basedir Ar uid Ar name Ar actor_url +Deletes an actor (by its actor URL) from a list. .El .Ss Migrating an account to/from Mastodon See -- cgit v1.2.3 From 08dc4290df40aab309470ad06e0f8f751b26db86 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 27 Apr 2025 05:50:01 +0200 Subject: Updated documentation. --- doc/snac.8 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/snac.8 b/doc/snac.8 index 7594d82..528ba63 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -267,6 +267,13 @@ The maximum number of attachments per post (default: 4). .It Ic enable_svg Since version 2.73, SVG image attachments are hidden by default; you can enable them by setting this value to true. +.It Ic smtp_url +The SMTP url to be used for sending email notifications. It's smtp://localhost by default, +expecting a fully configured SMTP server running on the same host. It may include a port +number, like in smtp://mail.example.com:487. +.It Ic smtp_user +.It Ic smtp_password +To be filled if the SMTP server defined by the previous directive needs credentials. .El .Pp You must restart the server to make effective these changes. -- cgit v1.2.3 From 34c8a535da20955bbe038c3f69af32e2926a5389 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sun, 27 Apr 2025 06:03:22 +0200 Subject: Updated documentation. --- doc/snac.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/snac.8 b/doc/snac.8 index 528ba63..023fc8e 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -270,7 +270,7 @@ them by setting this value to true. .It Ic smtp_url The SMTP url to be used for sending email notifications. It's smtp://localhost by default, expecting a fully configured SMTP server running on the same host. It may include a port -number, like in smtp://mail.example.com:487. +number if it's not running on the usual one, like in smtp://mail.example.com:587. .It Ic smtp_user .It Ic smtp_password To be filled if the SMTP server defined by the previous directive needs credentials. -- cgit v1.2.3 From d07c9ff8dee5113151eb1e8a5f3b7f1a62a3bc12 Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 28 Apr 2025 05:19:35 +0200 Subject: Updated documentation. --- doc/snac.8 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/snac.8 b/doc/snac.8 index 023fc8e..a1e34fa 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -267,6 +267,11 @@ The maximum number of attachments per post (default: 4). .It Ic enable_svg Since version 2.73, SVG image attachments are hidden by default; you can enable them by setting this value to true. +.It Ic spawn_sendmail +Since version 2.76, email notifications are sent via direct SMTP connection instead +of spawning +.Pa /usr/sbin/sendmail +on each message. By setting this to true, classic behaviour can be restored. .It Ic smtp_url The SMTP url to be used for sending email notifications. It's smtp://localhost by default, expecting a fully configured SMTP server running on the same host. It may include a port -- cgit v1.2.3 From d33891bab58d50f469dc79d9182f079fcb8bd026 Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 28 Apr 2025 06:16:12 +0200 Subject: Updated documentation. --- doc/snac.8 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/snac.8 b/doc/snac.8 index a1e34fa..1537f89 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -267,15 +267,13 @@ The maximum number of attachments per post (default: 4). .It Ic enable_svg Since version 2.73, SVG image attachments are hidden by default; you can enable them by setting this value to true. -.It Ic spawn_sendmail -Since version 2.76, email notifications are sent via direct SMTP connection instead -of spawning -.Pa /usr/sbin/sendmail -on each message. By setting this to true, classic behaviour can be restored. .It Ic smtp_url -The SMTP url to be used for sending email notifications. It's smtp://localhost by default, -expecting a fully configured SMTP server running on the same host. It may include a port -number if it's not running on the usual one, like in smtp://mail.example.com:587. +Since version 2.76, email notifications can be sent via direct connection to an +SMTP server instead of the traditional behaviour of piping the message to +.Pa /usr/sbin/sendmail . +Set this value to the SMTP url to be used for sending email notifications +(for example, smtp://localhost). It may include a port number if it's not running on +the usual one, like in smtp://mail.example.com:587. .It Ic smtp_user .It Ic smtp_password To be filled if the SMTP server defined by the previous directive needs credentials. -- cgit v1.2.3