Skip to content

Commit 4c08b21

Browse files
committed
Update the no-implicit-names table.
1 parent 35c4c42 commit 4c08b21

5 files changed

Lines changed: 20 additions & 14 deletions

File tree

_data/irc_versions.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,11 @@ stable:
287287
draft: true
288288

289289
no-implicit-names:
290-
name: draft/no-implicit-names
291-
description: Disable implicit NAMES responses DRAFT
290+
name: no-implicit-names
291+
description: Disable implicit NAMES responses
292292
link: /specs/extensions/no-implicit-names.html
293-
draft: true
294293
caps:
295-
- draft/no-implicit-names
294+
- no-implicit-names
296295

297296
pre-away:
298297
name: draft/pre-away

_data/sw_bridges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
message-tags:
8888
msgid:
8989
multiline:
90-
no-implicit-names:
9190
sasl-3.1:
9291
server-time:
9392
standard-replies:
@@ -98,6 +97,7 @@
9897
- plain
9998
partial:
10099
stable:
100+
no-implicit-names: "draft cap"
101101
reply-client-tag: "draft cap"
102102
na:
103103
stable:

_data/sw_clients.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,6 @@
755755
msgid:
756756
multiline:
757757
multi-prefix:
758-
no-implicit-names:
759758
sasl-3.1:
760759
sasl-3.2:
761760
server-time:
@@ -771,6 +770,7 @@
771770
- plain
772771
partial:
773772
stable:
773+
no-implicit-names: "draft cap"
774774
reply-client-tag: "draft cap"
775775

776776
- name: Mobile Clients
@@ -924,7 +924,7 @@
924924
stable:
925925
labeled-response: "draft cap"
926926
message-tags: "draft cap"
927-
msgid: "draft tag"
927+
928928
setname: "draft cap"
929929
- name: Quasseldroid
930930
# ref: knownCaps in https://github.com/quassel/quassel/blob/0.14.0/src/common/irccap.h
@@ -983,7 +983,6 @@
983983
msgid:
984984
multi-prefix:
985985
network-icon:
986-
no-implicit-names:
987986
pre-away:
988987
read-marker:
989988
sasl-3.1:
@@ -997,6 +996,9 @@
997996
reply-client-tag:
998997
SASL:
999998
- plain
999+
partial:
1000+
stable:
1001+
no-implicit-names: "draft cap"
10001002

10011003
- name: Bouncers
10021004
software:
@@ -1160,7 +1162,6 @@
11601162
monitor:
11611163
msgid:
11621164
multi-prefix:
1163-
no-implicit-names:
11641165
pre-away:
11651166
read-marker:
11661167
sasl-3.1:
@@ -1173,8 +1174,10 @@
11731174
plain:
11741175
partial:
11751176
stable:
1176-
websockets: text only
11771177
bot-mode: "draft cap"
1178+
no-implicit-names: "draft cap"
1179+
websockets: text only
1180+
11781181
- name: soju (as Client)
11791182
# ref: https://codeberg.org/emersion/soju/src/branch/master/upstream.go#L28
11801183
link: https://codeberg.org/emersion/soju

_data/sw_servers.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
msgid:
4242
multi-prefix:
4343
multiline:
44-
no-implicit-names:
4544
pre-away:
4645
read-marker:
4746
sasl-3.1:
@@ -58,6 +57,10 @@
5857
na:
5958
stable:
6059
starttls: supports sts
60+
na:
61+
stable:
62+
no-implicit-names: "draft cap"
63+
6164
- name: IRCCloud Teams
6265
# maintainer: jwheare
6366
link: https://blog.irccloud.com/private-teams-servers/
@@ -125,6 +128,7 @@
125128
extended-join:
126129
extended-monitor:
127130
invite-notify:
131+
no-implicit-names: 4.10.0+
128132
labeled-response:
129133
message-tags:
130134
monitor:
@@ -265,7 +269,6 @@
265269
msgid:
266270
multi-prefix:
267271
network-icon: 6.2.2+
268-
no-implicit-names: 6.1.5+
269272
sasl-3.1:
270273
sasl-3.2:
271274
server-time:
@@ -281,6 +284,7 @@
281284
partial:
282285
stable:
283286
account-registration: "6.0+ add-on"
284-
message-redaction: "6.0+ add-on"
285287
channel-rename: "6.1+ add-on"
288+
message-redaction: "6.0+ add-on"
286289
metadata: "6.1+ add-on"
290+
no-implicit-names: "draft cap"

_irc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The [`WHOX` spec]({{site.baseurl}}/specs/extensions/whox.html)
297297
describes how the `WHO` message and its replies changes with this capability active
298298
to allow clients to request more data, and how clients should interpret these changes.
299299

300-
The **work-in-progress** [`no-implicit-names` spec]({{site.baseurl}}/specs/extensions/no-implicit-names.html)
300+
The [`no-implicit-names` spec]({{site.baseurl}}/specs/extensions/no-implicit-names.html)
301301
allows clients to disable the implicit `NAMES` responses sent after `JOIN` in
302302
case they don't always need that information for all channels. Clients can
303303
still query that information as needed via the `NAMES` or `WHO` command.

0 commit comments

Comments
 (0)