<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Networking, branch v10.3.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.3.7</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.3.7'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-03-07T21:41:41Z</updated>
<entry>
<title>Remove EnvironmentInfo</title>
<updated>2019-03-07T21:41:41Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-07T16:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=decaffed86cbc5db99c3f79d266fdfcdd262c12d'/>
<id>urn:sha1:decaffed86cbc5db99c3f79d266fdfcdd262c12d</id>
<content type='text'>
This moved the last bit of usefulness of EnvironmentInfo into a static
class.
</content>
</entry>
<entry>
<title>Remove redundant parenthesis</title>
<updated>2019-02-27T12:16:54Z</updated>
<author>
<name>Xu Fasheng</name>
<email>fasheng.xu@gmail.com</email>
</author>
<published>2019-02-27T12:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7429c07c05ad12fbacef7952574edd75c294eb8a'/>
<id>urn:sha1:7429c07c05ad12fbacef7952574edd75c294eb8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send DLNA devices message to only the matched interface</title>
<updated>2019-02-22T12:18:34Z</updated>
<author>
<name>Xu Fasheng</name>
<email>fasheng.xu@gmail.com</email>
</author>
<published>2019-02-22T04:06:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=cbd0e71c077e6233bcbc751f9a2f1ee742000ba3'/>
<id>urn:sha1:cbd0e71c077e6233bcbc751f9a2f1ee742000ba3</id>
<content type='text'>
This will be the right way for multiple interfaces, or the client will
receive all devices message with different IP addresses and could not
detect which one could access.

And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old
behaviour if this commit missed something.
</content>
</entry>
<entry>
<title>Add option to toggle if ignore virtual interfaces</title>
<updated>2019-02-22T12:13:17Z</updated>
<author>
<name>Xu Fasheng</name>
<email>fasheng.xu@gmail.com</email>
</author>
<published>2019-02-21T14:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=cf4e64f4309a40ff50607d418970bc2767a275bb'/>
<id>urn:sha1:cf4e64f4309a40ff50607d418970bc2767a275bb</id>
<content type='text'>
Some VPN like ZerotierOne owns IP address but no gateway, and there is no
good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces,
so just provide one option to let user decide it.
</content>
</entry>
<entry>
<title>Fix namespacing so it lines up properly with file names and paths (#715)</title>
<updated>2019-02-09T09:10:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-02-09T09:10:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f1ef0b0b4c54b2c370704aacb13a37e9abd4a6a0'/>
<id>urn:sha1:f1ef0b0b4c54b2c370704aacb13a37e9abd4a6a0</id>
<content type='text'>
* Fix stupid namespacing so it lines up properly with file names and paths.</content>
</entry>
<entry>
<title>Remove MoreLINQ</title>
<updated>2019-02-02T11:27:06Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-02T11:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1385d89df6d6af178dcfdfa1dee6346c6efcad2a'/>
<id>urn:sha1:1385d89df6d6af178dcfdfa1dee6346c6efcad2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced injections of ILogger with ILoggerFactory</title>
<updated>2019-01-20T21:05:12Z</updated>
<author>
<name>William Taylor</name>
<email>me@willtaylor.info</email>
</author>
<published>2019-01-17T22:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=65cd3ed597c60503a517c06ad16c933ebf2434a9'/>
<id>urn:sha1:65cd3ed597c60503a517c06ad16c933ebf2434a9</id>
<content type='text'>
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.

The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.

Also removed some unused dependencies.
</content>
</entry>
<entry>
<title>ReSharper format: conform inline 'out' parameters.</title>
<updated>2019-01-13T20:46:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper conform to 'var' settings</title>
<updated>2019-01-13T20:37:13Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=65bd052f3e8682d177520af57db1c8ef5cb33262'/>
<id>urn:sha1:65bd052f3e8682d177520af57db1c8ef5cb33262</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv</title>
<updated>2019-01-13T19:54:44Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e566d9a23163c297bdddddcbffb438c2b951d840'/>
<id>urn:sha1:e566d9a23163c297bdddddcbffb438c2b951d840</id>
<content type='text'>
</content>
</entry>
</feed>
