summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-12 19:47:30 -0500
committerJune McEnroe <june@causal.agency>2020-01-12 19:47:30 -0500
commit21c965b500884d17f1fd40ab483058c39bbe10d5 (patch)
treef12cc0fb163e8d992693cbfc67f8e7d18fe79364
parentRename all local-related options to local- (diff)
downloadpounce-21c965b500884d17f1fd40ab483058c39bbe10d5.tar.gz
pounce-21c965b500884d17f1fd40ab483058c39bbe10d5.zip
Clean up documentation for -A
-rw-r--r--pounce.115
1 files changed, 6 insertions, 9 deletions
diff --git a/pounce.1 b/pounce.1
index ee3f686..9520737 100644
--- a/pounce.1
+++ b/pounce.1
@@ -70,18 +70,15 @@ The arguments are as follows:
 .
 .Bl -tag -width Ds
 .It Fl A Ar path , Cm local-ca = Ar path
-Load the TLS client certificate authority (CA) from
+Require clients to authenticate
+using a TLS client certificate
+signed by the certificate authority loaded from
 .Ar path .
 If
 .Fl W
-is unset,
-clients must present a certificate signed by the CA
-to connect.
-If
-.Fl W
 is also set,
-clients may either connect using the password
-or a client certificate.
+clients may instead connect
+with a server password.
 .
 .It Fl C Ar path , Cm local-cert = Ar path
 Load TLS certificate from
@@ -151,7 +148,7 @@ If
 .Fl A
 is also set,
 clients may instead connect
-using a client certificate.
+using a TLS client certificate.
 .
 .It Fl a Ar user : Ns Ar pass , Cm sasl-plain = Ar user : Ns Ar pass
 Authenticate as
90&follow=1'>Reset attrs after addIRCJune McEnroe 2018-08-07Add tab complete UIJune McEnroe 2018-08-07Implement cycling tab completeJune McEnroe 2018-08-07Mark log when scrolling upJune McEnroe 2018-08-07Remove extraneous slash from unrecognized commandJune McEnroe 2018-08-07Highlight and beep pingsJune McEnroe 2018-08-07Factor out allocating conversion between wcs and mbsJune McEnroe 2018-08-07Match commands case-insensitivelyJune McEnroe 2018-08-07Convert input to multibyte before handlingJune McEnroe 2018-08-07Populate tab-complete listJune McEnroe 2018-08-07Fix /me formatting side-effectsJune McEnroe 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe