Commit Graph

5 Commits

Author SHA1 Message Date
tjpcc 46ad450327 Switch Handler to an interface.
continuous-integration/drone/push Build is passing Details
HandlerFunc is much better as a function returning a Handler, rather
than a newtype for the function type itself. This way there is no
confusion creating a type-inferenced variable with HandlerFunc(func(...
and then using a HandlerFunc where a Handler is expected. Much better to
only have one public type.
2023-02-15 16:44:29 -07:00
tjpcc 66a1b1f39a gopher support.
continuous-integration/drone/push Build is passing Details
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
tjpcc a27b879acc test coverage and resulting bugfixes
continuous-integration/drone/push Build is passing Details
2023-01-26 16:22:58 -07:00
tjpcc 997514292a testing and linting and linter fixes
continuous-integration/drone/push Build is passing Details
2023-01-24 19:59:47 -07:00
tjpcc 0480e066a3 logging library up to top level
continuous-integration/drone/push Build is passing Details
2023-01-23 22:15:16 -07:00