snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d63106cd56db8cc1a8d1779a4fc8be2a69028ce4
parent 57a8716f72dd5c75c98ead085fbd8d7f12660da6
Author: default <nobody@localhost>
Date:   Thu, 19 Dec 2024 19:31:40 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -4,9 +4,11 @@ The search box also accepts post URLs; the post is requested and, if it's found, can be interacted with (liked, boosted, replied to, etc.). +IP addresses for failed logins are tracked and throttled to mitigate brute force attacks (see `snac(8)` for more information). + Fixed a bug regarding repeated attachments when editing a post. -Mastodon API: Improved timeline pagination in some clients (details: a `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. +Mastodon API: Improved timeline pagination in some clients (details: an HTTP `Link` header has been added), fixed an incorrect value for the `bot` field in newly created accounts, fixed a crash. When running in server mode, the pidfile is locked to avoid concurrent running of the same server instance.