Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
| | | | | LibreSSL is "a modified version of that library". | ||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Separate completeID state from complete state | June McEnroe | 2020-04-23 |
| | | | | | I think this is what causes QUITs to sometimes not appear, because wherever the complete match is skips over some IDs. | ||
* | Use gnu-case-range and gnu-conditional-omitted-operand extensions | June McEnroe | 2020-04-03 |
| | | | | | I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. | ||
* | 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 |
| | |||
* | Fix completeReplace iteration | June McEnroe | 2020-02-11 |
| | |||
* | Handle KICK | June McEnroe | 2020-02-08 |
| | | | | | See I knew the color cache in complete would be useful in at least one place! | ||
* | Handle NICK | June McEnroe | 2020-02-08 |
| | |||
* | Clear completion for ID on self-part | June McEnroe | 2020-02-07 |
| | |||
* | Update completion on join, part, privmsg | June McEnroe | 2020-02-07 |
| | |||
* | Update color in completeTouch | June McEnroe | 2020-02-07 |
| | |||
* | Populate completion with commands | June McEnroe | 2020-02-07 |