<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/cmd/mobius-hotline-server/main.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/cmd/mobius-hotline-server/main.go?h=upstream-clean</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/cmd/mobius-hotline-server/main.go?h=upstream-clean'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2024-07-27T22:40:57Z</updated>
<entry>
<title>Fix missing version in Docker and Makefile build</title>
<updated>2024-07-27T22:40:57Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-27T22:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=09261d2b52fa739bb6321c866566223f11061201'/>
<id>urn:sha1:09261d2b52fa739bb6321c866566223f11061201</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Bonjour optional and disabled by default</title>
<updated>2024-07-27T01:19:33Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-27T01:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=d03ffd881e4a8bd93a2936556fd09214b4ad0bd1'/>
<id>urn:sha1:d03ffd881e4a8bd93a2936556fd09214b4ad0bd1</id>
<content type='text'>
Bonjour doesn't seem happy inside Docker, so I'm making it optional and off by default.
</content>
</entry>
<entry>
<title>Register server address on local network with Bonjour</title>
<updated>2024-07-26T22:25:11Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-26T22:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=ad26e789e9e608b50b4e2d7304fd8e4df35fb126'/>
<id>urn:sha1:ad26e789e9e608b50b4e2d7304fd8e4df35fb126</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up logging</title>
<updated>2024-07-21T19:47:18Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-21T19:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=adcd4879d93e6d298ff2644178bc47c1eb8d1da4'/>
<id>urn:sha1:adcd4879d93e6d298ff2644178bc47c1eb8d1da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial HTTP API endpoints</title>
<updated>2024-07-18T23:21:19Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-18T23:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b6e3be945680d017874967ae72ef86ee4235dcc2'/>
<id>urn:sha1:b6e3be945680d017874967ae72ef86ee4235dcc2</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>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>Fix Windows compatibility for -init flag</title>
<updated>2024-06-26T20:31:28Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-26T20:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=ac3091c567c036d5dce529ba26149a549088a147'/>
<id>urn:sha1:ac3091c567c036d5dce529ba26149a549088a147</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>Clean up various linter warnings</title>
<updated>2024-06-18T02:51:37Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-18T02:51:37Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=f8e4cd540b87de3e308ec18a2b040b284a741522'/>
<id>urn:sha1:f8e4cd540b87de3e308ec18a2b040b284a741522</id>
<content type='text'>
</content>
</entry>
</feed>
