summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Rename project catgirlJune McEnroe2018-11-27
| | | | This simplifies things.
* Render README from chatte.7June McEnroe2018-09-15
|
* Run test binaries with set -e and semicolonsJune McEnroe2018-09-14
| | | | BSD make behaves oddly when trying to replace with &.
* Fail target when any test binary failsJune McEnroe2018-09-14
|
* Run tests in default targetJune McEnroe2018-09-14
|
* Add termEvent testsJune McEnroe2018-09-14
|
* Add tests for formatParseJune McEnroe2018-09-14
| | | | With one currently failing so you know they're worth it.
* Factor out IRC formatting parsingJune McEnroe2018-09-12
|
* Depend on man.sh for chroot.tar targetJune McEnroe2018-09-10
|
* Install man page in chrootJune McEnroe2018-09-10
|
* Install man pageJune McEnroe2018-09-10
|
* Move event loop to event.cJune McEnroe2018-09-06
|
* Add uninstall targetJune McEnroe2018-08-20
|
* Add install targetJune McEnroe2018-08-20
|
* Name project chatteJune McEnroe2018-08-20
|
* Add loggingJune McEnroe2018-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 MakefileJune McEnroe2018-08-13
|
* Add term.c for extra terminal featuresJune McEnroe2018-08-11
| | | | Look at the cute little state machine!
* Become multi-channelJune McEnroe2018-08-10
| | | | There's a lot of UI missing for it, but it technically works.
* Add URL detection, listing and openingJune McEnroe2018-08-09
| | | | Might also add /copy, like /open.
* Add Homebrew LibreSSL paths to MakefileJune McEnroe2018-08-08
|
* Factor out line editing to edit.cJune McEnroe2018-08-08
|
* Populate tab-complete listJune McEnroe2018-08-07
|
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
| | | | vaswprintf is a nightmare.
* Rename client to ircJune McEnroe2018-08-04
|
* Copy /usr/share/locale into chrootJune McEnroe2018-08-04
| | | | Otherwise only ASCII can be entered.
* Add libedit to chrootJune McEnroe2018-08-04
| | | | Needed by sh.
* Split source into several filesJune McEnroe2018-08-04
| | | | Can't believe I have to do this.
* Link with -lcurseswJune McEnroe2018-08-03
|
* Add chroot.tar targetJune McEnroe2018-08-02
|
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.