| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-08 | Add flag to enable optional stats HTTP endpoint | Jeff Halter | |
| re: #29 TODO: add more stat counters Usage: ``` ./mobius-hotline-server -stats-port 5503 ``` ``` ❯ curl -s localhost:5503 | jq . { "LoginCount": 0, "StartTime": "2022-06-08T20:49:10.183921-07:00", "DownloadCounter": 0, "UploadCounter": 0 } ``` | |||
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |