| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-28 | Implement Scanner and Writer interface for FilePath | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |
| 2022-06-06 | Refactor and cleanup to improve testability | 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-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-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-10 | Add tests and clean up | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |