<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mobius, branch main</title>
<subtitle>Friendship Quest remix of mobius, a hotline server in go #cli</subtitle>
<id>https://git.r.bdr.sh/mobius/atom/?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/mobius/atom/?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/'/>
<updated>2025-11-27T23:39:17Z</updated>
<entry>
<title>Merge branch 'master' of https://github.com/jhalter/mobius</title>
<updated>2025-11-27T23:39:17Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2025-11-27T23:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=9f67542d8469db45c823e347b1868b3582d9e5a7'/>
<id>urn:sha1:9f67542d8469db45c823e347b1868b3582d9e5a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TLS port field to tracker registration protocol</title>
<updated>2025-11-25T18:31:39Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-25T18:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=8ddb9bb228389b198a76d6df21de005da4fad66b'/>
<id>urn:sha1:8ddb9bb228389b198a76d6df21de005da4fad66b</id>
<content type='text'>
Repurpose the previously unused 2-byte field in the tracker protocol to advertise the server's TLS port. This allows clients to discover which servers support TLS connections.

Note: currently only the official, original, 1990's Tracker software sends this server provided 2-byte field to tracker clients.  I'm adding this to Mobius in the hope that the modern day trackers might update their behavior to match the original software, which would put these unused 2 bytes to a useful purpose.
</content>
</entry>
<entry>
<title>Fix tracker server list parsing for batched responses</title>
<updated>2025-11-25T00:52:37Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-25T00:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=ab16c7d82c8381a4df80fef4b2fe81e7ff23dad8'/>
<id>urn:sha1:ab16c7d82c8381a4df80fef4b2fe81e7ff23dad8</id>
<content type='text'>
The tracker protocol splits large server lists into batches, with each
batch preceded by a ServerInfoHeader. Previously, GetListing only read
the initial header and failed when encountering subsequent headers
mid-stream, causing the scanner to misinterpret header bytes as server
record data.

Changes:
- Refactored GetListing to use bufio.Reader instead of bufio.Scanner
  to handle heterogeneous data (headers and server records)
- Added readServerRecord helper function for sequential reading
- Renamed ServerInfoHeader.SrvCountDup to BatchSize for clarity
- Added comprehensive documentation explaining the batching protocol
- Removed unused serverScanner function and tests
- Added table tests covering multiple batch scenarios

The BatchSize field indicates the number of servers in the current
batch, while SrvCount indicates the total across all batches.
</content>
</entry>
<entry>
<title>Add optional TLS support for encrypted client connections</title>
<updated>2025-11-23T03:43:12Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-23T03:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=357baa94bf9b1d4b623f8a9c04b9d591e9f60406'/>
<id>urn:sha1:357baa94bf9b1d4b623f8a9c04b9d591e9f60406</id>
<content type='text'>
- Add TLSConfig and TLSPort fields to Server struct
- Add WithTLS option function for configuration
- Add ServeWithTLS and ServeFileTransfersWithTLS methods
- Update ListenAndServe to start TLS listeners when configured
- Add -tls-cert, -tls-key, -tls-port command-line flags
- Fix data race in rateLimiters map access with mutex
- Add TLS documentation with certificate generation instructions
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2025-11-21T03:56:44Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-21T03:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=8686ff94c313671deeec7623230cbac93b66e0eb'/>
<id>urn:sha1:8686ff94c313671deeec7623230cbac93b66e0eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump go version to 1.25.4</title>
<updated>2025-11-21T03:53:59Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-21T03:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=86a783dd2288545211ec5ebf7481c662a6dc68e4'/>
<id>urn:sha1:86a783dd2288545211ec5ebf7481c662a6dc68e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error when downloading incomplete files</title>
<updated>2025-11-20T00:36:06Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-20T00:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=1b2df8a630bfc83304ef90610bdf7ebe91d4e555'/>
<id>urn:sha1:1b2df8a630bfc83304ef90610bdf7ebe91d4e555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename hotline.fileWrapper struct to hotline.File</title>
<updated>2025-11-19T05:01:55Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-19T05:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=b395859da4937fa4c3064f4e022e46690df8f2d4'/>
<id>urn:sha1:b395859da4937fa4c3064f4e022e46690df8f2d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace hardcoded magic values with named constants and improve type safety</title>
<updated>2025-11-19T04:56:12Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-19T04:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=489e26d1b3c224beffba2649406efd83580989fe'/>
<id>urn:sha1:489e26d1b3c224beffba2649406efd83580989fe</id>
<content type='text'>
Adds new constants for file format identifiers (FormatFILP), fork types
(ForkTypeINFO), and platform identifiers (PlatformAMAC, PlatformMWIN) to
improve code maintainability and readability. Changes FlatFileForkHeader.ForkType
field from [4]byte to ForkType type alias for better compile-time type checking,
matching the pattern used in ForkInfoList.Fork.
</content>
</entry>
<entry>
<title>Update BannerFile doc comment in default config.yaml</title>
<updated>2025-11-19T03:58:46Z</updated>
<author>
<name>Jeff Halter</name>
<email>868228+jhalter@users.noreply.github.com</email>
</author>
<published>2025-11-19T03:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/mobius/commit/?id=ecae9f7cbc7a462aefdb167fa6a8b2ae83009540'/>
<id>urn:sha1:ecae9f7cbc7a462aefdb167fa6a8b2ae83009540</id>
<content type='text'>
</content>
</entry>
</feed>
