| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-15 | Merge pull request #36 from aptonline/patch-1 | Jeff Halter | |
| Mobius Logos | |||
| 2022-06-15 | Updated image URL's | aptonline | |
| 2022-06-15 | Updated image URL's | aptonline | |
| 2022-06-15 | Updated image URL's | aptonline | |
| 2022-06-15 | Changed image URL's | aptonline | |
| uploaded url to correct path. | |||
| 2022-06-15 | Mobius Logos | aptonline | |
| uploading Mobius logos. | |||
| 2022-06-15 | Merge pull request #35 from aptonline/patch-1 | Jeff Halter | |
| 2022-06-15 | Updated 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-13 | Merge pull request #34 from jhalter/bump_go_version_to_1.18 | Jeff Halter | |
| Bump Go version to 1.18 | |||
| 2022-06-13 | Bump Go version to 1.18 | Jeff Halter | |
| 2022-06-12 | Remove unneeded -init from Docker example | Jeff Halter | |
| 2022-06-12 | Add default client bookmark to Mobius server | Jeff Halter | |
| 2022-06-12 | patch: v0.5.6 | Jeff Halter | |
| 2022-06-12 | Clean up README | Jeff Halter | |
| 2022-06-12 | Simplify Dockerfile | Jeff Halter | |
| 2022-06-12 | Simplify the behavior of init with an existing config | Jeff 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-10 | patch: v0.5.5 | Jeff Halter | |
| 2022-06-10 | Add cmdline arg to initialize a default config | Jeff Halter | |
| 2022-06-09 | Remove accidental commit | Jeff Halter | |
| 2022-06-08 | patch: v0.5.4 | Jeff Halter | |
| 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 } ``` | |||
| 2022-06-08 | Fix folder upload hang with resource forks | Jeff Halter | |
| 2022-06-08 | Refactor filestore to simplify testing | Jeff Halter | |
| 2022-06-08 | Refactor listener setup | Jeff Halter | |
| 2022-06-07 | patch: v0.5.3 | Jeff Halter | |
| 2022-06-07 | Fix Nostalgia ghost user bug | Jeff Halter | |
| 2022-06-07 | patch: v0.5.2 | Jeff Halter | |
| 2022-06-07 | Fix ghost login bug in client by using 1.2.3 behavior | Jeff Halter | |
| 2022-06-07 | patch: v0.5.1 | Jeff Halter | |
| 2022-06-07 | Backfill tests and clean up | Jeff Halter | |
| 2022-06-07 | Exclude unsupported >4GiB files from file listings | Jeff Halter | |
| 2022-06-07 | Fix hardcoded port in tracker registration | Jeff Halter | |
| 2022-06-07 | Add initial validations of config.yaml | Jeff Halter | |
| 2022-06-07 | Fix line ending in sample Agreement.txt | Jeff Halter | |
| 2022-06-06 | Handle both possible brew install paths | Jeff Halter | |
| 2022-06-06 | Fix getFileNameList when broken symlink present | Jeff Halter | |
| 2022-06-06 | Refactor and cleanup to improve testability | Jeff Halter | |
| 2022-06-06 | Revert change to effectiveFile func | Jeff Halter | |
| 2022-06-06 | Improve handling of client config default path | Jeff Halter | |
| 2022-06-06 | Include tracker.preterhuman.net in default config | Jeff Halter | |
| 2022-06-06 | Fix overwrite of file during upload | Jeff Halter | |
| 2022-06-06 | Improve tracker logging | Jeff Halter | |
| 2022-06-06 | Seed the random number generator | Jeff Halter | |
| 2022-06-06 | Remove version from sample config | Jeff Halter | |
| 2022-06-06 | Use latest tag in docker run example | Jeff Halter | |
| 2022-06-05 | minor: v0.5.0 | Jeff Halter | |
| 2022-06-05 | Fix handshake test | Jeff Halter | |
| 2022-06-05 | Replace unsafe conn.Read with io.ReadFull | Jeff Halter | |
| 2022-06-05 | DRY up duplicate panic handler func | Jeff Halter | |
| 2022-06-05 | Follow symlinks in Files dir | Jeff Halter | |