summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
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.