summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-27 03:01:39 -0500
committerJune McEnroe <june@causal.agency>2020-02-27 03:01:39 -0500
commit81d692aa3723ecb4267a707a684074eb9f222cba (patch)
tree7488ca793e49f68568ff247698c33738cbf36899 /pounce.1
parentSend CAP LS 302 to the server (diff)
downloadpounce-81d692aa3723ecb4267a707a684074eb9f222cba.tar.gz
pounce-81d692aa3723ecb4267a707a684074eb9f222cba.zip
Re-sort STANDARDS section
Authors in order listed on IRCv3.
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.167
1 files changed, 30 insertions, 37 deletions
diff --git a/pounce.1 b/pounce.1
index 0ab6210..ad1d71f 100644
--- a/pounce.1
+++ b/pounce.1
@@ -510,20 +510,35 @@ daemon implements the following:
 .Bl -item
 .It
 .Rs
-.%A Kyle Fuller
-.%A St\('ephan Kochen
-.%A Alexey Sokolov
-.%A James Wheare
-.%T IRCv3.2 server-time Extension
+.%A Attila Molnar
+.%A William Pitcock
+.%T IRCv3.2 SASL Authentication
 .%I IRCv3 Working Group
-.%U https://ircv3.net/specs/extensions/server-time-3.2
+.%U https://ircv3.net/specs/extensions/sasl-3.2
+.Re
+.It
+.Rs
+.%A C. Kalt
+.%T Internet Relay Chat: Client Protocol
+.%I IETF
+.%N RFC 2812
+.%D April 2000
+.%U https://tools.ietf.org/html/rfc2812
+.Re
+.It
+.Rs
+.%A K. Zeilenga, Ed.
+.%T The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
+.%I IETF
+.%N RFC 4616
+.%D August 2006
+.%U https://tools.ietf.org/html/rfc4616
 .Re
-.
 .It
 .Rs
-.%A Lee Hardy
-.%A Perry Lorier
 .%A Kevin L. Mitchell
+.%A Perry Lorier
+.%A Lee Hardy
 .%A William Pitcock
 .%A Attila Molnar
 .%A Daniel Oakley
@@ -532,46 +547,24 @@ daemon implements the following:
 .%I IRCv3 Working Group
 .%U https://ircv3.net/specs/core/capability-negotiation
 .Re
-.
 .It
 .Rs
 .%A S. Josefsson
-.%Q SJD
 .%T The Base16, Base32, and Base64 Data Encodings
 .%I IETF
 .%N RFC 4648
 .%D October 2006
 .%U https://tools.ietf.org/html/rfc4648
 .Re
-.
-.It
-.Rs
-.%A C. Kalt
-.%T Internet Relay Chat: Client Protocol
-.%I IETF
-.%N RFC 2812
-.%D April 2000
-.%U https://tools.ietf.org/html/rfc2812
-.Re
-.
 .It
 .Rs
-.%A William Pitcock
-.%A Attila Molnar
-.%T IRCv3.2 SASL Authentication
+.%A St\('ephan Kochen
+.%A Alexey Sokolov
+.%A Kyle Fuller
+.%A James Wheare
+.%T IRCv3.2 server-time Extension
 .%I IRCv3 Working Group
-.%U https://ircv3.net/specs/extensions/sasl-3.2
-.Re
-.
-.It
-.Rs
-.%A K. Zeilenga, Ed.
-.%Q OpenLDAP Foundation
-.%T The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
-.%I IETF
-.%N RFC 4616
-.%D August 2006
-.%U https://tools.ietf.org/html/rfc4616
+.%U https://ircv3.net/specs/extensions/server-time-3.2
 .Re
 .El
 .
2019-03-28Remove rc.kfcgiJune McEnroe I sent a better version of it to the port maintainer and it is now in the ports tree. 2019-01-16Reformat index.html with explore linkJune McEnroe 2019-01-16Return false from keydown handler in exploreJune McEnroe 2019-01-08Draw lines to tile edgeJune McEnroe 2019-01-08Factor out default pathsJune McEnroe 2019-01-08Remove incorrect default coordinatesJune McEnroe 2019-01-07Set img src when explore fragment changesJune McEnroe 2019-01-07Compress PNG data in imageJune McEnroe kcgi never enables compression for FastCGI. 2019-01-07madvise MADV_NOCORE in imageJune McEnroe 2019-01-07Add license notice to explore JavaScriptJune McEnroe 2019-01-07Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe