Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating module to live at sourcehut | Ben Morrison | 2020-06-20 | 1 | -1/+1 |
| | | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository. | ||||
* | Allowing static files to be served directly from | Ben Morrison | 2020-04-12 | 1 | -1/+5 |
| | | | | | | | | | | a directory specified in the config. Added a handler to svc.go:Start() to serve /static/ Added default value in conf.go for "StaticFilesDirectory" in the config file. Read the value of StaticFilesDirectory in config to the config global in conf.go | ||||
* | removed experimental host matching and tls support | Ben Morrison | 2020-03-16 | 1 | -31/+0 |
| | |||||
* | some functions were missing comments. added those in where needed. | Ben Morrison | 2019-12-19 | 1 | -0/+2 |
| | |||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | mutex and readability cleanup | Ben Morrison | 2019-06-13 | 1 | -5/+5 |
| | |||||
* | separate request and message log | Ben Morrison | 2019-06-12 | 1 | -11/+23 |
| | |||||
* | added support for TLS and hostname resolution | Ben Morrison | 2019-06-11 | 1 | -5/+32 |
| | |||||
* | check if behind reverse proxy | Ben Morrison | 2019-06-11 | 1 | -0/+10 |
| | |||||
* | readability changes | Ben Morrison | 2019-06-11 | 1 | -28/+18 |
| | |||||
* | moved timed/periodic functions and types to periodic.go | Ben Morrison | 2019-06-11 | 1 | -77/+0 |
| | |||||
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -5/+0 |
| | | | | ticker for intervals. | ||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -10/+94 |
| | |||||
* | refactored initConfig() | Ben Morrison | 2019-06-10 | 1 | -69/+42 |
| | |||||
* | changed some log formatting | Ben Morrison | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | setting version via build flags | Ben Morrison | 2019-06-09 | 1 | -2/+2 |
| | |||||
* | init staticAssets explicitly on startup | Ben Morrison | 2019-06-09 | 1 | -9/+0 |
| | |||||
* | split db-specific funcs into separate files | Ben Morrison | 2019-06-08 | 1 | -10/+14 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -7/+3 |
| | |||||
* | moved type declarations into respective files | Ben Morrison | 2019-06-08 | 1 | -0/+28 |
| | |||||
* | config and logging functions split into own file | Ben Morrison | 2019-06-06 | 1 | -0/+187 |