about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Collapse)AuthorAge
...
* Highlight and beep pingsJune McEnroe2018-08-07
|
* Populate tab-complete listJune McEnroe2018-08-07
|
* Fix /me formatting side-effectsJune McEnroe2018-08-07
| | | | NEVER pass side-effects to a macro.
* Hack clang into checking uiFmt format stringsJune McEnroe2018-08-07
|
* Handle PART and QUIT without messagesJune McEnroe2018-08-07
|
* Make safe filling the who bufferJune McEnroe2018-08-07
|
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
| | | | vaswprintf is a nightmare.
* Rename ui chat to logJune McEnroe2018-08-04
|
* Rename client to ircJune McEnroe2018-08-04
|
* Split source into several filesJune McEnroe2018-08-04
Can't believe I have to do this.