summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md2
-rw-r--r--doc/snac.55
2 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 14e00ae..3e7b6f3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,7 +2,7 @@
2 2
3## 2.50 3## 2.50
4 4
5Posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(8)`). 5Posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`).
6 6
7Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). 7Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases).
8 8
diff --git a/doc/snac.5 b/doc/snac.5
index f10a77b..6207d32 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -106,6 +106,11 @@ This file is served when the server base URL is requested from a web browser. Se
106for more information about the customization options. 106for more information about the customization options.
107.It Pa public.idx 107.It Pa public.idx
108This file contains the list of public posts from all users in the server. 108This file contains the list of public posts from all users in the server.
109.It Pa filter_reject.txt
110This (optional) file contains a list of regular expressions, one per line, to be
111applied to the content of all incoming posts; if any of them match, the post is
112rejected. This brings the flexibility and destruction power of regular expressions
113to your Fediverse experience. To be used wisely.
109.El 114.El
110.Pp 115.Pp
111Each user directory is a subdirectory of 116Each user directory is a subdirectory of