| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Run test binaries with set -e and semicolons | June McEnroe | 2018-09-14 | 
| | | | | | BSD make behaves oddly when trying to replace with &. | ||
| * | Fail target when any test binary fails | June McEnroe | 2018-09-14 | 
| | | |||
| * | Run tests in default target | June McEnroe | 2018-09-14 | 
| | | |||
| * | Add termEvent tests | June McEnroe | 2018-09-14 | 
| | | |||
| * | Add tests for formatParse | June McEnroe | 2018-09-14 | 
| | | | | | With one currently failing so you know they're worth it. | ||
| * | Factor out IRC formatting parsing | June McEnroe | 2018-09-12 | 
| | | |||
| * | Depend on man.sh for chroot.tar target | June McEnroe | 2018-09-10 | 
| | | |||
| * | Install man page in chroot | June McEnroe | 2018-09-10 | 
| | | |||
| * | Install man page | June McEnroe | 2018-09-10 | 
| | | |||
| * | Move event loop to event.c | June McEnroe | 2018-09-06 | 
| | | |||
| * | Add uninstall target | June McEnroe | 2018-08-20 | 
| | | |||
| * | Add install target | June McEnroe | 2018-08-20 | 
| | | |||
| * | Name project chatte | June McEnroe | 2018-08-20 | 
| | | |||
| * | Add logging | June McEnroe | 2018-08-17 | 
| | | | | | | 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. | ||
| * | Improve configuration of Makefile | June McEnroe | 2018-08-13 | 
| | | |||
| * | Add term.c for extra terminal features | June McEnroe | 2018-08-11 | 
| | | | | | Look at the cute little state machine! | ||
| * | Become multi-channel | June McEnroe | 2018-08-10 | 
| | | | | | There's a lot of UI missing for it, but it technically works. | ||
| * | Add URL detection, listing and opening | June McEnroe | 2018-08-09 | 
| | | | | | Might also add /copy, like /open. | ||
| * | Add Homebrew LibreSSL paths to Makefile | June McEnroe | 2018-08-08 | 
| | | |||
| * | Factor out line editing to edit.c | June McEnroe | 2018-08-08 | 
| | | |||
| * | Populate tab-complete list | June McEnroe | 2018-08-07 | 
| | | |||
| * | Use wchar_t strings for all of UI | June McEnroe | 2018-08-06 | 
| | | | | | vaswprintf is a nightmare. | ||
| * | Rename client to irc | June McEnroe | 2018-08-04 | 
| | | |||
| * | Copy /usr/share/locale into chroot | June McEnroe | 2018-08-04 | 
| | | | | | Otherwise only ASCII can be entered. | ||
| * | Add libedit to chroot | June McEnroe | 2018-08-04 | 
| | | | | | Needed by sh. | ||
| * | Split source into several files | June McEnroe | 2018-08-04 | 
| | | | | | Can't believe I have to do this. | ||
| * | Link with -lcursesw | June McEnroe | 2018-08-03 | 
| | | |||
| * | Add chroot.tar target | June McEnroe | 2018-08-02 | 
| | | |||
| * | Start IRC client | June McEnroe | 2018-08-02 | 
| It dumps lines from the server onto the curses window. | |||