index
:
mobius
main
upstream-clean
Friendship Quest remix of mobius, a hotline server in go #cli
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
mobius-hotline-server
/
main.go
Age
Commit message (
Expand
)
Author
2025-11-22
Add optional TLS support for encrypted client connections
Jeff Halter
2025-07-04
Fix file handle close warnings by ignoring return values
Jeff Halter
2025-06-30
Improve error handling consistency in main.go
Jeff Halter
2025-06-26
Replace filepath.Join with path.Join for Windows compatibility
Jeff Halter
2025-06-25
Refactor copyDir and findConfigPath functions in main.go
Jeff Halter
2025-05-22
Update main.go
Theo Knez
2024-07-27
Fix missing version in Docker and Makefile build
Jeff Halter
2024-07-26
Make Bonjour optional and disabled by default
Jeff Halter
2024-07-26
Register server address on local network with Bonjour
Jeff Halter
2024-07-21
Clean up logging
Jeff Halter
2024-07-18
Add initial HTTP API endpoints
Jeff Halter
2024-07-17
Extensive refactor, quality of life enhancements
Jeff Halter
2024-07-09
Extensive refactor and clean up
Jeff Halter
2024-06-26
Fix Windows compatibility for -init flag
Jeff Halter
2024-06-24
Refactoring, cleanup, test backfilling
Jeff Halter
2024-06-17
Clean up various linter warnings
Jeff Halter
2024-06-15
Replace hardcoded version with ldflag usage
Jeff Halter
2024-06-15
Refactoring and cleanup
Jeff Halter
2024-06-10
Replace zap logger with slog
Jeff Halter
2024-06-01
If no predefined default path for server config, look in the current dir
Charlotte Koch
2024-03-28
Add cmdline flag to specify network interface
Jeff Halter
2023-04-19
Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞
Jeff Halter
2023-04-19
Replace deprecated rand.Seed usage
Jeff Halter
2022-11-03
Add optional logging to file
Jeff Halter
2022-07-04
Add basic stat counters
Jeff Halter
2022-06-20
Convert hardcoded path separators to filepath.Join
Jeff Halter
2022-06-20
Add initial support for resource and info forks
Jeff Halter
2022-06-19
Mobius 38 - improve config dir flag.
Ben Abernathy
2022-06-12
Simplify the behavior of init with an existing config
Jeff Halter
2022-06-10
Add cmdline arg to initialize a default config
Jeff Halter
2022-06-08
Add flag to enable optional stats HTTP endpoint
Jeff Halter
2022-06-08
Refactor filestore to simplify testing
Jeff Halter
2022-06-06
Handle both possible brew install paths
Jeff Halter
2022-06-06
Seed the random number generator
Jeff Halter
2022-05-28
Misc cleanup
Jeff Halter
2021-08-15
Tests and minor fixes
Jeff Halter
2021-07-29
Re-organize cmd paths
Jeff Halter