Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
3c778dae
Commit
3c778dae
authored
Feb 03, 2022
by
Rob Swindell
💬
Browse files
Clarify in the help that Message-ID hashing/checking cannot be disabled
parent
70898b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
src/sbbs3/scfg/scfgsub.c
src/sbbs3/scfg/scfgsub.c
+8
-5
No files found.
src/sbbs3/scfg/scfgsub.c
View file @
3c778dae
...
...
@@ -507,13 +507,16 @@ void sub_cfg(uint grpnum)
uifc
.
helpbuf
=
"`Maximum Number of CRCs:`
\n
"
"
\n
"
"This value is the maximum number of CRCs that will be kept in the
\n
"
"sub-board for duplicate message checking. Once this maximum number of
\n
"
"CRCs is reached, the oldest CRCs will be automatically purged.
\n
"
"This value is the maximum number of 32-bit CRCs that will be retained in
\n
"
"the message base for purposes of duplicate message `body text` checking.
\n
"
"Once this maximum number of CRCs is reached, the oldest CRCs are
\n
"
"automatically purged.
\n
"
"
\n
"
"A value of `0` means no CRCs (or other hashes) of message body text
\n
"
"or meta-data will be saved (i.e. for purposes of duplicate message
\n
"
"detection and rejection)."
"will be saved (i.e. for purposes of duplicate message detection and
\n
"
"rejection).
\n
"
"
\n
"
"Note: Hashing and duplicate-checking of `Message-IDs` cannot be disabled."
;
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
17
,
"Maximum Number of CRCs"
,
str
,
9
,
K_EDIT
|
K_NUMBER
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment