<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/go.mod, 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/go.mod?h=upstream-clean</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/go.mod?h=upstream-clean'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2024-11-25T02:04:20Z</updated>
<entry>
<title>Bump Go and dependency versions to latest</title>
<updated>2024-11-25T02:04:20Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-11-25T02:04:20Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=fe1cce153b572ba215318c6ccd349cde3d7b7619'/>
<id>urn:sha1:fe1cce153b572ba215318c6ccd349cde3d7b7619</id>
<content type='text'>
</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>Add client connection rate limit</title>
<updated>2024-07-24T00:54:36Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-07-24T00:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=23c1295a4d9b13fdb955d2041a49b9b5d6daa060'/>
<id>urn:sha1:23c1295a4d9b13fdb955d2041a49b9b5d6daa060</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>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>
<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>Replace zap logger with slog</title>
<updated>2024-06-10T23:53:31Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-06-10T23:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=a6216dd89252fa01dc176f98f1e4ecfd3f637566'/>
<id>urn:sha1:a6216dd89252fa01dc176f98f1e4ecfd3f637566</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2024-04-19T18:39:35Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-04-19T18:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b51f0536ad15f8a197d41fab60c3b00bd63ee381'/>
<id>urn:sha1:b51f0536ad15f8a197d41fab60c3b00bd63ee381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump golang version to 1.22.1</title>
<updated>2024-03-29T22:34:49Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-03-29T22:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=2327c11fadf3fe307eb9bfd7630bfccccb74d071'/>
<id>urn:sha1:2327c11fadf3fe307eb9bfd7630bfccccb74d071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump dependencies</title>
<updated>2024-01-21T03:57:27Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-01-21T03:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b4a15075b0c85d571e7427963ff784c1e9e5acd1'/>
<id>urn:sha1:b4a15075b0c85d571e7427963ff784c1e9e5acd1</id>
<content type='text'>
</content>
</entry>
</feed>
