File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 8787 message-tags :
8888 msgid :
8989 multiline :
90- no-implicit-names :
9190 sasl-3.1 :
9291 server-time :
9392 standard-replies :
9897 - plain
9998 partial :
10099 stable :
100+ no-implicit-names : " draft cap"
101101 reply-client-tag : " draft cap"
102102 na :
103103 stable :
Original file line number Diff line number Diff line change 755755 msgid :
756756 multiline :
757757 multi-prefix :
758- no-implicit-names :
759758 sasl-3.1 :
760759 sasl-3.2 :
761760 server-time :
771770 - plain
772771 partial :
773772 stable :
773+ no-implicit-names : " draft cap"
774774 reply-client-tag : " draft cap"
775775
776776- name : Mobile Clients
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
983983 msgid :
984984 multi-prefix :
985985 network-icon :
986- no-implicit-names :
987986 pre-away :
988987 read-marker :
989988 sasl-3.1 :
997996 reply-client-tag :
998997 SASL :
999998 - plain
999+ partial :
1000+ stable :
1001+ no-implicit-names : " draft cap"
10001002
10011003- name : Bouncers
10021004 software :
11601162 monitor :
11611163 msgid :
11621164 multi-prefix :
1163- no-implicit-names :
11641165 pre-away :
11651166 read-marker :
11661167 sasl-3.1 :
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
Original file line number Diff line number Diff line change 4141 msgid :
4242 multi-prefix :
4343 multiline :
44- no-implicit-names :
4544 pre-away :
4645 read-marker :
4746 sasl-3.1 :
5857 na :
5958 stable :
6059 starttls : supports sts
60+ partial :
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/
125128 extended-join :
126129 extended-monitor :
127130 invite-notify :
131+ no-implicit-names : 4.10.0+
128132 labeled-response :
129133 message-tags :
130134 monitor :
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 :
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"
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ The [`WHOX` spec]({{site.baseurl}}/specs/extensions/whox.html)
297297describes how the ` WHO ` message and its replies changes with this capability active
298298to 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 )
301301allows clients to disable the implicit ` NAMES ` responses sent after ` JOIN ` in
302302case they don't always need that information for all channels. Clients can
303303still query that information as needed via the ` NAMES ` or ` WHO ` command.
You can’t perform that action at this time.
0 commit comments