Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | Ignore trailing space on slash commands | Curtis McEnroe | |
2018-08-09 | Add URL detection, listing and opening | Curtis McEnroe | |
Might also add /copy, like /open. | |||
2018-08-08 | Add commands to tab complete | Curtis McEnroe | |
2018-08-07 | Remove extraneous slash from unrecognized command | Curtis McEnroe | |
2018-08-07 | Match commands case-insensitively | Curtis McEnroe | |
Also include the slash in their names so that they can be added to tab-complete later. | |||
2018-08-07 | Convert input to multibyte before handling | Curtis McEnroe | |
2018-08-07 | Hack clang into checking uiFmt format strings | Curtis McEnroe | |
2018-08-06 | Use wchar_t strings for all of UI | Curtis McEnroe | |
vaswprintf is a nightmare. | |||
2018-08-04 | Handle /topic | Curtis McEnroe | |
2018-08-04 | Rename ui chat to log | Curtis McEnroe | |
2018-08-04 | Rename client to irc | Curtis McEnroe | |
2018-08-04 | Handle /names and /who | Curtis McEnroe | |
2018-08-04 | Split source into several files | Curtis McEnroe | |
Can't believe I have to do this. |