Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | Rework logging | xengineering | |
Logging during a request is at the moment not really needed. Printing the config to the log was a stupid idea too. | |||
2023-02-11 | Make multiplexer regular handlers | xengineering | |
Multiplexer functions used to return closures which are able to handle HTTP requests for historc reasons. Now the multiplexers can be regular HTTP handlers which is simpler. | |||
2023-02-11 | Switch to global database pointer | xengineering | |
Passing the database pointer around is a lot of text and has no benefit. | |||
2023-02-11 | Switch webserver to global config struct | xengineering | |
2023-02-11 | Rename router.go to server.go | xengineering | |
This fits better because this file is the central entry point of the Ceres webserver. |