summary refs log tree commit diff
path: root/README (follow)
Commit message (Expand)AuthorAge
* 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
6:04 -0400'>2018-08-07Convert input to multibyte before handlingJune McEnroe 2018-08-07Populate tab-complete listJune McEnroe 2018-08-07Fix /me formatting side-effectsJune McEnroe 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe