Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-11 | Save and load the URL ring in the save file 1.4 | C. McEnroe | |
2020-10-09 | Strip formatting from URLs | C. McEnroe | |
Notably this fixes opening URLs from litterbox queries where part of the URL is highlighted. | |||
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe | |
LibreSSL is "a modified version of that library". | |||
2020-06-11 | Call static_assert by _Static_assert | C. McEnroe | |
OpenBSD assert.h does not #define static_assert, and this is the only thing that prevents catgirl from compiling without any issues there. | |||
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe | |
https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | |||
2020-04-06 | Bump URL ring size | C. McEnroe | |
Should it be even bigger? I don't know. | |||
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 | Rename procPipe to utilPipe | C. McEnroe | |
2020-02-12 | Allow for arguments to open/copy utilities | C. McEnroe | |
2020-02-10 | Match URLs surrounded by parentheses | C. McEnroe | |
But include a pair of parentheses in the URL itself. | |||
2020-02-08 | Add /copy | C. McEnroe | |
2020-02-08 | Allow overriding the /open utility | C. McEnroe | |
2020-02-08 | Implement URL opening | C. McEnroe | |
2020-02-08 | Scan messages for URLs | C. McEnroe | |