summary refs log tree commit diff
path: root/README
AgeCommit message (Collapse)Author
2018-12-02Various man page tweaks and editsCurtis McEnroe
2018-12-02Add sandman.m to READMECurtis McEnroe
2018-11-28Add NetBSD.mkCurtis McEnroe
2018-11-27Rename project catgirlCurtis McEnroe
This simplifies things.
2018-09-15Render README from chatte.7Curtis McEnroe
2018-09-12Factor out IRC formatting parsingCurtis McEnroe
2018-09-10Install man page in chrootCurtis McEnroe
2018-09-06Move event loop to event.cCurtis McEnroe
2018-08-20Add sample sshd_configCurtis McEnroe
2018-08-11Add term.c for extra terminal featuresCurtis McEnroe
Look at the cute little state machine!
2018-08-10Become multi-channelCurtis McEnroe
There's a lot of UI missing for it, but it technically works.
2018-08-09Add URL detection, listing and openingCurtis McEnroe
Might also add /copy, like /open.
2018-08-08Add Homebrew LibreSSL paths to MakefileCurtis McEnroe
2018-08-08Factor out line editing to edit.cCurtis McEnroe
2018-08-07Populate tab-complete listCurtis McEnroe
2018-08-06Use wchar_t strings for all of UICurtis McEnroe
vaswprintf is a nightmare.
2018-08-04Add READMECurtis McEnroe