Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use the correct hostname in error message | multiplexd | 2020-02-17 |
| | | | | | | Previously, the remote host to which catgirl(1) is connecting was used in error reporting instead of the local bind address if the latter could not be resolved. | ||
* | Various small cleanups | June McEnroe | 2020-02-16 |
| | | | | Haven't really gone through ui.c yet. | ||
* | Replace small integers in size_t with uint | June McEnroe | 2020-02-15 |
| | |||
* | Explicitly close the TLS connection | June McEnroe | 2020-02-13 |
| | | | | Just to be nice. | ||
* | Implement source address selection | multiplexd | 2020-02-13 |
| | | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server. | ||
* | Search for cert and priv in config dirs | June McEnroe | 2020-02-06 |
| | |||
* | Align word wrapping with tab character | June McEnroe | 2020-02-04 |
| | | | | Also fixes handling whitespace directly after control codes. | ||
* | Remove style string macros | June McEnroe | 2020-02-02 |
| | |||
* | Implement the beginnings of UI | June McEnroe | 2020-02-01 |
| | | | | It takes so much code to do anything in curses... | ||
* | Add -v flag | June McEnroe | 2020-02-01 |
| | |||
* | Blindly implement login flow | June McEnroe | 2020-02-01 |