Closed michaelortmann closed 4 years ago
The help text should be altered so it is clear there are read-only settings. Those read-only settings are probably best marked with a * or the likes.
The note about other modules' settings is IMO there for the user to be aware that more settings can exist (which can be viewed via .help <modulename> module
).
Agree- I understand the text to mean "other variables may be available in other modules". For example, src/mod/server.mod/help/set/server.help holds the variables it adds (to include ssl-verify-server), manually formatted.
The interesting line is: note that other modules can add variables
As far as i understand, all "on the fly modifyable" settings (all without STR_PROTECT?) should be listet here?
If so, i miss for example:
ssl-verify-server
So, either the list above is wrong/missing settings or the note that other modules can add variables is wrong?