summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-17 18:46:38 -0500
committerJune McEnroe <june@causal.agency>2020-01-17 18:46:38 -0500
commit99ba2b6dc4bfde1b06273093f1c238264edf1bcf (patch)
treeb289b4f68e134b4baaf52a429d7df5add73ad72a /pounce.1
parentDocument process of generating client certificates (diff)
downloadpounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.tar.gz
pounce-99ba2b6dc4bfde1b06273093f1c238264edf1bcf.zip
Rename SASL EXTERNAL section to CertFP
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.19
1 files changed, 5 insertions, 4 deletions
diff --git a/pounce.1 b/pounce.1
index 96ae985..275b5a6 100644
--- a/pounce.1
+++ b/pounce.1
@@ -177,11 +177,12 @@ Certificates can be generated with
 .Fl g .
 .
 .It Fl e , Cm sasl-external
-Authenticate using SASL EXTERNAL.
+Authenticate using SASL EXTERNAL,
+also known as CertFP.
 The TLS client certificate is loaded with
 .Fl c .
 For more information, see
-.Sx Configuring SASL EXTERNAL .
+.Sx Configuring CertFP .
 .
 .It Fl f Ar path , Cm save = Ar path
 Load the contents of the buffer from
@@ -376,7 +377,7 @@ local-ca = auth.crt
 .Ed
 .El
 .
-.Ss Configuring SASL EXTERNAL
+.Ss Configuring CertFP
 .Bl -enum
 .It
 Generate a new TLS client certificate:
@@ -392,7 +393,7 @@ client-cert = example.pem
 .It
 Identify with services or use
 .Cm sasl-plain ,
-then add the certificate fingerprint (CertFP) to your account:
+then add the certificate fingerprint to your account:
 .Bd -literal -offset indent
 /msg NickServ CERT ADD
 .Ed
aa06e882bebf0750707e4b8c1af56bf5&follow=1'>Parse capabilitiesJune McEnroe The list that I've defined are the ones that I expect to be able to enable probably without any clients breaking... And of course server-time which pounce implements itself. 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe On GNU, calling getopt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe