| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-04 | Share replacement code | Ruben Beltran del Rio | |
| 2025-02-04 | Add downloads as well | Ruben Beltran del Rio | |
| 2025-02-04 | Allow to delete home files / replace files | Ruben Beltran del Rio | |
| 2025-02-03 | Allow home uploads | Ruben Beltran del Rio | |
| 2025-02-03 | Allow for personal ~ folder | Ruben Beltran del Rio | |
| 2024-11-24 | Bump Go and dependency versions to latest | Jeff Halter | |
| 2024-10-06 | Update README.md | Jeff Halter | |
| Fix documentation error | |||
| 2024-10-06 | Fix tracker results | Jeff Halter | |
| 2024-08-07 | Update README.md | Jeff Halter | |
| Fix documentation of --api-addr flag | |||
| 2024-08-04 | Delete cmd/mobius-hotline-server/mobius/config/Files/hello.txt | Jeff Halter | |
| 2024-08-04 | Create About This Area.txt | Jeff Halter | |
| 2024-07-31 | Migrate user account yaml files to new Access flag format if needed | Jeff Halter | |
| 2024-07-30 | Fix comments | Jeff Halter | |
| 2024-07-28 | Fix tracker registration logging | Jeff Halter | |
| 2024-07-28 | Improve human readability of account config files | Jeff Halter | |
| 2024-07-27 | Fix missing version in Docker and Makefile build | Jeff Halter | |
| 2024-07-27 | Add logging of tracker registration | Jeff Halter | |
| 2024-07-26 | Make Bonjour optional and disabled by default | Jeff Halter | |
| Bonjour doesn't seem happy inside Docker, so I'm making it optional and off by default. | |||
| 2024-07-26 | Limit guest permissions | Jeff Halter | |
| Limit default guest permissions to: File System Maintenance * Can Download files * Can Download folders * Can Upload Files * Can Upload Folders Messaging * Can Send Messages News * Can Read Articles * Can Post Articles Chat * Can Initiate Private Chat * Can Read Chat * Can Send Chat Misc * Can Use Any Name | |||
| 2024-07-26 | Register server address on local network with Bonjour | Jeff Halter | |
| 2024-07-25 | Wrap file transfer errors with more context | Jeff Halter | |
| 2024-07-23 | Add client connection rate limit | Jeff Halter | |
| 2024-07-23 | Fix panic on empty news path | Jeff Halter | |
| 2024-07-22 | Update README.md | Jeff Halter | |
| Correct docker image path | |||
| 2024-07-21 | Update README.md | Jeff Halter | |
| Remove references to the client, which has been split off to separate project repo | |||
| 2024-07-21 | Clean up logging | Jeff Halter | |
| 2024-07-19 | Add option for account-specific file root | Jeff Halter | |
| 2024-07-19 | Appease linter | Jeff Halter | |
| 2024-07-19 | Fix failing test, replace use of reflect package with assert | Jeff Halter | |
| 2024-07-18 | Add support for trackers that require a password | Jeff Halter | |
| 2024-07-18 | Add initial HTTP API endpoints | Jeff Halter | |
| 2024-07-17 | Extensive refactor, quality of life enhancements | Jeff Halter | |
| * Added ability to reload config, agreement, news, and user accounts without restarting the server by sending SIGHUP to the running process * Added ability to use modern unix or windows line breaks in Agreement.txt and MessageBoard.txt instead of classic MacOS `\r` breaks. * Extensive refactor towards swappable backends for the active server state * Extensive refactored towards making the hotline package generic and re-usable for alternate server implemenations * Fix bug where users whose accounts have been deleted would not be disconnected | |||
| 2024-07-14 | Delete docs/Screenshot 2024-05-03 at 4.40.09 PM.png | Jeff Halter | |
| 2024-07-14 | Create go-proxy-warming | Jeff Halter | |
| Add go doc proxy marking workflow: https://github.com/marketplace/actions/go-proxy-warming | |||
| 2024-07-13 | Re-add UserList field to client | Jeff Halter | |
| 2024-07-10 | Update documentation | Jeff Halter | |
| 2024-07-09 | Extensive refactor and clean up | Jeff Halter | |
| 2024-07-06 | Update README.md | Jeff Halter | |
| Remove redundant header | |||
| 2024-07-06 | Remove user from Dockerfile | Jeff Halter | |
| 2024-06-27 | Limit chat message size to 8192 bytes | Jeff Halter | |
| 2024-06-27 | Update docker image name | Jeff Halter | |
| 2024-06-26 | Fix Windows compatibility for -init flag | Jeff Halter | |
| 2024-06-24 | Refactoring, cleanup, test backfilling | Jeff Halter | |
| 2024-06-18 | Adopt more fixed size array types for struct fields | Jeff Halter | |
| 2024-06-17 | Use fixed size array types in Transaction fields | Jeff Halter | |
| 2024-06-17 | Clean up various linter warnings | Jeff Halter | |
| 2024-06-17 | Fix io.Reader implementations and wrap more errors | Jeff Halter | |
| 2024-06-17 | Add arm32 to goreleaser config | Jeff Halter | |
| 2024-06-17 | Fix corrupt file info forks | Jeff Halter | |
| This fixes a bug that happens when: 1. Optional "Enable Resource Forks" feature is true 2. A file comment is added 3. The comment is updated to be shorter than the original The expected behavior is that the hidden .info file is replaced with the new data, but this wasn't happening because the file flag was not set to truncate on write. | |||
| 2024-06-17 | Fix io.Reader implementation for FileNameWithInfo | Jeff Halter | |