Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Show status window while connecting | June McEnroe | 2019-02-22 |
| | |||
* | Draw UI before connecting | June McEnroe | 2019-01-26 |
| | | | | Otherwise the "Traveling" message isn't visible while connecting. | ||
* | Factor out ircQuit | June McEnroe | 2018-12-14 |
| | |||
* | Show error if disconnected unintentionally | June McEnroe | 2018-12-04 |
| | |||
* | Send only SIGHUP in sandman | June McEnroe | 2018-12-04 |
| | |||
* | Revert half-working reconnecting stuff | June McEnroe | 2018-12-04 |
| | |||
* | Crudely handle reconnecting after suspend | June McEnroe | 2018-12-01 |
| | |||
* | Handle signals consistently in the event loop | June McEnroe | 2018-11-30 |
| | |||
* | Separate ircConnect and ircDisconnect | June McEnroe | 2018-11-30 |
| | |||
* | Use const char *argv[] signatures | June McEnroe | 2018-10-28 |
| | | | | C is really weird about this stuff, but this makes more sense to me. | ||
* | Add /man command | June McEnroe | 2018-09-10 |
| | |||
* | Move event loop to event.c | June McEnroe | 2018-09-06 |