<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius/hotline/ui.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/ui.go?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/hotline/ui.go?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2024-06-15T18:13:16Z</updated>
<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>Refactor client to use slog and pass context (#107)</title>
<updated>2023-11-20T21:40:14Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-11-20T21:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=ea2027a385e006ac5186e38f7f391dc20df338e7'/>
<id>urn:sha1:ea2027a385e006ac5186e38f7f391dc20df338e7</id>
<content type='text'>
* Refactor client to use slog and pass context

* Bump CI golang version</content>
</entry>
<entry>
<title>Fix bug in client tracker list (#106)</title>
<updated>2023-11-20T21:34:51Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-11-20T21:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=6e4c02b1b9793776a52cf8b1f914eeadd2bbb4b5'/>
<id>urn:sha1:6e4c02b1b9793776a52cf8b1f914eeadd2bbb4b5</id>
<content type='text'>
This fixes an issue where the client would connect to the incorrect server when joining from the tracker listing.</content>
</entry>
<entry>
<title>Handler tracker list errors</title>
<updated>2023-05-28T16:39:33Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-05-28T16:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=04f402736027ced9bfbbf628136dc4872b671555'/>
<id>urn:sha1:04f402736027ced9bfbbf628136dc4872b671555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More minor cleanup</title>
<updated>2023-04-22T18:11:19Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-04-22T18:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=48ecca21dde5b1c8a3f34bad60512503292c7141'/>
<id>urn:sha1:48ecca21dde5b1c8a3f34bad60512503292c7141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞</title>
<updated>2023-04-20T00:21:18Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-04-20T00:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=aeb97482e923b5c441dd59e3ca4a7e275ac2b4c2'/>
<id>urn:sha1:aeb97482e923b5c441dd59e3ca4a7e275ac2b4c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace deprecated iotuil usage</title>
<updated>2023-04-20T00:00:12Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-04-20T00:00:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=7152b7e59b6e30d3025cf5c6386eb2e54b95c139'/>
<id>urn:sha1:7152b7e59b6e30d3025cf5c6386eb2e54b95c139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial refactor to split client from protocol package</title>
<updated>2023-03-27T04:10:03Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2023-03-27T04:10:03Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=d005ef04cfaa26943e6dd33807d741577ffb232a'/>
<id>urn:sha1:d005ef04cfaa26943e6dd33807d741577ffb232a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to trigger terminal bell for chat messages</title>
<updated>2022-12-01T22:11:38Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-12-01T22:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=89bbc565e6838c868fb365c75023856806eaa218'/>
<id>urn:sha1:89bbc565e6838c868fb365c75023856806eaa218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement io.Writer interface for Transaction</title>
<updated>2022-07-03T22:36:08Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2022-07-03T22:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=854a92fc2755ace61c405df335ddf69b02a3d932'/>
<id>urn:sha1:854a92fc2755ace61c405df335ddf69b02a3d932</id>
<content type='text'>
</content>
</entry>
</feed>
