summary refs log tree commit diff
path: root/catgirl.7
diff options
context:
space:
mode:
Diffstat (limited to 'catgirl.7')
-rw-r--r--catgirl.79
1 files changed, 6 insertions, 3 deletions
diff --git a/catgirl.7 b/catgirl.7
index 3ddf19a..6f73a86 100644
--- a/catgirl.7
+++ b/catgirl.7
@@ -1,4 +1,4 @@
-.Dd November 28, 2018
+.Dd December 2, 2018
 .Dt CATGIRL 7
 .Os "Causal Agency"
 .
@@ -20,7 +20,7 @@ and targets
 and Darwin.
 .
 .Sh FILES
-.Bl -tag -width format.c -compact
+.Bl -tag -width sandman.m -compact
 .It Pa chat.h
 Shared state and function prototypes
 .It Pa chat.c
@@ -49,6 +49,8 @@ Tab-complete
 URL detection
 .It Pa pls.c
 Functions which should not have to be written
+.It Pa sandman.m
+Utility for Darwin to signal sleep
 .El
 .
 .Pp
@@ -61,4 +63,5 @@ implementation for chroot
 .El
 .
 .Sh SEE ALSO
-.Xr catgirl 1
+.Xr catgirl 1 ,
+.Xr sandman 1
='logheader'>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 This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 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 Another bug caused by trying to support broken clients. I'm annoyed. 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