summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-15 18:02:20 -0400
committerJune McEnroe <june@causal.agency>2021-10-15 23:00:47 -0400
commit1d217a2b9e733a825c3ce4b2dc5b5e5d2ada5d4b (patch)
tree90d9ff977b6c3f69ec92187d0f2746e51d8e0561
parentNote Libera userhost-in-names in QUIRKS (diff)
downloadpounce-3.0.tar.gz
pounce-3.0.zip
Remove CAVEATS section 3.0
The first one is already covered in the opening paragraphs. The
second is now I think better covered by the DIAGNOSTICS section,
though maybe not as specifically.
Diffstat (limited to '')
-rw-r--r--pounce.117
1 files changed, 0 insertions, 17 deletions
diff --git a/pounce.1 b/pounce.1
index a978843..4c4c517 100644
--- a/pounce.1
+++ b/pounce.1
@@ -861,23 +861,6 @@ should not affect the automatic away status.
 .Sh AUTHORS
 .An June Bug Aq Mt june@causal.agency
 .
-.Sh CAVEATS
-One instance of
-.Nm
-is required for each server connection.
-The
-.Nm
-process must be restarted
-if the server connection is lost.
-.
-.Pp
-The
-.Nm
-bouncer makes no distinction between channels.
-Elevated activity in one channel
-may push messages from a quieter channel
-out of the buffer.
-.
 .Sh BUGS
 Send mail to
 .Aq Mt list+pounce@causal.agency
l/commit/ui.c?h=2.2a&id=c9590bab061fcaa3e11a94eea8c34026a6c7a880&follow=1'>Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe