aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-15Merge pull request #36 from aptonline/patch-1Jeff Halter
Mobius Logos
2022-06-15Updated image URL'saptonline
2022-06-15Updated image URL'saptonline
2022-06-15Updated image URL'saptonline
2022-06-15Changed image URL'saptonline
uploaded url to correct path.
2022-06-15Mobius Logosaptonline
uploading Mobius logos.
2022-06-15Merge pull request #35 from aptonline/patch-1Jeff Halter
2022-06-15Updated README.md to include Mobius logo(s)aptonline
Added both light and dark versions of the Mobius logo at the beginning of the read me. These should change depending on the system theme (MacOS appearance Light/Dark for example) as per Github docs: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to
2022-06-13Merge pull request #34 from jhalter/bump_go_version_to_1.18Jeff Halter
Bump Go version to 1.18
2022-06-13Bump Go version to 1.18Jeff Halter
2022-06-12Remove unneeded -init from Docker exampleJeff Halter
2022-06-12Add default client bookmark to Mobius serverJeff Halter
2022-06-12patch: v0.5.6Jeff Halter
2022-06-12Clean up READMEJeff Halter
2022-06-12Simplify DockerfileJeff 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-10patch: v0.5.5Jeff Halter
2022-06-10Add cmdline arg to initialize a default configJeff Halter
2022-06-09Remove accidental commitJeff Halter
2022-06-08patch: v0.5.4Jeff 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-08Fix folder upload hang with resource forksJeff Halter
2022-06-08Refactor filestore to simplify testingJeff Halter
2022-06-08Refactor listener setupJeff Halter
2022-06-07patch: v0.5.3Jeff Halter
2022-06-07Fix Nostalgia ghost user bugJeff Halter
2022-06-07patch: v0.5.2Jeff Halter
2022-06-07Fix ghost login bug in client by using 1.2.3 behaviorJeff Halter
2022-06-07patch: v0.5.1Jeff Halter
2022-06-07Backfill tests and clean upJeff Halter
2022-06-07Exclude unsupported >4GiB files from file listingsJeff Halter
2022-06-07Fix hardcoded port in tracker registrationJeff Halter
2022-06-07Add initial validations of config.yamlJeff Halter
2022-06-07Fix line ending in sample Agreement.txtJeff Halter
2022-06-06Handle both possible brew install pathsJeff Halter
2022-06-06Fix getFileNameList when broken symlink presentJeff Halter
2022-06-06Refactor and cleanup to improve testabilityJeff Halter
2022-06-06Revert change to effectiveFile funcJeff Halter
2022-06-06Improve handling of client config default pathJeff Halter
2022-06-06Include tracker.preterhuman.net in default configJeff Halter
2022-06-06Fix overwrite of file during uploadJeff Halter
2022-06-06Improve tracker loggingJeff Halter
2022-06-06Seed the random number generatorJeff Halter
2022-06-06Remove version from sample configJeff Halter
2022-06-06Use latest tag in docker run exampleJeff Halter
2022-06-05minor: v0.5.0Jeff Halter
2022-06-05Fix handshake testJeff Halter
2022-06-05Replace unsafe conn.Read with io.ReadFullJeff Halter
2022-06-05DRY up duplicate panic handler funcJeff Halter
2022-06-05Follow symlinks in Files dirJeff Halter