<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/hotline/file_path.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_path.go?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/hotline/file_path.go?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2025-11-27T23:39:17Z</updated>
<entry>
<title>Merge branch 'master' of https://github.com/jhalter/mobius</title>
<updated>2025-11-27T23:39:17Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-11-27T23:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=9f67542d8469db45c823e347b1868b3582d9e5a7'/>
<id>urn:sha1:9f67542d8469db45c823e347b1868b3582d9e5a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace filepath.Join with path.Join for Windows compatibility</title>
<updated>2025-06-26T21:01:22Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-06-26T21:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=55b8e77c409761639e95168c77dc22c13e858b6b'/>
<id>urn:sha1:55b8e77c409761639e95168c77dc22c13e858b6b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Allow home uploads</title>
<updated>2025-02-03T22:18:39Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-02-03T22:18:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=d34160c512a52cf1f5caf59fa00372d3a627e24c'/>
<id>urn:sha1:d34160c512a52cf1f5caf59fa00372d3a627e24c</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>Add support for Mac Roman character encoding.</title>
<updated>2024-04-04T22:47:18Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-04-04T22:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=2e1aec0fcfd412cff22cc4fc996973e403589ad8'/>
<id>urn:sha1:2e1aec0fcfd412cff22cc4fc996973e403589ad8</id>
<content type='text'>
https://en.wikipedia.org/wiki/Mac_OS_Roman
</content>
</entry>
<entry>
<title>Fix scanner buffer re-use for fileItemScanner (#104)</title>
<updated>2023-05-28T17:04:42Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-05-28T17:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=469a638785e8562152dff4ba2e05e36b841c4d98'/>
<id>urn:sha1:469a638785e8562152dff4ba2e05e36b841c4d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Scanner and Writer interface for FilePath</title>
<updated>2022-06-29T03:44:19Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-29T03:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=8fc43f8e53a60144f49b92a0c28b0c939a69d1c9'/>
<id>urn:sha1:8fc43f8e53a60144f49b92a0c28b0c939a69d1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more filepaths</title>
<updated>2022-06-21T17:29:46Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-21T17:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=2e08be587963ac3fcb204fb52186c17254b9fe56'/>
<id>urn:sha1:2e08be587963ac3fcb204fb52186c17254b9fe56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some Windows compatibility issues</title>
<updated>2022-06-21T16:18:56Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-21T16:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=e00ff8fe2e1b878abfa3d1bfd12449d5f2bb5f59'/>
<id>urn:sha1:e00ff8fe2e1b878abfa3d1bfd12449d5f2bb5f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert hardcoded path separators to filepath.Join</title>
<updated>2022-06-21T05:21:28Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-21T05:21:28Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=f22acf38da970aa0d865a9978c9499dad01d235f'/>
<id>urn:sha1:f22acf38da970aa0d865a9978c9499dad01d235f</id>
<content type='text'>
</content>
</entry>
</feed>
