[BACK]Return to Capabilities.txt CVS log [TXT][DIR] Up to [local] / ircnowd / doc

Annotation of ircnowd/doc/Capabilities.txt, Revision 1.1

1.1     ! tomglok     1:
        !             2:                      ngIRCd - Next Generation IRC Server
        !             3:                            http://ngircd.barton.de/
        !             4:
        !             5:                (c)2001-2012 Alexander Barton and Contributors.
        !             6:                ngIRCd is free software and published under the
        !             7:                    terms of the GNU General Public License.
        !             8:
        !             9:                             -- Capabilities.txt --
        !            10:
        !            11:
        !            12: This document lists and describes the "IRC capabilities" that ngIRCd supports
        !            13: and can be requested by a IRC/IRCv3 client that supports the "CAP" command.
        !            14:
        !            15: ngIRCd implements the "IRC Client Capabilities Extension" as described here:
        !            16: <http://ircv3.net/specs/core/capability-negotiation-3.1.html>
        !            17:
        !            18:
        !            19: I. Supported Capabilities
        !            20: ~~~~~~~~~~~~~~~~~~~~~~~~~
        !            21:
        !            22: * "multi-prefix"
        !            23:
        !            24:    When requested, the multi-prefix client capability will cause the IRC
        !            25:    server to send all possible prefixes which apply to a user in NAMES and
        !            26:    WHO output.
        !            27:
        !            28:    See <http://ircv3.net/specs/extensions/multi-prefix-3.1.html>.

CVSweb