| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | Clean up various linter warnings | Jeff Halter | |
| 2024-06-17 | Fix io.Reader implementations and wrap more errors | Jeff Halter | |
| 2024-06-15 | Refactoring and cleanup | Jeff Halter | |
| * Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification | |||
| 2024-06-09 | Convert more bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2023-04-19 | Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞 | Jeff Halter | |
| 2022-06-23 | Fix panic when commenting file without existing info fork | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |
| 2022-06-05 | Implement some special case file descriptions | Jeff Halter | |
| 2022-06-05 | Handle zero length comment and file paths for Nostalgia compatibility | Jeff Halter | |
| 2022-06-03 | Initial implementation of file transfer resume | Jeff Halter | |
| 2022-05-30 | Fix and refactor file transfers to handle resource forks | Jeff Halter | |
| 2022-05-28 | Misc cleanup | Jeff Halter | |
| * Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code | |||
| 2022-05-25 | Remove placeholder file comment | Jeff Halter | |
| 2022-05-25 | Add partial support for file create/modify timestamps | Jeff Halter | |
| This replaces hardcoded placeholder create/modify timestamps with the real times, mostly. Create time is OS specific, so for now I'm ignoring it at using the modify time as a stand-in. | |||
| 2022-05-25 | Add more file extension -> type/creator code mappings | Jeff Halter | |
| 2022-05-24 | Fix file corruption bug for commented files | Jeff Halter | |
| This fixes a bug that happens when an uploaded file contains a file comment. The bug happens because the comment byte length was not included when calculating the length of the information header, causing the comment bytes to be appendedto the file. | |||
| 2022-01-30 | Sanitize file path input to prevent directory traversal | Jeff Halter | |
| 2021-08-12 | More cleanup | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |