Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-10 | function to get names of gemini response codes | tjp | |
2023-08-12 | multi-protocol client | tjpcc | |
Fixes #4 | |||
2023-08-12 | move common types to an internal package | tjpcc | |
This helps avoid import cycles. | |||
2023-05-01 | name change gus -> sliderule | tjpcc | |
2023-01-28 | gopher support. | tjpcc | |
Some of the contrib packages were originally built gemini-specific and had to be refactored into generic core functionality and thin protocol-specific wrappers for each of gemini and gopher. | |||
2023-01-17 | pull request, response, handlers out of the gemini package | tjpcc | |
2023-01-11 | lots more documentation comments | tjpcc | |
2023-01-11 | Simple client functionality and an example. | tjpcc | |
2023-01-10 | Add a CGI contrib | tjpcc | |
2023-01-09 | Initial commit. | tjpcc | |
some basics: - minimal README - some TODOs - server and request handler framework - contribs: file serving, request logging - server examples - CI setup |