summary refs log tree commit diff
path: root/README (follow)
Commit message (Expand)AuthorAge
* Move nick and tag coloring to color.cJune McEnroe2019-02-25
* Add GNU/Linux build instructionsJune McEnroe2019-01-25
* Move base64 back to pls.cJune McEnroe2018-12-16
* Move base64 to string.cJune McEnroe2018-12-16
* Various man page tweaks and editsJune McEnroe2018-12-02
* Add sandman.m to READMEJune McEnroe2018-12-02
* Add NetBSD.mkJune McEnroe2018-11-28
* Rename project catgirlJune McEnroe2018-11-27
* Render README from chatte.7June McEnroe2018-09-15
* Factor out IRC formatting parsingJune McEnroe2018-09-12
* Install man page in chrootJune McEnroe2018-09-10
* Move event loop to event.cJune McEnroe2018-09-06
* Add sample sshd_configJune McEnroe2018-08-20
* Add term.c for extra terminal featuresJune McEnroe2018-08-11
* Become multi-channelJune McEnroe2018-08-10
* Add URL detection, listing and openingJune McEnroe2018-08-09
* 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
* Add READMEJune McEnroe2018-08-04
you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe