Curtis McEnroe
|
1a9ae050d6
|
Rename chan to join
In preparation for multi-channel?
|
2018-08-10 00:01:35 -04:00 |
Curtis McEnroe
|
dbdf13b51a
|
Ignore trailing space on slash commands
|
2018-08-09 17:49:31 -04:00 |
Curtis McEnroe
|
a64f1a4ea2
|
Add URL detection, listing and opening
Might also add /copy, like /open.
|
2018-08-09 00:24:49 -04:00 |
Curtis McEnroe
|
c024147504
|
Add commands to tab complete
|
2018-08-08 21:48:30 -04:00 |
Curtis McEnroe
|
41e7105fec
|
Remove extraneous slash from unrecognized command
|
2018-08-07 22:19:00 -04:00 |
Curtis McEnroe
|
2fe8b4e614
|
Match commands case-insensitively
Also include the slash in their names so that they can be added to
tab-complete later.
|
2018-08-07 15:59:27 -04:00 |
Curtis McEnroe
|
fe21b1410f
|
Convert input to multibyte before handling
|
2018-08-07 15:46:04 -04:00 |
Curtis McEnroe
|
fa270d9287
|
Hack clang into checking uiFmt format strings
|
2018-08-07 14:11:19 -04:00 |
Curtis McEnroe
|
d6fb797b11
|
Use wchar_t strings for all of UI
vaswprintf is a nightmare.
|
2018-08-06 14:19:52 -04:00 |
Curtis McEnroe
|
ababcbb080
|
Handle /topic
|
2018-08-04 18:43:04 -04:00 |
Curtis McEnroe
|
7b5bc5aa41
|
Rename ui chat to log
|
2018-08-04 17:59:43 -04:00 |
Curtis McEnroe
|
35589a5624
|
Rename client to irc
|
2018-08-04 17:54:46 -04:00 |
Curtis McEnroe
|
6e4f98d6eb
|
Handle /names and /who
|
2018-08-04 14:33:57 -04:00 |
Curtis McEnroe
|
ccdeb0c556
|
Split source into several files
Can't believe I have to do this.
|
2018-08-04 13:35:29 -04:00 |