Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Become multi-channel | June McEnroe | 2018-08-10 |
| | | | | There's a lot of UI missing for it, but it technically works. | ||
* | Move process spawning onto the event loop | June McEnroe | 2018-08-10 |
| | | | | | | Child processes weren't being reaped before, either. I wanted to have a function called readEmAndReap but the reaping should actually happen in a signal handler. | ||
* | Rename chan to join | June McEnroe | 2018-08-10 |
| | | | | In preparation for multi-channel? | ||
* | Add PASS option | June McEnroe | 2018-08-09 |
| | | | | WEBIRC is now -W. | ||
* | 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 |
| | |||
* | Factor out line editing to edit.c | June McEnroe | 2018-08-08 |
| | |||
* | Implement cycling tab complete | June McEnroe | 2018-08-07 |
| | | | | Not properly hooked up to the UI yet. | ||
* | Highlight and beep pings | June McEnroe | 2018-08-07 |
| | |||
* | Factor out allocating conversion between wcs and mbs | June McEnroe | 2018-08-07 |
| | |||
* | Convert input to multibyte before handling | June McEnroe | 2018-08-07 |
| | |||
* | Populate tab-complete list | 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. | ||
* | Show source link on exit | June McEnroe | 2018-08-04 |
| | |||
* | Rename ui chat to log | June McEnroe | 2018-08-04 |
| | |||
* | Rename client to irc | June McEnroe | 2018-08-04 |
| | |||
* | Split source into several files | June McEnroe | 2018-08-04 |
Can't believe I have to do this. |