From 32ad9cba9fb9d0ad7cf835c73477864bad00e135 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Tue, 21 Feb 2023 19:12:31 +0100 Subject: [PATCH] Update specs (#488) Includes the following commits: * fc9e27796f00f053c17469fb5c5fe87f92f9e6cd chathistory: Add MSGREFTYPES ISUPPORT token (#510) * f5fc907b99b60691c98423d7606d21d61fe05163 Add a capability for sending arbitrary standard replies. (#506) * 0511d5645e93ec21cb2d9c4f9efec026698b9250 extensions/webirc.md: correct some typos (#512) * 6c7683e4dd24593cc7f589f778e0c1c5997a2f24 UTF8ONLY: remove suggestion to disconnect the client (#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. --- _data/irc_versions.yml | 6 ++++++ _data/registry.yml | 7 +++++++ _data/sw_clients.yml | 4 ++++ _data/sw_servers.yml | 2 ++ specs | 2 +- 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/_data/irc_versions.yml b/_data/irc_versions.yml index 5abf3717..44facbad 100644 --- a/_data/irc_versions.yml +++ b/_data/irc_versions.yml @@ -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) diff --git a/_data/registry.yml b/_data/registry.yml index 20651826..340e085c 100644 --- a/_data/registry.yml +++ b/_data/registry.yml @@ -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 @@ -388,6 +392,9 @@ specs: - monitor description: Indicates the server supports the MONITOR command. + - name: MSGREFTYPES + specs: + - chathistory - name: UTF8ONLY specs: - utf8only diff --git a/_data/sw_clients.yml b/_data/sw_clients.yml index 365f6617..c5bfc0c8 100644 --- a/_data/sw_clients.yml +++ b/_data/sw_clients.yml @@ -166,6 +166,7 @@ sasl-3.2: server-time: setname: 2.16 + standard-replies: Git userhost-in-names: utf8only: 2.16 whox: @@ -371,6 +372,7 @@ sasl-3.2: server-time: setname: + standard-replies: Git typing-client-tag: whox: SASL: @@ -523,6 +525,7 @@ sasl-3.2: server-time: setname: + standard-replies: Git sts: userhost-in-names: whox: @@ -1182,6 +1185,7 @@ server-time: setname: sts: + standard-replies: Git starttls: userhost-in-names: utf8only: diff --git a/_data/sw_servers.yml b/_data/sw_servers.yml index 84fe5203..f9693284 100644 --- a/_data/sw_servers.yml +++ b/_data/sw_servers.yml @@ -48,6 +48,7 @@ sasl-3.1: sasl-3.2: server-time: + standard-replies: Git setname: userhost-in-names: utf8only: @@ -133,6 +134,7 @@ sasl-3.2: server-time: setname: + standard-replies: Git starttls: sts: userhost-in-names: diff --git a/specs b/specs index 8f0ca143..fc9e2779 160000 --- a/specs +++ b/specs @@ -1 +1 @@ -Subproject commit 8f0ca1435aa1b537991a7fb266a6e73954561911 +Subproject commit fc9e27796f00f053c17469fb5c5fe87f92f9e6cd