snac2

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

commit 45d90789c4cbc9d81f9508cf89b38965a3c1aab6
parent 3c6d32334ad03cecb9669cccd820ebc7f5b8877d
Author: default <nobody@localhost>
Date:   Sun, 19 Nov 2023 18:35:57 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ Tags in posts are now indexed and searching by tag is possible. It's still not v Added FastCGI support. This allows for simpler setups (e.g. on #OpenBSD, it's no longer necessary to enable and configure `relayd`, as the native `httpd` daemon includes FastCGI support). +History can be disabled by administrators by setting the `disable_history` field to true. + New command-line option `deluser`, to delete a user (including unfollowing everybody). Fixed a minor memory leak :facepalm: