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