summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 19 insertions, 18 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
hover-highlight'> 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe