From e934d24fa8454ebf338ad871bc51ea8d21f3db92 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 16 Nov 2022 11:09:12 +0100 Subject: [PATCH 1/5] Nov 2022 Spec round up --- _posts/2022-11-18-spec-round-up.md | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _posts/2022-11-18-spec-round-up.md diff --git a/_posts/2022-11-18-spec-round-up.md b/_posts/2022-11-18-spec-round-up.md new file mode 100644 index 00000000..2ad20193 --- /dev/null +++ b/_posts/2022-11-18-spec-round-up.md @@ -0,0 +1,37 @@ +--- +layout: post +title: 2022 Spec round-up +--- +Following our tradition of the annual update, here's a summary of everything that's been happening since Nov 2021. + +### Specs ratified + +* Feb 2022 [WHOX](https://ircv3.net/specs/extensions/whox) - Allows clients to request additional information on other clients. +* Apr 2022 [Bot mode](https://ircv3.net/specs/extensions/bot-mode) - Allows identifying clients presenting themselves as bot to other clients +* Oct 2022 [Extended monitor](https://ircv3.net/specs/extensions/extended-monitor) - Extends monitor to more commands and notifications + +### New drafts + +* Jun 2022 [channel-context client tag](https://ircv3.net/specs/client-tags/channel-context) - Allows sending private messages to clients, while displaying them in the same buffer as a channel +* Jun 2022 [Read marker](https://ircv3.net/specs/extensions/read-marker) - Allows several clients of the same user connected to a server or bouncer to tell each other about which messages have been read in each buffer (channel or query) + +### Specs updated + +* Nov 2021 [Account registration](https://ircv3.net/specs/extensions/account-registration) - Added `ACCOUNT_REQUIRED` fail code [#481](https://github.com/ircv3/ircv3-specifications/pull/481) +- Oct 2022 [account-tag](https://ircv3.net/specs/extensions/account-tag) - Relaxed requirement that the tag be set on all messages [#505](https://github.com/ircv3/ircv3-specifications/pull/505) + +### On the Roadmap + +Highlights from our ongoing [roadmap](https://github.com/ircv3/ircv3-specifications/milestone/4) milestone + +* ratify CHATHISTORY [#437](https://github.com/ircv3/ircv3-specifications/issues/437) +* userip-tag and userhost-tag [#418](https://github.com/ircv3/ircv3-specifications/issues/418) +* Add draft account-extban spec [#464](https://github.com/ircv3/ircv3-specifications/pull/464) +* Message editing and deletion [#425](https://github.com/ircv3/ircv3-specifications/pull/425) +* Display name client tag spec [#452](https://github.com/ircv3/ircv3-specifications/pull/452) + +### Other + +We have reorganized the main [specifications page]({{ site.baseurl }}/irc/) to group related specs together in a more logical manner given the recent additions. + +Finally, do check the support tables to see how adoption of our specs is coming along, there've been a bunch of busy implementations over the past year; especially [Goguma](https://sr.ht/~emersion/goguma/), a new Android client spearheading many draft specifications. From 4ccd560804eb151bd8d4da7db2fe6e7b1221c4f1 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 16 Nov 2022 22:11:43 +0100 Subject: [PATCH 2/5] Fix bullet Co-authored-by: James Wheare --- _posts/2022-11-18-spec-round-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-11-18-spec-round-up.md b/_posts/2022-11-18-spec-round-up.md index 2ad20193..49b4e3a7 100644 --- a/_posts/2022-11-18-spec-round-up.md +++ b/_posts/2022-11-18-spec-round-up.md @@ -18,7 +18,7 @@ Following our tradition of the annual update, here's a summary of everything tha ### Specs updated * Nov 2021 [Account registration](https://ircv3.net/specs/extensions/account-registration) - Added `ACCOUNT_REQUIRED` fail code [#481](https://github.com/ircv3/ircv3-specifications/pull/481) -- Oct 2022 [account-tag](https://ircv3.net/specs/extensions/account-tag) - Relaxed requirement that the tag be set on all messages [#505](https://github.com/ircv3/ircv3-specifications/pull/505) +* Oct 2022 [account-tag](https://ircv3.net/specs/extensions/account-tag) - Relaxed requirement that the tag be set on all messages [#505](https://github.com/ircv3/ircv3-specifications/pull/505) ### On the Roadmap From 266f0ee5c64b837e4b26c6a9ac4def2d4299e609 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 16 Nov 2022 22:18:12 +0100 Subject: [PATCH 3/5] Change date to today --- .../{2022-11-18-spec-round-up.md => 2022-11-16-spec-round-up.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{2022-11-18-spec-round-up.md => 2022-11-16-spec-round-up.md} (100%) diff --git a/_posts/2022-11-18-spec-round-up.md b/_posts/2022-11-16-spec-round-up.md similarity index 100% rename from _posts/2022-11-18-spec-round-up.md rename to _posts/2022-11-16-spec-round-up.md From 996b860c752e04f43981ec77ce6564cddb13a412 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Thu, 17 Nov 2022 12:57:40 +0000 Subject: [PATCH 4/5] Try auto_id_prefix --- _posts/2022-11-16-spec-round-up.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2022-11-16-spec-round-up.md b/_posts/2022-11-16-spec-round-up.md index 49b4e3a7..c61745d6 100644 --- a/_posts/2022-11-16-spec-round-up.md +++ b/_posts/2022-11-16-spec-round-up.md @@ -1,6 +1,9 @@ --- layout: post title: 2022 Spec round-up +kramdown: + auto_id_prefix: 2022 + --- Following our tradition of the annual update, here's a summary of everything that's been happening since Nov 2021. From 690f69d0cbccd1842607f0633d42dba20829e675 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Sun, 20 Nov 2022 11:10:59 +0000 Subject: [PATCH 5/5] Revert non fix and update date. --- ...{2022-11-16-spec-round-up.md => 2022-11-20-spec-round-up.md} | 2 -- 1 file changed, 2 deletions(-) rename _posts/{2022-11-16-spec-round-up.md => 2022-11-20-spec-round-up.md} (98%) diff --git a/_posts/2022-11-16-spec-round-up.md b/_posts/2022-11-20-spec-round-up.md similarity index 98% rename from _posts/2022-11-16-spec-round-up.md rename to _posts/2022-11-20-spec-round-up.md index c61745d6..7843beaf 100644 --- a/_posts/2022-11-16-spec-round-up.md +++ b/_posts/2022-11-20-spec-round-up.md @@ -1,8 +1,6 @@ --- layout: post title: 2022 Spec round-up -kramdown: - auto_id_prefix: 2022 --- Following our tradition of the annual update, here's a summary of everything that's been happening since Nov 2021.