Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | /exec without controlling terminal | Klemens Nanni | 2021-06-13 |
| | | | | | | | | | | | Otherwise "/exec sh </dev/tty" takes over and catgirl must effectively be killed to stop the madness; with this diff: catgirl input| /exec sh </dev/tty catgirl output| /bin/sh: cannot open /dev/tty: Device not configured catgirl output| Process exits with status 1 Do the same for `-C/Copy', `-N/notify' and `-O/open' alike. | ||
* | Match gemini URLs | June McEnroe | 2021-06-11 |
| | |||
* | Replace catf with seprintf | June McEnroe | 2021-06-09 |
| | |||
* | Save and load the URL ring in the save file 1.4 | June McEnroe | 2021-01-11 |
| | |||
* | Strip formatting from URLs | June McEnroe | 2020-10-09 |
| | | | | | Notably this fixes opening URLs from litterbox queries where part of the URL is highlighted. | ||
* | Say "OpenSSL" in additional permission notices | June McEnroe | 2020-08-04 |
| | | | | LibreSSL is "a modified version of that library". | ||
* | Call static_assert by _Static_assert | June McEnroe | 2020-06-11 |
| | | | | | OpenBSD assert.h does not #define static_assert, and this is the only thing that prevents catgirl from compiling without any issues there. | ||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Bump URL ring size | June McEnroe | 2020-04-06 |
| | | | | Should it be even bigger? I don't know. | ||
* | 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 |
| | |||
* | Rename procPipe to utilPipe | June McEnroe | 2020-02-13 |
| | |||
* | Allow for arguments to open/copy utilities | June McEnroe | 2020-02-12 |
| | |||
* | Match URLs surrounded by parentheses | June McEnroe | 2020-02-10 |
| | | | | But include a pair of parentheses in the URL itself. | ||
* | Add /copy | June McEnroe | 2020-02-08 |
| | |||
* | Allow overriding the /open utility | June McEnroe | 2020-02-08 |
| | |||
* | Implement URL opening | June McEnroe | 2020-02-08 |
| | |||
* | Scan messages for URLs | June McEnroe | 2020-02-08 |