| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | Fix error when downloading incomplete files | Jeff Halter | |
| 2025-11-18 | Add support for GIF banners with validation and improved error messages | Jeff Halter | |
| - Add custom validator for banner file extensions (.jpg, .jpeg, .gif) - Update HandleTranAgreed to dynamically detect banner type from file extension - Export FileTypeFromFilename function for use across packages - Add comprehensive test coverage for banner validation and type detection - Improve error messages to clearly communicate allowed file extensions | |||
| 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 bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2024-06-08 | Ignore files with incompatible names | Jeff Halter | |
| 2024-04-12 | Minor cleanup | Jeff Halter | |
| 2024-04-12 | Fix handling of symlinks in Files dir | Jeff Halter | |
| 2024-04-04 | Add support for Mac Roman character encoding. | Jeff Halter | |
| https://en.wikipedia.org/wiki/Mac_OS_Roman | |||
| 2023-04-19 | Use strings.ReplaceAll method | Jeff Halter | |
| 2023-04-19 | Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞 | Jeff Halter | |
| 2023-04-19 | Replace deprecated ioutil | Jeff Halter | |
| 2023-03-26 | Initial refactor to split client from protocol package | Jeff Halter | |
| 2022-06-25 | Add config option to specify ignored filename patterns | 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-07 | Backfill tests and clean up | Jeff Halter | |
| 2022-06-07 | Exclude unsupported >4GiB files from file listings | Jeff Halter | |
| 2022-06-06 | Fix getFileNameList when broken symlink present | Jeff Halter | |
| 2022-06-06 | Revert change to effectiveFile func | Jeff Halter | |
| 2022-06-06 | Fix overwrite of file during upload | Jeff Halter | |
| 2022-06-05 | Follow symlinks in Files dir | Jeff Halter | |
| 2022-06-05 | Implement some special case file descriptions | Jeff Halter | |
| 2022-06-03 | Initial implementation of file transfer resume | Jeff Halter | |
| 2022-05-25 | Add more file extension -> type/creator code mappings | Jeff Halter | |
| 2021-08-12 | More cleanup | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-07-31 | First pass at file browsing | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |