Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add GemsubToAtom converter function
* add Server.Handler method and implementations
fixes #1
|
|
|
|
|
|
|
|
This reverts commit 7efdcf9277c4a7be88179cb93d309d2f1e684fe6.
except the error text fix, keep that.
|
|
Fixes #4
|
|
This helps avoid import cycles.
|
|
|
|
avoid assuming finger request lines come with CRLF
|
|
* trying again with drone-ci and OmitHost
* typo in the InvalidFingerQuery error message
|
|
|
|
Fixes #5
|
|
There are currently only gopher, gemini, and spartan clients. The finger client will have to implement this when it is written.
The Fetch method takes the url as a string for convenience, and parses it into a URL for RoundTrip.
Fixes #3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this was tricky, it didn't fail until I got it on a FreeBSD host
|
|
|
|
|
|
|
|
|
|
|
|
- ResolveFile acts like ErrNotFound
- ResolveDirectory acts like ErrNotFound
- RenderDirectoryListing strips out dot-prefixed entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|