<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Net, branch v10.8.0-alpha3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha3</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha3'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2021-10-04T01:41:22Z</updated>
<entry>
<title>Fix warnings in UdpSocket</title>
<updated>2021-10-04T01:41:22Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2021-10-02T17:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8c8ca9adedf3e9df3c6fb83ee0967f0af5fc9fc3'/>
<id>urn:sha1:8c8ca9adedf3e9df3c6fb83ee0967f0af5fc9fc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2021-09-03T17:32:11Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-09-03T16:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=637e86478f5cca7c8ac5e17cf541dc4c6adac14e'/>
<id>urn:sha1:637e86478f5cca7c8ac5e17cf541dc4c6adac14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable reference types for Emby.Server.Implementations</title>
<updated>2021-05-20T20:48:53Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-20T19:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7e8428e588b3f0a0574da44081098c64fe1a47d7'/>
<id>urn:sha1:7e8428e588b3f0a0574da44081098c64fe1a47d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2020-07-24T14:37:54Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2020-07-24T14:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=01e781035fc974c329f23892ea95bae66baa82f1'/>
<id>urn:sha1:01e781035fc974c329f23892ea95bae66baa82f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems (#3404)</title>
<updated>2020-06-24T16:23:16Z</updated>
<author>
<name>BaronGreenback</name>
<email>jimcartlidge@yahoo.co.uk</email>
</author>
<published>2020-06-24T16:23:16Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f01baad05e5abc8875fa36f9075f8684857115e7'/>
<id>urn:sha1:f01baad05e5abc8875fa36f9075f8684857115e7</id>
<content type='text'>
The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630.

Basically, it's an access denied bug.
It looks like multicasts need the same access rights as broadcasts on some systems.
</content>
</entry>
<entry>
<title>Removed debugging info</title>
<updated>2020-06-24T16:11:02Z</updated>
<author>
<name>BaronGreenback</name>
<email>jimcartlidge@yahoo.co.uk</email>
</author>
<published>2020-06-24T16:11:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c07d8abfd57fbdc67ad2a0189e1c6149b8244a65'/>
<id>urn:sha1:c07d8abfd57fbdc67ad2a0189e1c6149b8244a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added logging and broadcast = true</title>
<updated>2020-06-24T13:31:17Z</updated>
<author>
<name>BaronGreenback</name>
<email>jimcartlidge@yahoo.co.uk</email>
</author>
<published>2020-06-24T13:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=5b0c1829084b8f54cd5356880d82b75723badf81'/>
<id>urn:sha1:5b0c1829084b8f54cd5356880d82b75723badf81</id>
<content type='text'>
Not intended for merge into the fork.
</content>
</entry>
<entry>
<title>fix SA1503 for one line if statements</title>
<updated>2020-06-20T08:35:29Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-20T08:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=98db8f72e01b608e6c384ecf5b107fc2d105b652'/>
<id>urn:sha1:98db8f72e01b608e6c384ecf5b107fc2d105b652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1508</title>
<updated>2020-06-14T22:45:55Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-14T09:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3d9049ef08b797c270dea7d1f64d2806a65be953'/>
<id>urn:sha1:3d9049ef08b797c270dea7d1f64d2806a65be953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix SA1005</title>
<updated>2020-06-14T22:41:00Z</updated>
<author>
<name>telans</name>
<email>telans@protonmail.com</email>
</author>
<published>2020-06-14T09:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=acd4389653faff01a9c5266d06979d4c20c7d5f5'/>
<id>urn:sha1:acd4389653faff01a9c5266d06979d4c20c7d5f5</id>
<content type='text'>
</content>
</entry>
</feed>
