Skip to content

Commit

Permalink
Update specs (ircv3#488)
Browse files Browse the repository at this point in the history
Includes the following commits:

* fc9e27796f00f053c17469fb5c5fe87f92f9e6cd chathistory: Add MSGREFTYPES ISUPPORT token (ircv3#510)
* f5fc907b99b60691c98423d7606d21d61fe05163 Add a capability for sending arbitrary standard replies. (ircv3#506)
* 0511d5645e93ec21cb2d9c4f9efec026698b9250 extensions/webirc.md: correct some typos (ircv3#512)
* 6c7683e4dd24593cc7f589f778e0c1c5997a2f24 UTF8ONLY: remove suggestion to disconnect the client (ircv3#502)

Standard replies are not an addition and they are already linked from
_irc/index.md; we only forgot to add them to `irc_versions.yml` before.
  • Loading branch information
progval authored Feb 21, 2023
1 parent 6afb945 commit 32ad9cb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _data/irc_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ stable:
link: /specs/extensions/setname.html
caps:
- setname
standard-replies:
name: standard-replies
description: standard-replies
link: /specs/extensions/standard-replies.html
caps:
- standard-replies
starttls:
name: starttls
description: tls Extension (STARTTLS)
Expand Down
7 changes: 7 additions & 0 deletions _data/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
specs:
- setname
description: Lets clients change their realname after connecting to the server.
- name: standard-replies
specs:
- standard-replies
description: Allows servers to use standard replies more broadly
- name: tls
specs:
- starttls
Expand Down Expand Up @@ -388,6 +392,9 @@
specs:
- monitor
description: Indicates the server supports the MONITOR command.
- name: MSGREFTYPES
specs:
- chathistory
- name: UTF8ONLY
specs:
- utf8only
Expand Down
4 changes: 4 additions & 0 deletions _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
sasl-3.2:
server-time:
setname: 2.16
standard-replies: Git
userhost-in-names:
utf8only: 2.16
whox:
Expand Down Expand Up @@ -371,6 +372,7 @@
sasl-3.2:
server-time:
setname:
standard-replies: Git
typing-client-tag:
whox:
SASL:
Expand Down Expand Up @@ -523,6 +525,7 @@
sasl-3.2:
server-time:
setname:
standard-replies: Git
sts:
userhost-in-names:
whox:
Expand Down Expand Up @@ -1182,6 +1185,7 @@
server-time:
setname:
sts:
standard-replies: Git
starttls:
userhost-in-names:
utf8only:
Expand Down
2 changes: 2 additions & 0 deletions _data/sw_servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
sasl-3.1:
sasl-3.2:
server-time:
standard-replies: Git
setname:
userhost-in-names:
utf8only:
Expand Down Expand Up @@ -133,6 +134,7 @@
sasl-3.2:
server-time:
setname:
standard-replies: Git
starttls:
sts:
userhost-in-names:
Expand Down
2 changes: 1 addition & 1 deletion specs

0 comments on commit 32ad9cb

Please sign in to comment.