Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove use of sysexits.h | June McEnroe | 2024-05-22 |
| | | | | | Preserve exit status 69 (EX_UNAVAILABLE) for getting disconnected. Use 127 for failing to exec, like the shell. | ||
* | Fix what went wrong, part 3 | June McEnroe | 2023-02-05 |
| | |||
* | Fix what went wrong, part 2 | June McEnroe | 2023-02-05 |
| | |||
* | Fix what went wrong, part 1 | June McEnroe | 2023-02-05 |
| | |||
* | Switch to cache interfaces | June McEnroe | 2022-07-30 |
| | |||
* | Update copyrights, authors | June McEnroe | 2022-07-30 |
| | |||
* | Match window substrings case-sensitively | June McEnroe | 2021-06-17 |
| | | | | | Case-insensitivity was copied from regular complete(), but other commands which take substrings (/open and /copy) match case-sensitively. | ||
* | Match windows by substring in /window | June McEnroe | 2021-06-17 |
| | | | | | This could just iterate over idNames instead, but using complete means more recently used windows will match first. | ||
* | 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 |