Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Allow users to get access to the base logger *before* it is wrapped with the various levels.
This provides a single override point to filter or redirect all logging.
|
|
the predicate function should be able to see the whole context and request
|
|
* use temporary gemini failure responses on errors
* chmod created/updated files to 0644
|
|
|
|
* do away with fs.FS usage in gemini, like the previous refactor in gopher
* remove spartan code in contrib
* standardize fsroot/urlroot string arguments to file serving handlers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|