about summary refs log tree commit diff
path: root/url.c (follow)
Commit message (Collapse)AuthorAge
* Update copyrights, authorsJune McEnroe2022-07-30
|
* /exec without controlling terminalKlemens Nanni2021-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 URLsJune McEnroe2021-06-11
|
* Replace catf with seprintfJune McEnroe2021-06-09
|
* Save and load the URL ring in the save file 1.4June McEnroe2021-01-11
|
* Strip formatting from URLsJune McEnroe2020-10-09
| | | | | Notably this fixes opening URLs from litterbox queries where part of the URL is highlighted.
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
| | | | LibreSSL is "a modified version of that library".
* Call static_assert by _Static_assertJune McEnroe2020-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 LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Bump URL ring sizeJune McEnroe2020-04-06
| | | | Should it be even bigger? I don't know.
* 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
|
* Rename procPipe to utilPipeJune McEnroe2020-02-13
|
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
|
* Match URLs surrounded by parenthesesJune McEnroe2020-02-10
| | | | But include a pair of parentheses in the URL itself.
* Add /copyJune McEnroe2020-02-08
|
* Allow overriding the /open utilityJune McEnroe2020-02-08
|
* Implement URL openingJune McEnroe2020-02-08
|
* Scan messages for URLsJune McEnroe2020-02-08