| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-28 | Merge branch 'master' of https://github.com/jhalter/mobiusHEADmain | Ruben Beltran del Rio | |
| 2025-06-26 | Replace filepath.Join with path.Join for Windows compatibility | Jeff Halter | |
| Replace all instances of filepath.Join with path.Join across the codebase to improve Windows compatibility following the guidance from https://github.com/golang/go/issues/44305. Key changes: - Replaced filepath.Join with path.Join in 14 files - Updated import statements appropriately - Resolved variable shadowing issues where function parameters named 'path' were conflicting with the path package - Maintained filepath imports where needed for OS-specific functions like filepath.Walk, filepath.IsAbs, filepath.Dir, and filepath.Base All tests pass, confirming the changes maintain functionality while improving cross-platform compatibility. | |||
| 2025-02-03 | Allow home uploads | Ruben Beltran del Rio | |
| 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-04-04 | Add support for Mac Roman character encoding. | Jeff Halter | |
| https://en.wikipedia.org/wiki/Mac_OS_Roman | |||
| 2023-05-28 | Fix scanner buffer re-use for fileItemScanner (#104) | Jeff Halter | |
| 2022-06-28 | Implement Scanner and Writer interface for FilePath | Jeff Halter | |
| 2022-06-21 | Fix more filepaths | Jeff Halter | |
| 2022-06-21 | Fix some Windows compatibility issues | 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-05 | Handle zero length comment and file paths for Nostalgia compatibility | Jeff Halter | |
| 2022-05-30 | Fix upload folder name pattern matching | Jeff Halter | |
| 2022-05-29 | Implement handling of special case Dropbox and Upload folders | Jeff Halter | |
| 2022-01-30 | Sanitize file path input to prevent directory traversal | Jeff Halter | |
| 2021-08-15 | Tests and minor fixes | 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 | |