Commit Graph

13 Commits

Author SHA1 Message Date
4f6f3dcd4b finger protocol
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 11:36:48 -07:00
66a1b1f39a gopher support.
All checks were successful
continuous-integration/drone/push Build is passing
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-28 15:01:41 -07:00
0480e066a3 logging library up to top level
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-23 22:15:16 -07:00
6586db782e Updates
All checks were successful
continuous-integration/drone/push Build is passing
* update README
* move "gemtext" to within "gemini"
2023-01-17 16:41:04 -07:00
2ef530daa4 pull request, response, handlers out of the gemini package 2023-01-17 15:59:29 -07:00
4c2630752f Completed markdown and HTML conversion.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-15 19:59:58 -07:00
cec3718bdd markdown converter
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-14 19:59:12 -07:00
e183f9cd23 lots more documentation comments
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 10:36:56 -07:00
197d8e4cb0 Improvements to Server lifecycle.
- NewServer doesn't allocate any resources besides the server object
  itself. So eg context.WithCancel is delayed until s.Serve().
- Add a demonstration of graceful shutdown on signals to the cgi
  example.
2023-01-11 10:33:44 -07:00
cc0c7e6eb5 Simple client functionality and an example.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-11 10:12:32 -07:00
474a28663f CGI improvements
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-10 17:22:13 -07:00
96f3a7607f Add a CGI contrib
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-10 13:46:35 -07:00
ff05d62013 Initial commit.
All checks were successful
continuous-integration/drone/push Build is passing
some basics:
 - minimal README
 - some TODOs
 - server and request handler framework
 - contribs: file serving, request logging
 - server examples
 - CI setup
2023-01-09 16:40:24 -07:00