<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Common/Net, branch v10.11.0-rc9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc9</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc9'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-06-03T21:22:30Z</updated>
<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.b0n.dev/jellyfin/commit/?id=44b5de156886995fdcf881cbc1208505ad0e8b0e'/>
<id>urn:sha1:44b5de156886995fdcf881cbc1208505ad0e8b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix negated IP addresses without subnet mask not being parsed correctly (#13854)</title>
<updated>2025-04-09T01:21:57Z</updated>
<author>
<name>Markus Prettner</name>
<email>markus.prettner@outlook.com</email>
</author>
<published>2025-04-09T01:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c152f610ce4acb36d940c032bdf624c269d37d6b'/>
<id>urn:sha1:c152f610ce4acb36d940c032bdf624c269d37d6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #13493 from gnattu/fix-subnet-check-master</title>
<updated>2025-03-15T14:35:55Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2025-03-15T14:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8a6d1402d2a9fab88da37c69c708dffae7346e0b'/>
<id>urn:sha1:8a6d1402d2a9fab88da37c69c708dffae7346e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GetMacAddresses from NetworkManager</title>
<updated>2025-02-22T09:27:42Z</updated>
<author>
<name>Niels van Velzen</name>
<email>git@ndat.nl</email>
</author>
<published>2025-02-22T09:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d18066f0f23f819efdef145a74ffb173df636b58'/>
<id>urn:sha1:d18066f0f23f819efdef145a74ffb173df636b58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2025-02-05T00:04:29Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2025-02-05T00:04:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9aec576c763eeb6a2d1538175d397ab933227e5a'/>
<id>urn:sha1:9aec576c763eeb6a2d1538175d397ab933227e5a</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Fix subnet contains check</title>
<updated>2025-02-04T08:52:17Z</updated>
<author>
<name>gnattu</name>
<email>gnattuoc@me.com</email>
</author>
<published>2025-02-04T08:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=533ceeaaf299c9396f82e11e16314afbc03407f8'/>
<id>urn:sha1:533ceeaaf299c9396f82e11e16314afbc03407f8</id>
<content type='text'>
We are still using `Subnet.Contains` a lot but that does not handle IPv4 mapped to IPv6 addresses at all. It was partially fixed by #12094 in local network checking, but it may not always happen on LAN.

Also make all local network checking to use IsInLocalNetwork method instead of just performing `Subnet.Contains` which is not accurate.

Filter out all link-local addresses for external interface matching.
</content>
</entry>
<entry>
<title>Remove useless checks and dead code (#13405)</title>
<updated>2025-01-28T10:29:22Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-01-28T10:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bcdffa74a80972f8493837fa911c9628598f7fa3'/>
<id>urn:sha1:bcdffa74a80972f8493837fa911c9628598f7fa3</id>
<content type='text'>
* Remove useless checks and dead code

* Enable adaptive bitrate streaming again

* Disable adaptive bitrate streaming by default</content>
</entry>
<entry>
<title>Remove the ability to auto port forward (#13222)</title>
<updated>2025-01-25T16:34:06Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-01-25T16:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b318f335991167102a5fa8d65030d200bbec898d'/>
<id>urn:sha1:b318f335991167102a5fa8d65030d200bbec898d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless checks and dead code</title>
<updated>2025-01-22T16:31:52Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-01-22T16:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=47f798827b956dbacfed2a870bab02e7ffc0da12'/>
<id>urn:sha1:47f798827b956dbacfed2a870bab02e7ffc0da12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport pull request #11766 from jellyfin/release-10.9.z</title>
<updated>2024-05-25T15:46:13Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2024-05-25T15:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e7145acd560bd53234abcd0fb11dc381fb900dd3'/>
<id>urn:sha1:e7145acd560bd53234abcd0fb11dc381fb900dd3</id>
<content type='text'>
Filter invalid IPs on external interface matching

Original-merge: 2eece01acc32dcd14ea83e224d2bccd8060010e2

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
</feed>
