Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gopher: fix an escaping bug, add some item types | bptato | 2024-11-30 | 1 | -4/+4 |
| | | | | | | the types are from gopher+. (not that we support gopher+, but they work anyways if mime.types and mailcap is configured) | ||||
* | gopher: do not assume selector starts with / | bptato | 2024-11-20 | 1 | -1/+1 |
| | | | | | | It does not have to, according to the standard. (Slashes before the item selector are still collapsed.) | ||||
* | gopher: fix queries with spaces | bptato | 2024-11-15 | 1 | -1/+2 |
| | |||||
* | gopher: url decode path & query before submission | bptato | 2024-11-12 | 1 | -1/+3 |
| | |||||
* | gopher: rewrite in shell | bptato | 2024-11-05 | 1 | -0/+39 |
also, make gopher2html more lenient, and add some functioning error handling in our nc clone. (other scripts still have to be updated to benefit from this) |