about summary refs log tree commit diff stats
path: root/adapter/protocol/gopher
Commit message (Collapse)AuthorAgeFilesLines
* gopher: fix an escaping bug, add some item typesbptato2024-11-301-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 /bptato2024-11-201-1/+1
| | | | | | It does not have to, according to the standard. (Slashes before the item selector are still collapsed.)
* gopher: fix queries with spacesbptato2024-11-151-1/+2
|
* gopher: url decode path & query before submissionbptato2024-11-121-1/+3
|
* gopher: rewrite in shellbptato2024-11-051-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)