wesnoth/doc/man/ja/wesnothd.6
Nils Kneuper 6c700c8c1c pot-update (preparing for 1.5.4)
regenerated doc files
2008-09-09 21:34:45 +00:00

186 lines
7.2 KiB
Groff

.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.\"
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH WESNOTHD 6 2007 wesnothd "Battle for Wesnoth マルチプレイヤー・ネットワーク・デーモン"
.
.SH 名前
.
wesnothd \- Battle for \fBWesnoth\fP マルチプレイヤー・ネットワーク・デーモン
.
.SH 書式
.
\fBwesnothd\fP [\|\fB\-dv\fP\|] [\|\fB\-c\fP \fIpath\fP\|] [\|\fB\-p\fP \fIport\fP\|] [\|\fB\-t\fP
\fInumber\fP\|] [\|\fB\-T\fP \fInumber\fP\|]
.br
\fBwesnothd\fP \fB\-V\fP
.
.SH 説明
.
Manages Battle for Wesnoth multiplayer games. See
http://www.wesnoth.org/wiki/ServerAdministration on what commands the server
accepts via the wesnoth client (/query ...) or the fifo.
.
.SH オプション
.
.TP
\fB\-c\ \fP\fIpath\fP\fB,\ \-\-config\fP\fI\ path\fP
wesnothd が使用する設定ファイルがどこにあるかを伝える。文法については後述の \fBサーバー設定\fP の章を参照。サーバープロセスに SIGHUP
を送ることによって設定をリロードすることができる。
.TP
\fB\-d, \-\-daemon\fP
wesnothd をデーモンとして実行する。
.TP
\fB\-h, \-\-help\fP
コマンドラインオプションで何が行えるかを表示する。
.TP
\fB\-\-log\-\fP\fIlevel\fP\fB=\fP\fIdomain1\fP\fB,\fP\fIdomain2\fP\fB,\fP\fI...\fP
ログ領域(domain)の厳密さのレベルを設定する。 \fBall\fP は、どのログ領域にも対応させるために利用できる。
有効なレベルは以下の通り。\fBerror\fP\ \fBwarning\fP\ \fBinfo\fP\ \fBdebug\fP。デフォルトでは \fBerror\fP
レベルが使用され、\fBserver\fP 領域には \fBinfo\fP が使用される。
.TP
\fB\-p\ \fP\fIport\fP\fB,\ \-\-port\fP\fI\ port\fP
指定ポートにサーバをバインドする。 もしポートが指定されないなら、 \fB15000\fP番ポートが使用される。
.TP
\fB\-t\ \fP\fInumber\fP\fB,\ \-\-threads\fP\fI\ number\fP
ネットワークI/O用の作業スレッドの数の最大値を n に設定する。(デフォルト: \fB5\fP\ 最大: \fB30\fP)
.TP
\fB\-T\ \fP\fInumber\fP\fB,\ \-\-max\-threads\fP\fI\ number\fP
作成される作業スレッドの数の最大値を設定する。 \fB0\fP が指定された場合、制限なしとなる。(デフォルト: \fB0\fP)
.TP
\fB\-V, \-\-version\fP
バージョン番号を表示して、終了する。
.TP
\fB\-v, \-\-verbose\fP
よりデバッグログを有効にする。
.
.SH サーバー設定
.
.SS 一般的な文法:
.
.P
[\fItag\fP]
.IP
key="\fIvalue\fP"
.IP
key="\fIvalue\fP,\fIvalue\fP,..."
.P
[/\fItag\fP]
.
.SS グローバルキー:
.
.TP
\fBban_save_file\fP
Full or relative path to a (gzip compressed) file that the server can read
and write. Bans will be saved to this file and read again on server start.
.TP
\fBconnections_allowed\fP
同じ IP から許可される接続数。 \fB0\fP は無限大を意味する。(デフォルト: \fB5\fP)
.TP
\fBdisallow_names\fP
サーバによって受けつけられない名前やニックネーム。 `*' と `?' からなるワイルドカードのパターンに対応。詳細は \fBglob\fP(7)
を参照。既定の値(何も指定されなかった際に使用される)は
\fB*admin*,*admln*,*server*,ai,ai?,computer,human,network,player\fP
.TP
\fBfifo_path\fP
The path to the fifo you can echo server commands into (same as /query
\&... from wesnoth). If not specified defaults to the compile\-time specified
path (default: /var/run/socket/wesnothd/socket).
.TP
\fBmax_messages\fP
\fBmessages_time_period\fP の時間内に許可されるメッセージ数。(デフォルト: \fB4\fP)
.TP
\fBmessages_time_period\fP
メッセージの殺到(flood)が検出される時間周期(秒単位)。(デフォルト: \fB10\fP 秒)
.TP
\fBmotd\fP
本日のメッセージ。
.TP
\fBpasswd\fP
管理者権限の獲得に用いられるパスワード。 通常は `admin' で始まる。
.TP
\fBrestart_command\fP
The command that the server uses to start a new server process via the
`restart' command. (Can only be issued via the fifo.)
.TP
\fBversions_accepted\fP
カンマで区切られた、サーバに受けつけられるバージョン文字列のリスト。 `*' と `?' からなるワイルドカードのパターンに対応。(デフォルトでは
wesnoth のバージョンに一致する)
.br
例: \fBversions_accepted="*"\fP で、どのようなバージョン文字列も受けつける。
.
.SS グローバルタグ:
.
.P
\fB[redirect]\fP クライアントのバージョンでリダイレクトするサーバを指定するためのタグ。
.RS
.TP
\fBhost\fP
リダイレクトするサーバのアドレス。
.TP
\fBport\fP
接続するポート。
.TP
\fBversion\fP
カンマで区切られた、リダイレクトするバージョンのリスト。ワイルドカードのパターンに関しては、 \fBversions_accepted\fP
と同様に振る舞う。
.RE
.P
\fB[ban_time]\fP A tag to define convenient keywords for temporary ban time
lengths.
.RS
.TP
\fBname\fP
The name used to reference the ban time.
.TP
\fBtime\fP
The time length definition. The format is: %d[%s[%d%s[...]]] where %s is s
(seconds), m (minutes), h (hours), D (days), M (months) or Y (years) and %d
is a number. If no time modifier is given minutes (m) are assumed.
Example: time="1D12h30m" results in a ban time of 1 day, 12 hours and 30
minutes.
.RE
.P
\fB[proxy]\fP A tag to tell the server to act as a proxy and forward the
connected client's requests to the specified server. Accepts the same keys
as \fB[redirect]\fP.
.
.SH 著者
.
David White <davidnwhite@verizon.net> によって書かれた。 Nils Kneuper
<crazy\-ivanovic@gmx.net> と ott <ott@gaon.net> と Soliton
<soliton@gmail.com> によって編集された。 このマニュアルページは Cyril Bouthors
<cyril@bouthors.org>によって最初に書かれた。 岡田信人
<okyada@gmail.com>によって日本語に翻訳され、いいむらなおき
<amatubu@gmail.com>によって編集された。
.br
公式ホームページ http://www.wesnoth.org/ を訪問して下さい。
.
.SH 著作権
.
Copyright \(co 2003\-2007 David White <davidnwhite@verizon.net>
.br
This is Free Software; this software is licensed under the GPL version 2, as
published by the Free Software Foundation. There is NO warranty; not even
for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.
.SH 関連項目
.
\fBwesnoth\fP(6), \fBwesnoth_editor\fP(6)