about summary refs log tree commit diff
path: root/complete.c (follow)
Commit message (Collapse)AuthorAge
* Fix what went wrong, part 3June McEnroe2023-02-05
|
* Fix what went wrong, part 2June McEnroe2023-02-05
|
* Fix what went wrong, part 1June McEnroe2023-02-05
|
* Switch to cache interfacesJune McEnroe2022-07-30
|
* Update copyrights, authorsJune McEnroe2022-07-30
|
* Match window substrings case-sensitivelyJune McEnroe2021-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 /windowJune McEnroe2021-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 noticesJune McEnroe2020-08-04
| | | | LibreSSL is "a modified version of that library".
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Separate completeID state from complete stateJune McEnroe2020-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 extensionsJune McEnroe2020-04-03
| | | | | I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore.
* Various small cleanupsJune McEnroe2020-02-16
| | | | Haven't really gone through ui.c yet.
* Replace small integers in size_t with uintJune McEnroe2020-02-15
|
* Fix completeReplace iterationJune McEnroe2020-02-11
|
* Handle KICKJune McEnroe2020-02-08
| | | | | See I knew the color cache in complete would be useful in at least one place!
* Handle NICKJune McEnroe2020-02-08
|
* Clear completion for ID on self-partJune McEnroe2020-02-07
|
* Update completion on join, part, privmsgJune McEnroe2020-02-07
|
* Update color in completeTouchJune McEnroe2020-02-07
|
* Populate completion with commandsJune McEnroe2020-02-07