mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4088] [CLOSED] Project: Network 2 - NetworkManager #9867
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4088
Author: @BaronGreenback
Created: 9/8/2020
Status: ❌ Closed
Base:
master← Head:NetReview4📝 Commits (10+)
d4004bcMerge pull request #62 from jellyfin/master555c15dCreate temp6220965Add files via upload304d11aDelete tempdf2cf31Delete IPHost.cs07c88a4Delete IPObject.csac8f939Delete IPNetAddress.csfe59cbaDelete NetCollection.csf6a4884Create UdpProcess.csf413a4cAdd files via upload📊 Changes
2 files changed (+1422 additions, -0 deletions)
View changed files
➕
Jellyfin.Networking/Manager/INetworkManager.cs(+196 -0)➕
Jellyfin.Networking/Manager/NetworkManager.cs(+1226 -0)📄 Description
This is the NetworkManager.
It's responsible for all IP based filtering parsing etc.
It relies heavily on NetCollection, IPObject, IPNetAddress and IPHost.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.