Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | Add logging | Curtis 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-13 | Improve configuration of Makefile | Curtis McEnroe | |
2018-08-11 | Add term.c for extra terminal features | Curtis McEnroe | |
Look at the cute little state machine! | |||
2018-08-10 | Become multi-channel | Curtis McEnroe | |
There's a lot of UI missing for it, but it technically works. | |||
2018-08-09 | Add URL detection, listing and opening | Curtis McEnroe | |
Might also add /copy, like /open. | |||
2018-08-08 | Add Homebrew LibreSSL paths to Makefile | Curtis McEnroe | |
2018-08-08 | Factor out line editing to edit.c | Curtis McEnroe | |
2018-08-07 | Populate tab-complete list | Curtis McEnroe | |
2018-08-06 | Use wchar_t strings for all of UI | Curtis McEnroe | |
vaswprintf is a nightmare. | |||
2018-08-04 | Rename client to irc | Curtis McEnroe | |
2018-08-04 | Copy /usr/share/locale into chroot | Curtis McEnroe | |
Otherwise only ASCII can be entered. | |||
2018-08-04 | Add libedit to chroot | Curtis McEnroe | |
Needed by sh. | |||
2018-08-04 | Split source into several files | Curtis McEnroe | |
Can't believe I have to do this. | |||
2018-08-03 | Link with -lcursesw | Curtis McEnroe | |
2018-08-02 | Add chroot.tar target | Curtis McEnroe | |
2018-08-02 | Start IRC client | Curtis McEnroe | |
It dumps lines from the server onto the curses window. |