<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/hotline/news.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/news.go?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/hotline/news.go?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2025-07-05T22:19:15Z</updated>
<entry>
<title>Add comprehensive test coverage for news.go functions</title>
<updated>2025-07-05T22:19:15Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-07-05T22:19:15Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b6bca2b7fe943ca4fd8f62a44bcfcc0c9f5a6de1'/>
<id>urn:sha1:b6bca2b7fe943ca4fd8f62a44bcfcc0c9f5a6de1</id>
<content type='text'>
- Add table-driven tests for GetNewsArtListData, DataSize, NewsArtListData.Read, NewsArtList.Read, and newsPathScanner
- Improve test coverage from 0% to 87.5%-100% for these functions
- Add test for Field.DecodeNewsPath function
- Fix NewsArtList.Read to return nil instead of io.EOF for proper io.Reader behavior
- Add constants for NewsFlavorCount and improve code documentation
</content>
</entry>
<entry>
<title>Replace inappropriate panic calls with proper error handling</title>
<updated>2025-06-30T22:24:19Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-06-30T22:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=a9c6485fb00dbf2e4b55351c1ae74d4eaca3eec9'/>
<id>urn:sha1:a9c6485fb00dbf2e4b55351c1ae74d4eaca3eec9</id>
<content type='text'>
- Convert panic in news article processing to return error instead
- Replace panic in API stats endpoint with HTTP error response
- Update ThreadedNewsMgr interface to return errors from ListArticles
- Ensure server stability by handling errors gracefully
</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>Extensive refactor and clean up</title>
<updated>2024-07-10T04:42:05Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-10T04:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=d9bc63a10d0978d9a5222cf7be74044e55f409b7'/>
<id>urn:sha1:d9bc63a10d0978d9a5222cf7be74044e55f409b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactoring, cleanup, test backfilling</title>
<updated>2024-06-24T23:23:56Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-24T23:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=a2ef262a164fc735b9b8471ac0c8001eea2b9bf6'/>
<id>urn:sha1:a2ef262a164fc735b9b8471ac0c8001eea2b9bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken io.Reader implementations</title>
<updated>2024-06-16T23:05:25Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-16T23:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=0ed5132769e88cb385b5240986b706430f0ccd72'/>
<id>urn:sha1:0ed5132769e88cb385b5240986b706430f0ccd72</id>
<content type='text'>
</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>
<entry>
<title>Convert more bespoke methods to io.Reader/io.Writer interfaces</title>
<updated>2024-06-09T21:05:15Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-09T20:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=9cf66aeafbcbb9237fedc2efc97cc2856eb60f7f'/>
<id>urn:sha1:9cf66aeafbcbb9237fedc2efc97cc2856eb60f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2023-01-21T16:54:12Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-01-21T16:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=2d92d26e8abe2c368796e9d38c9ad87d0ac53df5'/>
<id>urn:sha1:2d92d26e8abe2c368796e9d38c9ad87d0ac53df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix threaded news bugs</title>
<updated>2023-01-18T21:52:52Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-01-18T21:52:52Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=3326539367dfa85cb2b0455d5b1c67eaaf59cf8e'/>
<id>urn:sha1:3326539367dfa85cb2b0455d5b1c67eaaf59cf8e</id>
<content type='text'>
1. Fix handling of article IDs sent as 4 bytes instead of 2
2. Fix incorrect article count listing that strangely only affects third party clients
</content>
</entry>
</feed>
