Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-30 | Add package metadata | Daniel Schadt | |
2021-06-30 | Implement parseResponse | Daniel Schadt | |
2021-06-29 | fix handling of empty path segment | Daniel Schadt | |
Now, 'gemini://localhost' is treated the same as 'gemini://localhost/', and will display the index instead of raising a 51. | |||
2021-06-29 | Add static file server | Daniel Schadt | |
Some simple code that allows Cana to serve files from a directory, and not just provide static responses. | |||
2021-06-28 | Initial commit | Daniel Schadt | |
This is a working version that can serve pages, yay! A lot of features still missing though, as well as proper package metadata. |