<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hotline/Hotline/Utility, branch 1.0beta13</title>
<subtitle>Friendship Quest fork of mieraus Swift Hotline client #app</subtitle>
<id>https://git.r.bdr.sh/hotline/atom/Hotline/Utility?h=1.0beta13</id>
<link rel='self' href='https://git.r.bdr.sh/hotline/atom/Hotline/Utility?h=1.0beta13'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/'/>
<updated>2024-05-03T19:49:52Z</updated>
<entry>
<title>First pass at private messages UI.</title>
<updated>2024-05-03T19:49:52Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-03T19:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=02b452ccaf54cb24eb38fcb752126888994c0a1b'/>
<id>urn:sha1:02b452ccaf54cb24eb38fcb752126888994c0a1b</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>Link highlighting in chat (with basic markdown support for bold, italtics, strikethrough, monospace/code). Remove some source files from iOS build.</title>
<updated>2024-05-02T18:52:55Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-05-02T18:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=480500a3e7cfe1e2aa8ff261ca6f9e522c3aaf4c'/>
<id>urn:sha1:480500a3e7cfe1e2aa8ff261ca6f9e522c3aaf4c</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>Add handling for new news post transaction</title>
<updated>2024-04-21T05:19:42Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2024-04-21T05:19:42Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=3934a0487ad80f231e4088902bf8308c12c2d0b0'/>
<id>urn:sha1:3934a0487ad80f231e4088902bf8308c12c2d0b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added server and tracker bookmarks. Reordering in Servers window. Delete. All stored securely in Keychain.</title>
<updated>2024-01-18T07:18:27Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-18T07:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=1b303803e53dbeb24dab1a7c714d71ee14f002db'/>
<id>urn:sha1:1b303803e53dbeb24dab1a7c714d71ee14f002db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add classic sound effects. Fix read user access bits. Better no content/no access views. Add Server menu. Add keep alive ping to server every 3 minutes.</title>
<updated>2024-01-16T04:20:47Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-16T04:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=7c9f6686044035c022a17551151cf1cbed0dc665'/>
<id>urn:sha1:7c9f6686044035c022a17551151cf1cbed0dc665</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>Fix issue with username saving to server with each change in username textfield.</title>
<updated>2024-01-03T23:40:24Z</updated>
<author>
<name>Dustin Mierau</name>
<email>dustin@mierau.me</email>
</author>
<published>2024-01-03T23:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/hotline/commit/?id=64368ad8690f0a071f2490e8429c0437694133ee'/>
<id>urn:sha1:64368ad8690f0a071f2490e8429c0437694133ee</id>
<content type='text'>
</content>
</entry>
</feed>
