fix more headings
This commit is contained in:
parent
5bc633fd77
commit
7e7107a6b7
1 changed files with 18 additions and 36 deletions
|
@ -61,8 +61,7 @@ serverinfo {} block
|
|||
The serverinfo {} block defines the core operational parameters of the
|
||||
IRC server.
|
||||
|
||||
serverinfo {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
**serverinfo {} variables**
|
||||
|
||||
name
|
||||
The name of the IRC server that you are configuring. This must
|
||||
|
@ -149,8 +148,7 @@ connect{}). They must be defined before they are used.
|
|||
Classes are used both for client and server connections, but most
|
||||
variables are different.
|
||||
|
||||
class {} variables: client classes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
**class {} variables: client classes**
|
||||
|
||||
ping\_time
|
||||
The amount of time between checking pings for clients, e.g.: 2
|
||||
|
@ -191,8 +189,7 @@ sendq
|
|||
The maximum size of the queue of data to be sent to a client before
|
||||
it is dropped.
|
||||
|
||||
class {} variables: server classes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
**class {} variables: server classes**
|
||||
|
||||
ping\_time
|
||||
The amount of time between checking pings for servers, e.g.: 2
|
||||
|
@ -330,8 +327,7 @@ throttling. Multiple addresses can be specified in one block. Clients
|
|||
coming from these addresses can still be ``K/G/X:lined`` or banned by a DNS
|
||||
blacklist unless they also have appropriate flags in their auth{} block.
|
||||
|
||||
exempt {} variables
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
**exempt {} variables**
|
||||
|
||||
ip
|
||||
The IP address or CIDR range to exempt.
|
||||
|
@ -348,8 +344,7 @@ privset {} block
|
|||
|
||||
A privset (privilege set) block specifies a set of operator privileges.
|
||||
|
||||
privset {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
**privset {} variables**
|
||||
|
||||
extends
|
||||
An optional privset to inherit. The new privset will have all
|
||||
|
@ -376,8 +371,7 @@ operator {} block
|
|||
Operator blocks define who may use the ``OPER`` command to gain extended
|
||||
privileges.
|
||||
|
||||
operator {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
**operator {} variables**
|
||||
|
||||
user
|
||||
A hostmask that users trying to use this operator {} block must
|
||||
|
@ -415,8 +409,7 @@ flags
|
|||
A list of flags to apply to this operator{} block. They are listed
|
||||
below.
|
||||
|
||||
operator {} flags
|
||||
~~~~~~~~~~~~~~~~~
|
||||
**operator {} flags**
|
||||
|
||||
encrypted
|
||||
The password used has been encrypted. This is enabled by default,
|
||||
|
@ -444,8 +437,7 @@ connect {} block
|
|||
|
||||
Connect blocks define what servers may connect or be connected to.
|
||||
|
||||
connect {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
**connect {} variables**
|
||||
|
||||
host
|
||||
The hostname or IP to connect to.
|
||||
|
@ -488,8 +480,7 @@ aftype
|
|||
The protocol that should be used to connect with, either ipv4 or
|
||||
ipv6. This defaults to ipv4 unless host is a numeric IPv6 address.
|
||||
|
||||
connect {} flags
|
||||
~~~~~~~~~~~~~~~~
|
||||
**connect {} flags**
|
||||
|
||||
encrypted
|
||||
The value for accept\_password has been encrypted.
|
||||
|
@ -523,8 +514,7 @@ listen {} block
|
|||
|
||||
A listen block specifies what ports a server should listen on.
|
||||
|
||||
listen {} variables
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
**listen {} variables**
|
||||
|
||||
host
|
||||
An optional host to bind to. Otherwise, the ircd will listen on all
|
||||
|
@ -547,8 +537,7 @@ modules {} block
|
|||
|
||||
The modules block specifies information for loadable modules.
|
||||
|
||||
modules {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
**modules {} variables**
|
||||
|
||||
path
|
||||
Specifies a path to search for loadable modules.
|
||||
|
@ -611,8 +600,7 @@ these.
|
|||
Multiple blacklists can be specified, in pairs with first host then
|
||||
reject\_reason.
|
||||
|
||||
blacklist {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
**blacklist {} variables**
|
||||
|
||||
host
|
||||
The DNSBL to use.
|
||||
|
@ -633,8 +621,7 @@ Alias blocks allow the definition of custom commands. These commands
|
|||
send ``PRIVMSG`` to the given target. A real command takes precedence above
|
||||
an alias.
|
||||
|
||||
alias {} variables
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
**alias {} variables**
|
||||
|
||||
target
|
||||
The target nick (must be a network service (umode ``+S``)) or
|
||||
|
@ -663,8 +650,7 @@ removals.
|
|||
|
||||
The letters in parentheses denote the flags in ``/stats`` U.
|
||||
|
||||
cluster {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
**cluster {} variables**
|
||||
|
||||
name
|
||||
The server name to share with, this may contain wildcards and may be
|
||||
|
@ -675,8 +661,7 @@ flags
|
|||
another flags entry) will receive these flags. They are listed
|
||||
below.
|
||||
|
||||
cluster {} flags
|
||||
~~~~~~~~~~~~~~~~
|
||||
**cluster {} flags**
|
||||
|
||||
kline (K)
|
||||
Permanent ``K:lines``
|
||||
|
@ -729,8 +714,7 @@ be silently ignored.
|
|||
|
||||
The letters in parentheses denote the flags in ``/stats U``.
|
||||
|
||||
shared {} variables
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
**shared {} variables**
|
||||
|
||||
oper
|
||||
The user@host the oper must have, and the server they must be on.
|
||||
|
@ -744,8 +728,7 @@ flags
|
|||
.. note:: While they have the same names, the flags have subtly
|
||||
different meanings from those in the cluster{} block.
|
||||
|
||||
shared {} flags
|
||||
~~~~~~~~~~~~~~~
|
||||
**shared {} flags**
|
||||
|
||||
kline (K)
|
||||
Permanent and temporary ``K:lines``
|
||||
|
@ -819,8 +802,7 @@ Do not place normal servers here.
|
|||
Multiple names may be specified but there may be only one service{}
|
||||
block.
|
||||
|
||||
service {} variables
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
**service {} variables**
|
||||
|
||||
name
|
||||
The server name to grant special privileges. This may not contain
|
||||
|
|
Loading…
Reference in a new issue