about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-25 21:33:36 -0400
committerJune McEnroe <june@causal.agency>2021-05-25 21:35:05 -0400
commitb095625ba7c3233fc234b4bc86ad5c5198afde91 (patch)
treedc9646b473fce52ecea6a289a780ebd83ddf9517
parentReplace freenode with tilde.chat (diff)
downloadpounce-b095625ba7c3233fc234b4bc86ad5c5198afde91.tar.gz
pounce-b095625ba7c3233fc234b4bc86ad5c5198afde91.zip
Add QUIRKS file
-rw-r--r--QUIRKS.756
-rw-r--r--README.79
2 files changed, 64 insertions, 1 deletions
diff --git a/QUIRKS.7 b/QUIRKS.7
new file mode 100644
index 0000000..69f9596
--- /dev/null
+++ b/QUIRKS.7
@@ -0,0 +1,56 @@
+.Dd May 25, 2021
+.Dt QUIRKS 7
+.Os "Causal Agency"
+.
+.Sh NAME
+.Nm Quirks
+.Nd IRC networks and clients
+.
+.Sh DESCRIPTION
+This file documents the quirks
+of connecting
+.Xr pounce 1
+with particular IRC networks and clients.
+.
+.Ss Networks
+.Bl -tag -width Ds
+.It EFnet
+EFnet uses port 9999 for TLS
+and uses self-signed certificates.
+.
+.It EsperNet
+EsperNet supports SASL,
+but not SASL EXTERNAL.
+Either the
+.Cm sasl-plain
+option can be used,
+or the
+.Cm client-cert
+option without the
+.Cm sasl-external
+option.
+.
+.It OFTC
+OFTC does not support SASL,
+but does support CertFP.
+The
+.Cm client-cert
+option can be used without the
+.Cm sasl-external
+option.
+.El
+.
+.Ss Clients
+.Bl -tag -width Ds
+.It Palaver (iOS)
+Palaver sets its username
+to the same as its nickname.
+The default nick of
+.Dq Palaver
+therefore works well.
+.
+.It Revolution (Android)
+Revolution won't connect properly
+if the nick it is configured with
+is not the one pounce is currently using.
+.El
diff --git a/README.7 b/README.7
index 13fcd98..0b3e923 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd May  2, 2021
+.Dd May 25, 2021
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -15,6 +15,13 @@ and the IRCv3.2
 .Sy server-time
 extension to communicate with clients.
 .
+.Pp
+See
+.Xr QUIRKS 7
+for notes on connecting
+.Nm
+with particular networks and clients.
+.
 .Sh RATIONALE
 As a former
 .Xr znc 1