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 |
2020-02-11 | Rename query ID on nick change | June McEnroe | |
2020-02-11 | Call completeClear when closing a window | June McEnroe | |
2020-02-11 | Don't insert color codes for non-mentions | June McEnroe | |
2020-02-11 | Take first two words in colorMentions | June McEnroe | |
2020-02-11 | Use time_t for save signature | ses... | |
* | Add -v flag | June McEnroe | 2020-02-01 |
| | |||
* | Blindly implement login flow | June McEnroe | 2020-02-01 |