]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Document remote D:lines in sgml.
authorJilles Tjoelker <redacted>
Sun, 20 Apr 2008 23:54:24 +0000 (01:54 +0200)
committerJilles Tjoelker <redacted>
Sun, 20 Apr 2008 23:54:24 +0000 (01:54 +0200)
doc/sgml/oper-guide/commands.sgml
doc/sgml/oper-guide/config.sgml

index d77dc8a47c906fbcb3aa1980dc4ca8f6454434ce..e26edf7c29ec8e60b323b956bad681065e032c86 100644 (file)
          <command>DLINE</command>
          <arg><replaceable>length</replaceable></arg>
          <arg choice=plain><replaceable>a</replaceable>.<replaceable>b</replaceable>.<replaceable>c</replaceable>.<replaceable>d</replaceable></arg>
+         <arg>ON <replaceable>servername</replaceable></arg>
          <arg>:<replaceable>reason</replaceable></arg>
        </cmdsynopsis>
        <para>
          connections.
        </para>
        <para>
-         D:lines cannot be set remotely on other servers.
+         If the ON part is specified, the D:line is set on servers matching
+         the given mask (provided a matching shared{} block exists there,
+         which is not the case by default).
+         Otherwise, the D:Line will be set on the local server only.
        </para>
        <para>
          Only exempt{} blocks exempt from D:lines.
        <cmdsynopsis>
          <command>UNDLINE</command>
          <arg choice=plain><replaceable>a.b.c.d</replaceable></arg>
+         <arg>ON <replaceable>servername</replaceable></arg>
        </cmdsynopsis>
        <para>
          Will attempt to remove a D:line from <filename>dline.conf</filename>, and will flush
index 3db34de9c5f5357d5e22e975e773000b4af2ae0e..a5ae1df08dbb0a991c012ad7324a5bf822facea2 100644 (file)
@@ -1018,7 +1018,7 @@ shared {
          <varlistentry>
            <term>all</term>
            <listitem>
-             <para>All of the above; this does not include locops or rehash</para>
+             <para>All of the above; this does not include locops, rehash, dline, tdline or undline.</para>
            </listitem>
          </varlistentry>
          <varlistentry>
@@ -1036,6 +1036,24 @@ shared {
              <para>REHASH commands; all options can be used</para>
            </listitem>
          </varlistentry>
+         <varlistentry>
+           <term>dline (D)</term>
+           <listitem>
+             <para>Permanent and temporary D:lines</para>
+           </listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>tdline (d)</term>
+           <listitem>
+             <para>Temporary D:lines</para>
+           </listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>undline (E)</term>
+           <listitem>
+             <para>D:line removals</para>
+           </listitem>
+         </varlistentry>
          <varlistentry>
            <term>none</term>
            <listitem>