summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-16 21:14:27 -0500
committerJune McEnroe <june@causal.agency>2019-12-16 21:14:27 -0500
commit8570ee9f532bce809401529559bee9604d7d87b5 (patch)
tree80fc4bd40e2db4568808881c9b57c34a6609d315
parentLink litterbox with -ltls (diff)
downloadlitterbox-8570ee9f532bce809401529559bee9604d7d87b5.tar.gz
litterbox-8570ee9f532bce809401529559bee9604d7d87b5.zip
Add server-time extension to STANDARDS
-rw-r--r--litterbox.113
1 files changed, 12 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1
index d1c9b57..0c9a06c 100644
--- a/litterbox.1
+++ b/litterbox.1
@@ -1,4 +1,4 @@
-.Dd December 13, 2019
+.Dd December 16, 2019
 .Dt LITTERBOX 1
 .Os
 .
@@ -111,6 +111,17 @@ daemon implements the following:
 .
 .It
 .Rs
+.%A Kyle Fuller
+.%A St\('ephan Kochen
+.%A Alexey Sokolov
+.%A James Wheare
+.%T IRCv3.2 server-time Extension
+.%I IRCv3 Working Group
+.%U https://ircv3.net/specs/extensions/server-time-3.2
+.Re
+.
+.It
+.Rs
 .%A C. Kalt
 .%T Internet Relay Chat: Client Protocol
 .%I IETF
d>June McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe