| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Move nick and tag coloring to color.c | June McEnroe | 2019-02-25 |
| | | |||
| * | Make all tar flags consistent | June McEnroe | 2019-01-24 |
| | | |||
| * | Tweak Makefile ordering and naming | June McEnroe | 2019-01-24 |
| | | |||
| * | Update chroot files for LibreSSL 2.8.3 | June McEnroe | 2019-01-17 |
| | | |||
| * | Move base64 back to pls.c | June McEnroe | 2018-12-16 |
| | | |||
| * | Move base64 to string.c | June McEnroe | 2018-12-16 |
| | | |||
| * | Implement base64 encoding | June McEnroe | 2018-12-03 |
| | | | | | Will be used for SASL authentication. | ||
| * | Add sandman | June McEnroe | 2018-11-30 |
| | | |||
| * | Make use of config.mk and add Darwin.mk | June McEnroe | 2018-11-28 |
| | | |||
| * | Rename project catgirl | June McEnroe | 2018-11-27 |
| | | | | | This simplifies things. | ||
| * | Render README from chatte.7 | June McEnroe | 2018-09-15 |
| | | |||
| * | 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. | |||