Skip to content

Commit 7275fcf

Browse files
committed
Update ircv3 docs
1 parent 41b9f0a commit 7275fcf

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/ircv3.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This page documents IRCv3 features. With two exceptions noted, all of the IRCv3 3.1 and 3.2
2-
specifications are implemented. Draft/WIP specs have some support (STS, SNI).
2+
specifications are implemented along with more recent specifications. Draft/WIP specs have some support (SNI).
33

44
See the `CapabilityManager` and `CapabilityRequestCommand` for more details.
55

@@ -8,6 +8,7 @@ See the `CapabilityManager` and `CapabilityRequestCommand` for more details.
88
* CAP
99
* The client starts the connection with `CAP LS 302` and will request a modifiable selection of capabilities.
1010
* It supports CAP spec 3.2, including the NEW and DEL commands.
11+
* Standard Replies (FAIL, NOTE, WARN) and ACK.
1112
* multi-prefix
1213
* Prefixes sorted by importance according to ISUPPORT info.
1314
* sasl
@@ -28,7 +29,10 @@ See the `CapabilityManager` and `CapabilityRequestCommand` for more details.
2829
* Message tags
2930
* Getters in `ServerMessage`.
3031
* Custom class registration in `MessageTagManager`.
32+
* Message ID (`msgid`).
33+
* Labeled response (`label` and ACK messages)
3134
* Client-only tags.
35+
* `talking`.
3236
* Tag-only (TAGMSG) messages.
3337
* Monitor
3438
* `MonitorCommand` to get the party started.
@@ -59,14 +63,6 @@ See the `CapabilityManager` and `CapabilityRequestCommand` for more details.
5963
* For more information see [here](advanced/webirc.md).
6064

6165

62-
### Not yet supported
63-
64-
* Specific support for proposed client-only tags:
65-
* reply
66-
* react
67-
* labeled-message draft
68-
* message-ids draft
69-
7066
### No plans to support
7167

7268
* Metadata

0 commit comments

Comments
 (0)