about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-02 01:01:56 -0500
committerJune McEnroe <june@causal.agency>2018-12-02 01:01:56 -0500
commit3cf20eb67a9227a71fdd50127df0ad6018d16cf8 (patch)
treea72ee3fedb6f923b26650bb123ab04279c1d7937
parentCrudely handle reconnecting after suspend (diff)
downloadcatgirl-3cf20eb67a9227a71fdd50127df0ad6018d16cf8.tar.gz
catgirl-3cf20eb67a9227a71fdd50127df0ad6018d16cf8.zip
Add sandman.m to README
Diffstat (limited to '')
-rw-r--r--README37
-rw-r--r--catgirl.79
2 files changed, 25 insertions, 21 deletions
diff --git a/README b/README
index f83ef21..b744df8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-CATGIRL(7)             Miscellaneous Information Manual             CATGIRL(7)
+CATGIRL(7)         FreeBSD Miscellaneous Information Manual         CATGIRL(7)
 
 NAME
-     catgirl  IRC client
+     catgirl – IRC client
 
 DESCRIPTION
      catgirl is a curses IRC client originally intended for use over anonymous
@@ -10,25 +10,26 @@ DESCRIPTION
      It requires LibreSSL and targets FreeBSD, NetBSD and Darwin.
 
 FILES
-     chat.h    Shared state and function prototypes
-     chat.c    Command line parsing
-     event.c   Event loop and process spawning
-     tag.c     Tag (channel, query) ID assignment
-     handle.c  Incoming command handling
-     input.c   Input command handling
-     irc.c     TLS client connection
-     format.c  IRC formatting
-     ui.c      Curses UI
-     term.c    Terminal features unsupported by curses
-     edit.c    Line editing
-     tab.c     Tab-complete
-     url.c     URL detection
-     pls.c     Functions which should not have to be written
+     chat.h     Shared state and function prototypes
+     chat.c     Command line parsing
+     event.c    Event loop and process spawning
+     tag.c      Tag (channel, query) ID assignment
+     handle.c   Incoming command handling
+     input.c    Input command handling
+     irc.c      TLS client connection
+     format.c   IRC formatting
+     ui.c       Curses UI
+     term.c     Terminal features unsupported by curses
+     edit.c     Line editing
+     tab.c      Tab-complete
+     url.c      URL detection
+     pls.c      Functions which should not have to be written
+     sandman.m  Utility for Darwin to signal sleep
 
      sshd_config  Anonymous SSH configuration
      man.sh       man(1) implementation for chroot
 
 SEE ALSO
-     catgirl(1)
+     catgirl(1), sandman(1)
 
-Causal Agency                  November 28, 2018                 Causal Agency
+Causal Agency                  December 2, 2018                  Causal Agency
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
pan>Update email addressesJune McEnroe 2020-04-23Call updateConsumer from handleError 1.2p1June McEnroe This should prevent continually crashing on the same ERROR in the pounce buffer. 2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe 2020-04-05Error on invalid ISUPPORT values 1.2June McEnroe 2020-04-05Only set RCS on FreeBSDJune McEnroe 2020-04-05Log bans and unbansJune McEnroe 2020-04-05Parse mode types from ISUPPORTJune McEnroe 2020-04-05Add unscoop matchers for ban/unban eventsJune McEnroe The IRC and Textual matchers miss bans mixed with other mode changes, but those are rare. 2020-04-05Check unscoop regexps with make testJune McEnroe 2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe 2020-04-05Add Ban and Unban event typesJune McEnroe 2020-04-02Update styleJune McEnroe Replacing declarations followed by while loops with for loops and generating the short option string from the long options. 2020-03-31Update unscoop catgirl matchersJune McEnroe I'm not concerned about keeping the old matchers since I'm almost entirely certain I was the only one who ever used the old version of catgirl, and I already imported those logs. 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe