<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hotline/Hotline/Shared, branch 1.0beta18</title>
<subtitle>Friendship Quest fork of mieraus Swift Hotline client #app</subtitle>
<id>https://git.r.bdr.sh/hotline/atom/Hotline/Shared?h=1.0beta18</id>
<link rel='self' href='https://git.r.bdr.sh/hotline/atom/Hotline/Shared?h=1.0beta18'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/'/>
<updated>2024-05-13T18:59:41Z</updated>
<entry>
<title>Make News toolbar buttons disable contextually. Use Finder folder icon in Files list.</title>
<updated>2024-05-13T18:59:41Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-13T18:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=67050d06a3bc2d28e969cf1388eafa95400c35a3'/>
<id>urn:sha1:67050d06a3bc2d28e969cf1388eafa95400c35a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some flakiness around the banner window when moving between fullscreen/spaces and desktop.</title>
<updated>2024-05-06T23:51:42Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-06T23:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=043bfc4cf7b8cd5f6247ed2af82ff0159622f7d6'/>
<id>urn:sha1:043bfc4cf7b8cd5f6247ed2af82ff0159622f7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write better URL regular expressions for our needs.</title>
<updated>2024-05-06T02:17:39Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-06T02:17:39Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=3feb709522b38f1aa5ddedc5e1aee28597375aab'/>
<id>urn:sha1:3feb709522b38f1aa5ddedc5e1aee28597375aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add link highlighting to agreements and message board. Add basic markdown styling and link highlighting to chat messages.</title>
<updated>2024-05-03T01:53:56Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-03T01:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=73208d70d21db7e526e371fa863acd0327caad9e'/>
<id>urn:sha1:73208d70d21db7e526e371fa863acd0327caad9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New Hotline toolbar window for banner.</title>
<updated>2024-05-02T04:32:15Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-02T04:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=60a3f2d29dfff945f59787f5a7786c6e78ba7bb9'/>
<id>urn:sha1:60a3f2d29dfff945f59787f5a7786c6e78ba7bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable custom TCP keepalive settings. Just use defaults. Seeing some weird disconnecting.</title>
<updated>2024-01-15T05:06:15Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-15T05:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=6737887368446f2ee9ae7c8cee672956d398585e'/>
<id>urn:sha1:6737887368446f2ee9ae7c8cee672956d398585e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now.</title>
<updated>2024-01-14T03:12:12Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-14T03:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=3f4e2c33a4c2719388d9378def981688fcaed210'/>
<id>urn:sha1:3f4e2c33a4c2719388d9378def981688fcaed210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Experimenting with a simpler stream/delegate bsaed socket library for Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read..</title>
<updated>2024-01-12T17:50:18Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-12T17:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=2f210991684c87073dd7534d2d0416d91cf50275'/>
<id>urn:sha1:2f210991684c87073dd7534d2d0416d91cf50275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split view in News saves position and hiding when an article isn't selected.  Some code cleanup. Some plumbing for news posting though it's not hooked up yet.</title>
<updated>2024-01-09T18:30:44Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-09T18:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=382121de2e79303845331d699adcdd777f8f062a'/>
<id>urn:sha1:382121de2e79303845331d699adcdd777f8f062a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move to a standard SwiftUI window for preview windows so I can add toolbar items from SwiftUI. Not ideal. Added support for previewing text files too.</title>
<updated>2024-01-08T22:45:58Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-08T22:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=e9bae0328801d5a056f33beb0f764c6d35e518a2'/>
<id>urn:sha1:e9bae0328801d5a056f33beb0f764c6d35e518a2</id>
<content type='text'>
</content>
</entry>
</feed>
