Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | Implement base64 encoding | Curtis McEnroe | |
Will be used for SASL authentication. | |||
2018-11-30 | Add sandman | Curtis McEnroe | |
2018-11-28 | Make use of config.mk and add Darwin.mk | Curtis McEnroe | |
2018-11-27 | Rename project catgirl | Curtis McEnroe | |
This simplifies things. | |||
2018-09-15 | Render README from chatte.7 | Curtis McEnroe | |
2018-09-14 | Run test binaries with set -e and semicolons | Curtis McEnroe | |
BSD make behaves oddly when trying to replace with &. | |||
2018-09-14 | Fail target when any test binary fails | Curtis McEnroe | |
2018-09-14 | Run tests in default target | Curtis McEnroe | |
2018-09-14 | Add termEvent tests | Curtis McEnroe | |
2018-09-14 | Add tests for formatParse | Curtis McEnroe | |
With one currently failing so you know they're worth it. | |||
2018-09-12 | Factor out IRC formatting parsing | Curtis McEnroe | |
2018-09-10 | Depend on man.sh for chroot.tar target | Curtis McEnroe | |
2018-09-10 | Install man page in chroot | Curtis McEnroe | |
2018-09-10 | Install man page | Curtis McEnroe | |
2018-09-06 | Move event loop to event.c | Curtis McEnroe | |
2018-08-20 | Add uninstall target | Curtis McEnroe | |
2018-08-20 | Add install target | Curtis McEnroe | |
2018-08-20 | Name project chatte | Curtis McEnroe | |
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. |