| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |