Adds some additional text regarding wesnothd's [redirect] and mysql support.

Fixes #1210
This commit is contained in:
Pentarctagon 2021-08-12 01:03:12 -05:00
parent cbd0d6bd9a
commit 04bc431e04
No known key found for this signature in database
GPG Key ID: 9456BC54A21DBFA0

View File

@ -187,7 +187,9 @@ Example: \fBversions_accepted="*"\fR accepts any version string.
.
.P
.B [redirect]
A tag to specify a server to redirect certain client versions to.
A tag to specify a server to redirect certain client versions to. Is not used if
.B versions_accepted
is not set.
.RS
.TP
.B host
@ -225,13 +227,14 @@ Accepts the same keys as
.RE
.P
.B [user_handler]
Configures the user handler. Available keys vary depending on which user handler is set with the
.B user_handler
key. If no
Configures the user handler. If no
.B [user_handler]
section is present in the configuration the server will run without any nick registration service. All additional tables that are needed for the
.B forum_user_handler
to function can be found in table_definitions.sql in the Wesnoth source repository.
to function can be found in table_definitions.sql in the Wesnoth source repository. Requires mysql support enabled. For cmake this is
.B ENABLE_MYSQL
and for scons this is
.B forum_user_handler.
.RS
.TP
.B db_host