]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/sgml/oper-guide/config.sgml
Add mass_notice oper priv, enabled by default for compatibility.
[irc/rqf/shadowircd.git] / doc / sgml / oper-guide / config.sgml
index 1dba228a0b87526a7aa4e0886bcca6b1d70a3860..2cd1c201b9d8a51b6a322200e0cb018e188f237a 100644 (file)
@@ -42,7 +42,6 @@ loadmodule "<replaceable>text</replaceable>";</synopsis>
        <synopsis>
 serverinfo {
         name = "<replaceable>text</replaceable>";
-        use_ts6 = <replaceable>boolean</replaceable>;
         sid = "<replaceable>text</replaceable>";
         description = "<replaceable>text</replaceable>";
         network_name = "<replaceable>text</replaceable>";
@@ -66,21 +65,11 @@ serverinfo {
              </para>
            </listitem>
          </varlistentry>
-         <varlistentry>
-           <term>use_ts6</term>
-           <listitem>
-             <para>
-                A boolean which defines whether or not you want to use the new TS6 protocol, which provides
-                many improvements over the old protocol, TS5, which is used in Hyperion.
-              </para>
-           </listitem>
-         </varlistentry>
          <varlistentry>
            <term>sid</term>
            <listitem>
              <para>
-                A unique ID which describes the server. This is required regardless of whether you are using
-               TS6 or not.
+                A unique ID which describes the server.
                This consists of one digit and two characters which can be
                digits or letters.
              </para>
@@ -303,7 +292,13 @@ auth {
          <varlistentry>
             <term>user</term>
             <listitem>
-              <para>A hostmask (user@host) that the auth{} block is matched against. You can have multiple user entries.</para>
+              <para>
+                A hostmask (user@host) that the auth {} block applies to.
+                It is matched against the hostname and IP address (using ::
+                shortening for IPv6 and prepending a 0 if it starts with
+                a colon) and can also use CIDR masks.
+                You can have multiple user entries.
+              </para>
             </listitem>
           </varlistentry>
          <varlistentry>
@@ -565,6 +560,10 @@ connect "<replaceable>name</replaceable>" {
                Furthermore, if a hostname is used, it must have an A or AAAA
                record (no CNAME) and it must be the primary
                hostname for inbound connections to work.
+             </para><para>
+               IPv6 addresses must be in :: shortened form; addresses which
+               then start with a colon must be prepended with a zero,
+               for example 0::1.
              </para></note>
            </listitem>
          </varlistentry>