Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
Shadowghost
42498194d9
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
2 years ago
Shadowghost
4eba16c672
Apply review suggestions
2 years ago
Shadowghost
1cc7572445
Apply review suggestions
2 years ago
Shadowghost
343a94f185
Fix CA1851
2 years ago
Shadowghost
95740ef9a2
Fix build
2 years ago
Shadowghost
36994c17bf
Apply review suggestions
2 years ago
Shadowghost
f6d6f0367b
Properly handle IPs with subnetmasks
2 years ago
Shadowghost
26d79a5ce3
Properly name some bind address functions, cleanup logging
2 years ago
Shadowghost
87d0158a4a
Fix autodiscovery
2 years ago
Shadowghost
4aec41752f
Apply review suggestions
2 years ago
Shadowghost
7b90fcd053
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
Shadowghost
bd9a940fed
Declare VirtualInterfaceNames as string array for consistency
2 years ago
luz paz
9ec2870b10
Fix various typos
...
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2 years ago
Shadowghost
59a86568d9
Cleanup and fixes
3 years ago
Shadowghost
cea8e8bbf6
Fix logging output
3 years ago
Shadowghost
f6e41269d9
Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined
3 years ago
Shadowghost
358642c2d9
Fix build, fix loopback binding, exclude unsupported IPs from bind
3 years ago
Shadowghost
2d3a16ad0f
Simplify code
3 years ago
Shadowghost
2281b8c997
Move away from using Collection, simplify code, add proper ordering
3 years ago
Shadowghost
64ffd5fd95
Move subnet parser to NetworkExtensions
3 years ago
Shadowghost
997aa3f1e7
Fix build
3 years ago
Shadowghost
066db8ac7f
Migrate NetworkManager and Tests to native .NET IP objects
3 years ago
Cody Robibero
94a69c8a8b
Merge pull request #7549 from cvium/fix_isinlocalnetwork
...
(cherry picked from commit bdb85aeecf
)
Signed-off-by: crobibero <cody@robibe.ro>
3 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
cvium
0485ff1899
Create a store key constant for network
3 years ago
Claus Vium
4f51a22081
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
cvium
ffe5ae8056
Merge branch 'master' into TVFix
3 years ago
BaronGreenback
7936ea59eb
Changed selection method
4 years ago
BaronGreenback
5741fa7dfa
Fix url for LiveTV
4 years ago
BaronGreenback
bb6fddde9a
Group Methods
4 years ago
BaronGreenback
0b774eac12
Enables the ability to bind to loopback address. ( #5773 )
4 years ago
Joshua M. Boniface
19e7ebb279
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
4 years ago
BaronGreenback
4c7680e186
Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
4 years ago
BaronGreenback
6087831aa6
Fixed selection of correct interface ip
4 years ago
BaronGreenback
4cf88f67ba
Update NetworkManager.cs
4 years ago
BaronGreenback
3fa84500cf
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
f66cb9777d
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
3fdf0de6e3
Fix remote access
4 years ago
BaronGreenback
2fe26ef136
removed parameter preset
4 years ago
BaronGreenback
a031f7e410
Fix for multiple ip's in the same subnet per interface.
4 years ago
BaronGreenback
5942948714
Kestrel workaround
4 years ago
BaronGreenback
dedc94ec91
correction of ip6 loopback
4 years ago
BaronGreenback
cc19d281e7
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
d99d95422e
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
039a4fb22d
renamed method
4 years ago
BaronGreenback
b5c6e5fb97
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
BaronGreenback
f67137004c
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
BaronGreenback
ff7cae8a13
renamed method
4 years ago