summaryrefslogtreecommitdiff
path: root/pounce.1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-09Add seprintfC. McEnroe1-0/+13
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 READMEC. McEnroe1-1/+7
2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)C. McEnroe1-0/+1
2021-05-27Add note about Libera.Chat SASL-only rangesC. McEnroe1-1/+7
2021-05-25Add QUIRKS fileC. McEnroe2-1/+64
2021-05-19Replace freenode with tilde.chatC. McEnroe4-10/+10
2021-05-04notify: Reword pounce-notify manualC. McEnroe1-35/+22
2021-05-02Clean up Makefiles, configure scriptsC. McEnroe8-76/+83
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 failureC. McEnroe1-0/+1
Oops.
2021-04-30notify: Implement pounce-notifyC. McEnroe4-0/+419