Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | Replace shift with a great variadic function | Curtis McEnroe | |
I am disappointed in the lack of compiler attributes for type-checking variadic functions. | |||
2018-08-09 | Only tabTouch nick if not self | Curtis McEnroe | |
2018-08-09 | Add URL detection, listing and opening | Curtis McEnroe | |
Might also add /copy, like /open. | |||
2018-08-08 | Distinguish self with square brackets | Curtis McEnroe | |
2018-08-08 | Color own messages 15 | Curtis McEnroe | |
My own settings have "white" slightly darker than the default color, so this helps to distinguish my own messages. | |||
2018-08-07 | Highlight and beep pings | Curtis McEnroe | |
2018-08-07 | Populate tab-complete list | Curtis McEnroe | |
2018-08-07 | Fix /me formatting side-effects | Curtis McEnroe | |
NEVER pass side-effects to a macro. | |||
2018-08-07 | Hack clang into checking uiFmt format strings | Curtis McEnroe | |
2018-08-07 | Handle PART and QUIT without messages | Curtis McEnroe | |
2018-08-07 | Make safe filling the who buffer | Curtis McEnroe | |
2018-08-06 | Use wchar_t strings for all of UI | Curtis McEnroe | |
vaswprintf is a nightmare. | |||
2018-08-04 | Rename ui chat to log | Curtis McEnroe | |
2018-08-04 | Rename client to irc | Curtis McEnroe | |
2018-08-04 | Split source into several files | Curtis McEnroe | |
Can't believe I have to do this. |