summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-29 01:20:16 -0400
committerJune McEnroe <june@causal.agency>2019-10-29 01:20:16 -0400
commit5a2385ffa62ea240719ee0a1b96beaf618ab208e (patch)
tree44468f0c9617f966ab108976b91d01be83ed5720
parentLock save file (diff)
downloadpounce-5a2385ffa62ea240719ee0a1b96beaf618ab208e.tar.gz
pounce-5a2385ffa62ea240719ee0a1b96beaf618ab208e.zip
Document lack of channel distinction caveat
Diffstat (limited to '')
-rw-r--r--pounce.110
1 files changed, 9 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1
index 632ca3e..33ff563 100644
--- a/pounce.1
+++ b/pounce.1
@@ -1,4 +1,4 @@
-.Dd October 28, 2019
+.Dd October 29, 2019
 .Dt POUNCE 1
 .Os
 .
@@ -282,3 +282,11 @@ One instance of
 .Nm ,
 and therefore one local port,
 is required for each server connection.
+.
+.Pp
+The
+.Nm
+daemon makes no distinction between channels.
+Elevated activity in one channel
+may push messages from a quieter channel
+out of the buffer.
-25 18:39:02 -0400'>2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe