aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2024-06-01If no predefined default path for server config, look in the current dirCharlotte Koch
2024-03-28Add cmdline flag to specify network interfaceJeff Halter
2023-11-20Refactor client to use slog and pass context (#107)Jeff Halter
* Refactor client to use slog and pass context * Bump CI golang version
2023-04-19Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞Jeff Halter
2023-04-19Replace deprecated rand.Seed usageJeff Halter
2023-03-26Initial refactor to split client from protocol packageJeff Halter
2022-11-05Register with Gloarbline 1.9.7 client default trackersJeff Halter
2022-11-03Add comment clarifying usage of NewsDateFormat config optionJeff Halter
2022-11-03Add optional logging to fileJeff Halter
2022-07-04Add basic stat countersJeff Halter
2022-06-29Replacement banner imageAde Thompson
New banner image for default hotline server installs incorporating Mobius branding.
2022-06-26Fix example IgnoreFiles filterJeff Halter
'^\.*' works on macOS but is ignoring all files on Linux.
2022-06-25Add config option to specify ignored filename patternsJeff Halter
2022-06-21Add example banner.jpgJeff Halter
2022-06-21Add support for server bannerJeff Halter
2022-06-21Improve user-friendliness of default configJeff Halter
2022-06-20Convert hardcoded path separators to filepath.JoinJeff Halter
2022-06-20Add initial support for resource and info forksJeff Halter
2022-06-19Mobius 38 - improve config dir flag.Ben Abernathy
2022-06-12Add default client bookmark to Mobius serverJeff Halter
2022-06-12Simplify the behavior of init with an existing configJeff Halter
Old behavior: if config dir found, exit with message New behavior: if config dir found, log a message and continue This simplifies the process for new users.
2022-06-10Add cmdline arg to initialize a default configJeff Halter
2022-06-09Remove accidental commitJeff Halter
2022-06-08Add flag to enable optional stats HTTP endpointJeff 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 } ```
2022-06-08Refactor filestore to simplify testingJeff Halter
2022-06-07Fix line ending in sample Agreement.txtJeff Halter
2022-06-06Handle both possible brew install pathsJeff Halter
2022-06-06Improve handling of client config default pathJeff Halter
2022-06-06Include tracker.preterhuman.net in default configJeff Halter
2022-06-06Seed the random number generatorJeff Halter
2022-06-06Remove version from sample configJeff Halter
2022-06-05Add -config flag to clientJeff Halter
2022-05-28Misc cleanupJeff Halter
* Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code
2021-08-15Tests and minor fixesJeff Halter
2021-07-31Move service file to correct locationJeff Halter
2021-07-29Re-organize cmd pathsJeff Halter