summaryrefslogtreecommitdiff
path: root/modules.go
AgeCommit message (Expand)Author
2023-02-22cmd: Strict unmarshal for validate (#5383)Francis Lavoie
2022-08-04Replace strings.Index usages with strings.Cut (#4930)WilczyƄskiT
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2020-04-17doc: Improve commentMatthew Holt
2020-04-13core: Don't return error on RegisterModule() and RegisterAdapter()Matthew Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2019-12-31Couple of minor fixes, update readmeMatthew Holt
2019-12-29Improve docs, especially w.r.t. placeholders and template actionsMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-09-30Clean up provisioned modules on error; refactor Run(); add Validate()Matthew Holt
2019-09-13httpcaddyfile: Fix tls certificate loader module names (#2748)Matthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
2019-07-18tls: Use IANA-standard cipher suite namesMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-05-22Disallow unknown fields (strict unmarshal) when loading modulesMatthew Holt
2019-05-21Module.New() does not need to return an errorMatthew Holt
2019-05-17Improve godoc for contextsMatthew Holt
2019-05-16Architectural shift to using context for config and module stateMatthew Holt
2019-05-16Some minor updates, and get rid of OnLoad/OnUnloadMatthew Holt
2019-04-29Instantiate apps that are needed but not explicitly configuredMatthew Holt
2019-04-26General cleanup and more godocsMatthew Holt
2019-04-25Initial commit of Storage, TLS, and automatic HTTPS implementationsMatthew Holt
2019-04-08Implement "global" state for modules, OnLoad and OnUnload callbacksMatthew Holt
2019-04-03Add Validator interfaceMatthew Holt
2019-03-31Very basic middleware and route matching functionalityMatthew Holt
2019-03-26Rudimentary start of HTTP serversMatthew Holt
2019-03-26Initial commitMatthew Holt