summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Expand)Author
2021-01-16Rename ignore code to filterC. McEnroe
2020-09-01Factor buffer out of uiC. McEnroe
2020-07-31Use ldd to automatically copy libs into chrootC. McEnroe
2020-07-31Fix path of cert.pem in chrootC. McEnroe
2020-07-25Bump .so versions in chrootC. McEnroe
2020-07-23Rewrite configure script for all platformsC. McEnroe
2020-05-27Inherit PREFIX and MANDIR from env 1.0C. McEnroe
2020-05-23Don't compress man page or use configure on FreeBSDC. McEnroe
2020-04-03Use gnu-case-range and gnu-conditional-omitted-operand extensionsC. McEnroe
2020-03-31Add /ignore message filtering patternsC. McEnroe
2020-03-25Add logging functionsC. McEnroe
2020-02-12Add sandman wrapperC. McEnroe
2020-02-11Add chroot targetC. McEnroe
2020-02-10Factor out XDG base directory codeC. McEnroe
2020-02-09Add install targetC. McEnroe
2020-02-08Scan messages for URLsC. McEnroe
2020-02-07Populate completion with commandsC. McEnroe
2020-02-06Add simple configure scriptC. McEnroe
2020-02-05Use getopt_config to load optionsC. McEnroe
2020-02-05Add extremely basic editing and message sendingC. McEnroe
2020-02-04Split showing style codes and word wrappingC. McEnroe
2020-02-02Remove term.c in favor of more curses APIsC. McEnroe
2020-02-01Generate tags fileC. McEnroe
2020-02-01Implement the beginnings of UIC. McEnroe
2020-02-01Add term stuffC. McEnroe
2020-02-01Blindly implement login flowC. McEnroe