<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/hotline/file_path.go, branch upstream-clean</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=upstream-clean</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/hotline/file_path.go?h=upstream-clean'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2024-07-17T22:42:37Z</updated>
<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>
<entry>
<title>Add initial support for resource and info forks</title>
<updated>2022-06-21T03:14:32Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-21T03:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=7cd900d61edbd6d322db3cecb913adf574389320'/>
<id>urn:sha1:7cd900d61edbd6d322db3cecb913adf574389320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle zero length comment and file paths for Nostalgia compatibility</title>
<updated>2022-06-05T19:00:02Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-06-05T19:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=050407a3b7f719ed6ce9367eb803bf948075e50e'/>
<id>urn:sha1:050407a3b7f719ed6ce9367eb803bf948075e50e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix upload folder name pattern matching</title>
<updated>2022-05-31T04:32:50Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-05-31T04:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=25f0d77de4489c6759a497617606f2933ca76fc9'/>
<id>urn:sha1:25f0d77de4489c6759a497617606f2933ca76fc9</id>
<content type='text'>
</content>
</entry>
</feed>
