Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-30 | implement basic CGI handler | Daniel Schadt | |
2021-06-30 | Get rid of utf8-string | Daniel Schadt | |
Turns out that Char8.unpack is enough for our purposes, so we don't need the utf8-string module. | |||
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. |