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