<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/hotline/file_wrapper.go, branch main</title>
<subtitle>Friendship Quest remix of mobius, a hotline server in go #cli</subtitle>
<id>https://git.r.bdr.sh/mobius/atom/hotline/file_wrapper.go?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/hotline/file_wrapper.go?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2025-11-20T00:36:06Z</updated>
<entry>
<title>Fix error when downloading incomplete files</title>
<updated>2025-11-20T00:36:06Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-20T00:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=1b2df8a630bfc83304ef90610bdf7ebe91d4e555'/>
<id>urn:sha1:1b2df8a630bfc83304ef90610bdf7ebe91d4e555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename hotline.fileWrapper struct to hotline.File</title>
<updated>2025-11-19T05:01:55Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-19T05:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b395859da4937fa4c3064f4e022e46690df8f2d4'/>
<id>urn:sha1:b395859da4937fa4c3064f4e022e46690df8f2d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace hardcoded magic values with named constants and improve type safety</title>
<updated>2025-11-19T04:56:12Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-19T04:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=489e26d1b3c224beffba2649406efd83580989fe'/>
<id>urn:sha1:489e26d1b3c224beffba2649406efd83580989fe</id>
<content type='text'>
Adds new constants for file format identifiers (FormatFILP), fork types
(ForkTypeINFO), and platform identifiers (PlatformAMAC, PlatformMWIN) to
improve code maintainability and readability. Changes FlatFileForkHeader.ForkType
field from [4]byte to ForkType type alias for better compile-time type checking,
matching the pattern used in ForkInfoList.Fork.
</content>
</entry>
<entry>
<title>Add ForkType type alias for improved type safety</title>
<updated>2025-07-06T23:02:53Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-07-06T23:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=e61b3160bc8936b7ffb0af5c89b13742a7081826'/>
<id>urn:sha1:e61b3160bc8936b7ffb0af5c89b13742a7081826</id>
<content type='text'>
- Replace [4]byte with ForkType in ForkInfoList struct
- Update constants ForkTypeDATA and ForkTypeMACR to use ForkType
- Add String() method to ForkType for better debugging
- Improve consistency with existing type patterns (FieldType, TranType)
- Clean up unused code and improve documentation
</content>
</entry>
<entry>
<title>Fix comments</title>
<updated>2024-07-30T22:06:07Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-30T22:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=0ee4d86eeffe9c72dffd9e92cb33b27c8950940f'/>
<id>urn:sha1:0ee4d86eeffe9c72dffd9e92cb33b27c8950940f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extensive refactor, quality of life enhancements</title>
<updated>2024-07-17T22:42:37Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-17T22:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=fd740bc499ebc6d3a381479316f74cdc736d02de'/>
<id>urn:sha1:fd740bc499ebc6d3a381479316f74cdc736d02de</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Adopt more fixed size array types for struct fields</title>
<updated>2024-06-18T22:34:50Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-18T22:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=a55350daaf83498b7a237c027ad0dd2377f06fee'/>
<id>urn:sha1:a55350daaf83498b7a237c027ad0dd2377f06fee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix io.Reader implementations and wrap more errors</title>
<updated>2024-06-17T20:50:28Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-17T20:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=45ca5d60383cbe270624c713b916da29af7ba88f'/>
<id>urn:sha1:45ca5d60383cbe270624c713b916da29af7ba88f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix corrupt file info forks</title>
<updated>2024-06-17T20:49:39Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-17T20:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=3e20402491f013710dfa1c2f3d0cd6ab0e212585'/>
<id>urn:sha1:3e20402491f013710dfa1c2f3d0cd6ab0e212585</id>
<content type='text'>
This fixes a bug that happens when:

1. Optional "Enable Resource Forks" feature is true
2. A file comment is added
3. The comment is updated to be shorter than the original

The expected behavior is that the hidden .info file is replaced with the new data, but this wasn't happening because the file flag was not set to truncate on write.
</content>
</entry>
<entry>
<title>Refactoring and cleanup</title>
<updated>2024-06-15T18:13:16Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-15T18:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=95159e5585762c06c654945070ba54262b7dcec9'/>
<id>urn:sha1:95159e5585762c06c654945070ba54262b7dcec9</id>
<content type='text'>
* 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
</content>
</entry>
</feed>
