Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions _data/irc_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,15 @@ stable:
link: /specs/extensions/whox.html
isupport:
- WHOX


channel-context-client-tag:
name: +channel-context
description: Channel context client tag
link: /specs/client-tags/channel-context.html
hide-if-no-support: true
tags:
- +channel-context

reply-client-tag:
name: +reply
description: Reply client tag
Expand Down Expand Up @@ -307,14 +315,6 @@ stable:
caps:
- draft/read-marker

channel-context-client-tag:
name: +draft/channel-context
description: Channel context client tag DRAFT
link: /specs/client-tags/channel-context.html
draft: true
tags:
- +draft/channel-context

react-client-tag:
name: +draft/react
description: React and unreact client tags DRAFT
Expand Down
16 changes: 11 additions & 5 deletions _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@
cap-notify:
cap-3.1:
cap-3.2:
channel-context-client-tag:
chathistory:
echo-message:
extended-monitor:
Expand All @@ -452,6 +451,9 @@
standard-replies:
typing-client-tag:
whox:
partial:
stable:
channel-context-client-tag: "draft cap"
SASL:
plain:
- name: Srain
Expand Down Expand Up @@ -581,7 +583,6 @@
cap-notify:
chghost:
account-registration:
channel-context-client-tag:
chathistory:
echo-message:
extended-join:
Expand All @@ -598,6 +599,9 @@
server-time:
setname:
whox:
partial:
stable:
channel-context-client-tag: "draft cap"
SASL:
- plain
- oauthbearer
Expand All @@ -615,7 +619,6 @@
cap-3.1:
cap-3.2:
channel-rename:
channel-context-client-tag:
chghost:
echo-message:
extended-join:
Expand All @@ -641,6 +644,9 @@
react-client-tag:
reply-client-tag:
typing-client-tag:
partial:
stable:
channel-context-client-tag: "draft cap"
SASL:
- plain
- scram-sha-256
Expand Down Expand Up @@ -1004,14 +1010,14 @@
server-time:
setname:
whox:
channel-context-client-tag:
react-client-tag:
typing-client-tag:
reply-client-tag:
SASL:
- plain
partial:
stable:
channel-context-client-tag: "draft cap"
no-implicit-names: "draft cap"

- name: Bouncers
Expand Down Expand Up @@ -1372,7 +1378,6 @@
cap-3.1:
cap-3.2:
cap-notify:
channel-context-client-tag:
chghost:
echo-message:
extended-join:
Expand Down Expand Up @@ -1401,6 +1406,7 @@
- scram-sha-256
partial:
stable:
channel-context-client-tag: "draft cap"
reply-client-tag: "draft cap"
- name: Moon Moon
# ref: https://github.com/wiseguiz/Moon-Moon/blob/master/irc.moon
Expand Down
1 change: 1 addition & 0 deletions docs/sasl-mechs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ page-header: >
IRC SASL authentication primarily uses the same mechanisms as SASL in other protocols. Most commonly:

* [PLAIN](https://tools.ietf.org/html/rfc4616) as defined by RFC 4616
* [OAUTHBEARER](https://tools.ietf.org/html/rfc7628) as defined by RFC 7628
* [EXTERNAL](https://tools.ietf.org/html/rfc4422#appendix-A) as defined by RFC 4422
* [SCRAM-SHA-256](https://tools.ietf.org/html/rfc7677) as defined by RFC 7677

Expand Down