index
:
mobius
main
upstream-clean
Friendship Quest remix of mobius, a hotline server in go #cli
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hotline
/
flattened_file_object.go
Age
Commit message (
Expand
)
Author
2025-11-18
Replace hardcoded magic values with named constants and improve type safety
Jeff Halter
2024-07-17
Extensive refactor, quality of life enhancements
Jeff Halter
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
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
2022-05-25
Remove placeholder file comment
Jeff Halter
2022-05-25
Add partial support for file create/modify timestamps
Jeff Halter
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
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