diff options
| author | Mistivia <i@mistivia.com> | 2025-10-23 23:44:03 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-23 23:44:07 +0800 |
| commit | c8aeef18cb46a617b6397b9822263895e97e9048 (patch) | |
| tree | ebe127e7c194039f315b74a5998b05a271c57b9d /ngircd/doc/Capabilities.txt | |
add ircd
Diffstat (limited to 'ngircd/doc/Capabilities.txt')
| -rw-r--r-- | ngircd/doc/Capabilities.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ngircd/doc/Capabilities.txt b/ngircd/doc/Capabilities.txt new file mode 100644 index 0000000..0f160ed --- /dev/null +++ b/ngircd/doc/Capabilities.txt @@ -0,0 +1,28 @@ + + ngIRCd - Next Generation IRC Server + http://ngircd.barton.de/ + + (c)2001-2012 Alexander Barton and Contributors. + ngIRCd is free software and published under the + terms of the GNU General Public License. + + -- Capabilities.txt -- + + +This document lists and describes the "IRC capabilities" that ngIRCd supports +and can be requested by a IRC/IRCv3 client that supports the "CAP" command. + +ngIRCd implements the "IRC Client Capabilities Extension" as described here: +<http://ircv3.net/specs/core/capability-negotiation-3.1.html> + + +I. Supported Capabilities +~~~~~~~~~~~~~~~~~~~~~~~~~ + +* "multi-prefix" + + When requested, the multi-prefix client capability will cause the IRC + server to send all possible prefixes which apply to a user in NAMES and + WHO output. + + See <http://ircv3.net/specs/extensions/multi-prefix-3.1.html>. |
