summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-09-15Render README from chatte.7Curtis McEnroe
2018-09-14Run test binaries with set -e and semicolonsCurtis McEnroe
BSD make behaves oddly when trying to replace with &.
2018-09-14Fail target when any test binary failsCurtis McEnroe
2018-09-14Run tests in default targetCurtis McEnroe
2018-09-14Add termEvent testsCurtis McEnroe
2018-09-14Add tests for formatParseCurtis McEnroe
With one currently failing so you know they're worth it.
2018-09-12Factor out IRC formatting parsingCurtis McEnroe
2018-09-10Depend on man.sh for chroot.tar targetCurtis McEnroe
2018-09-10Install man page in chrootCurtis McEnroe
2018-09-10Install man pageCurtis McEnroe
2018-09-06Move event loop to event.cCurtis McEnroe
2018-08-20Add uninstall targetCurtis McEnroe
2018-08-20Add install targetCurtis McEnroe
2018-08-20Name project chatteCurtis McEnroe
2018-08-17Add loggingCurtis McEnroe
The reason logFmt takes a timestamp as a parameter is to support IRCv3 server-time in the future to accurately log the znc buffer. Hopefully.
2018-08-13Improve configuration of MakefileCurtis McEnroe
2018-08-11Add term.c for extra terminal featuresCurtis McEnroe
Look at the cute little state machine!
2018-08-10Become multi-channelCurtis McEnroe
There's a lot of UI missing for it, but it technically works.
2018-08-09Add URL detection, listing and openingCurtis McEnroe
Might also add /copy, like /open.
2018-08-08Add Homebrew LibreSSL paths to MakefileCurtis McEnroe
2018-08-08Factor out line editing to edit.cCurtis McEnroe
2018-08-07Populate tab-complete listCurtis McEnroe
2018-08-06Use wchar_t strings for all of UICurtis McEnroe
vaswprintf is a nightmare.
2018-08-04Rename client to ircCurtis McEnroe
2018-08-04Copy /usr/share/locale into chrootCurtis McEnroe
Otherwise only ASCII can be entered.
2018-08-04Add libedit to chrootCurtis McEnroe
Needed by sh.
2018-08-04Split source into several filesCurtis McEnroe
Can't believe I have to do this.
2018-08-03Link with -lcurseswCurtis McEnroe
2018-08-02Add chroot.tar targetCurtis McEnroe
2018-08-02Start IRC clientCurtis McEnroe
It dumps lines from the server onto the curses window.