summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-18 11:33:32 -0400
committerJune McEnroe <june@causal.agency>2021-06-18 11:33:32 -0400
commitda8d4e0d70258e11815fafde5e1ef6794f53bd11 (patch)
tree8196bba223cf204a2da723c30ece55b0c99d4533
parentAdd mailing list archive to README (diff)
downloadpounce-da8d4e0d70258e11815fafde5e1ef6794f53bd11.tar.gz
pounce-da8d4e0d70258e11815fafde5e1ef6794f53bd11.zip
Stop referring to server-time as IRCv3.2
IRCv3 has moved away from grouping specs together into versions
like this. SASL is still referred to as IRCv3.2 because there are
two different versions of that spec.
-rw-r--r--README.72
-rw-r--r--pounce.16
2 files changed, 4 insertions, 4 deletions
diff --git a/README.7 b/README.7
index 24e7260..7997a49 100644
--- a/README.7
+++ b/README.7
@@ -11,7 +11,7 @@
 is a multi-client, TLS-only IRC bouncer.
 It takes a simple approach,
 using a multiple-consumer ring buffer
-and the IRCv3.2
+and the IRCv3
 .Sy server-time
 extension to communicate with clients.
 .
diff --git a/pounce.1 b/pounce.1
index 7788b9a..a52bf1f 100644
--- a/pounce.1
+++ b/pounce.1
@@ -58,7 +58,7 @@ is a multi-client, TLS-only IRC bouncer.
 It maintains a persistent connection to an IRC server
 while allowing clients to connect and disconnect,
 receiving messages that were missed upon reconnection.
-The IRCv3.2
+The IRCv3
 .Sy server-time
 extension is used to indicate
 when messages were originally received.
@@ -659,9 +659,9 @@ join = #ascii.town
 .%A St\('ephan Kochen
 .%A Alexey Sokolov
 .%A James Wheare
-.%T IRCv3.2 server-time Extension
+.%T server-time Extension
 .%I IRCv3 Working Group
-.%U https://ircv3.net/specs/extensions/server-time-3.2
+.%U https://ircv3.net/specs/extensions/server-time
 .Re
 .It
 .Rs
r>2019-05-20ui-shared: restrict to 15 levelsJason A. Donenfeld 2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo 2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev