snac2

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

commit fb9aaa5084172eecca752acb9d7ed2ba07c8fa89
parent f1295a471fcf2ff351de3001e92c6190c5f7439e
Author: default <nobody@localhost>
Date:   Mon,  6 Jan 2025 15:26:24 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ New "Like by URL" operation (contributed by dheadshot). Added support for a Mastodon-like `/share` link sharing URL, like the one provided by sites like https://mastodonshare.com/ and such. To be able to use it, you must reconfigure your https proxy to redirect `/share` to snac (see `snac(8)`). -New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by setting the `disable_sandbox` field to `false` in `server.json`. +New linux landlock (sandboxing) support for enhanced security (contributed by shtrophic). It's still a bit experimental, so you have to enable it explicitly by recompiling with the WITH_LINUX_SANDBOX directive (e.g. `make CFLAGS=-DWITH_LINUX_SANDBOX`). Some search fixes regarding repeated matches.