Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-16 | Various small cleanups | C. McEnroe | |
Haven't really gone through ui.c yet. | |||
2020-02-15 | Replace small integers in size_t with uint | C. McEnroe | |
2020-02-13 | Explicitly close the TLS connection | C. McEnroe | |
Just to be nice. | |||
2020-02-13 | Implement source address selection | multiplexd | |
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. | |||
2020-02-06 | Search for cert and priv in config dirs | C. McEnroe | |
2020-02-04 | Align word wrapping with tab character | C. McEnroe | |
Also fixes handling whitespace directly after control codes. | |||
2020-02-02 | Remove style string macros | C. McEnroe | |
2020-02-01 | Implement the beginnings of UI | C. McEnroe | |
It takes so much code to do anything in curses... | |||
2020-02-01 | Add -v flag | C. McEnroe | |
2020-02-01 | Blindly implement login flow | C. McEnroe | |