<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/src/Jellyfin.Networking, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-04-04T05:53:59Z</updated>
<entry>
<title>Merge pull request #15902 from ZeusCraft10/fix/udp-discovery-cross-subnet-ipv6</title>
<updated>2026-04-04T05:53:59Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-04-04T05:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a2dcaa9521b4454f59002912df22e8a48befbe21'/>
<id>urn:sha1:a2dcaa9521b4454f59002912df22e8a48befbe21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #15841 from JanzenJohn/feat/fix-ipv6-crash</title>
<updated>2026-03-27T17:33:12Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2026-03-27T17:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0ba41754d8ef67d1932270cb43760a6168f4d8f8'/>
<id>urn:sha1:0ba41754d8ef67d1932270cb43760a6168f4d8f8</id>
<content type='text'>
fix crashes on devices that don't support ipv6</content>
</entry>
<entry>
<title>Fix typos in XML documentation comments (#15997)</title>
<updated>2026-01-18T17:22:51Z</updated>
<author>
<name>Vignesh Skanda</name>
<email>agvskanda@gmail.com</email>
</author>
<published>2026-01-18T17:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d1c97b8e1d58cff3dd7158718a8129a0d84112ca'/>
<id>urn:sha1:d1c97b8e1d58cff3dd7158718a8129a0d84112ca</id>
<content type='text'>
* Fix typos in XML documentation comments

* Update src/Jellyfin.Networking/Manager/NetworkManager.cs

---------

Co-authored-by: Bond-009 &lt;bond.009@outlook.com&gt;</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2026-01-14T17:55:47Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-11-16T17:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1ba8e2c93c2906682050c95957649c20e1b557d9'/>
<id>urn:sha1:1ba8e2c93c2906682050c95957649c20e1b557d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to .NET 10.0</title>
<updated>2026-01-14T17:55:47Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-11-11T16:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9e480f6efb4bc0e1f0d1323ed7ed5a7208fded99'/>
<id>urn:sha1:9e480f6efb4bc0e1f0d1323ed7ed5a7208fded99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix UDP Auto-Discovery returning IPv6 for cross-subnet IPv4 requests</title>
<updated>2025-12-30T22:34:05Z</updated>
<author>
<name>ZeusCraft10</name>
<email>akhilachanta8@gmail.com</email>
</author>
<published>2025-12-30T22:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=72b4faa00b743dc5bbd2e25c54b216510e978a5a'/>
<id>urn:sha1:72b4faa00b743dc5bbd2e25c54b216510e978a5a</id>
<content type='text'>
Fixes #15898

When a UDP discovery request is relayed from a different IPv4 subnet,
GetBindAddress() now correctly returns an IPv4 address instead of
incorrectly falling back to ::1.

Changes:
- Loopback fallback now prefers address family matching the source IP
- Interface fallback now prefers interfaces matching source address family
- Added test case for cross-subnet IPv4 request scenario
</content>
</entry>
<entry>
<title>Warn server administrator when IPv6 is enabled but unsupported by OS</title>
<updated>2025-12-21T14:37:22Z</updated>
<author>
<name>john janzen</name>
<email>git@johnjanzen.me</email>
</author>
<published>2025-12-21T14:37:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=146681f0ba927b6c2d1e392a2b157a28c36e1a6b'/>
<id>urn:sha1:146681f0ba927b6c2d1e392a2b157a28c36e1a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix crashes on devices that don't support ipv6</title>
<updated>2025-12-20T18:50:33Z</updated>
<author>
<name>john janzen</name>
<email>git@johnjanzen.me</email>
</author>
<published>2025-12-20T18:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=93902fc610a9d8b52780d88f7bb986e668567c9d'/>
<id>urn:sha1:93902fc610a9d8b52780d88f7bb986e668567c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing logging of connections by disallowed IPs (#14011)</title>
<updated>2025-06-03T21:22:30Z</updated>
<author>
<name>jade</name>
<email>software@lfcode.ca</email>
</author>
<published>2025-06-03T21:22:30Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=44b5de156886995fdcf881cbc1208505ad0e8b0e'/>
<id>urn:sha1:44b5de156886995fdcf881cbc1208505ad0e8b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add port awareness to startup server (#13913)</title>
<updated>2025-04-19T19:08:24Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-04-19T19:08:24Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7df6e0b16f8e6b3026955e31417906b3bcbba290'/>
<id>urn:sha1:7df6e0b16f8e6b3026955e31417906b3bcbba290</id>
<content type='text'>
</content>
</entry>
</feed>
