aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs
AgeCommit message (Collapse)Author
2025-06-03Fix missing logging of connections by disallowed IPs (#14011)jade
2025-04-08Fix negated IP addresses without subnet mask not being parsed correctly (#13854)Markus Prettner
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-11-16Use new IPNetwork.TryParse functionBond_009
2023-11-14Fix warnings in test projectsBond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-07-29Fix Jellyfin.Networking.Tests (#10055)Bond-009
2023-07-03Extract networking constantsShadowghost
2023-07-02Apply review suggestionsShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-15Apply review suggestionsShadowghost
2022-12-07Fix .NET 7 compatibilityShadowghost
2022-10-17Properly handle IPs with subnetmasksShadowghost
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
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); ```
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-07-20Move away from using Collection, simplify code, add proper orderingShadowghost
2022-07-19Add generic IPAddress.Parse testsShadowghost
2022-07-19Fix buildShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-09-07Use GetSmartApiUrl instead (hopefully it works)cvium
2021-09-05Merge branch 'master' into TVFixcvium
2021-06-05Add property based testingBond_009
2021-05-05Merge pull request #5762 from BaronGreenback/networkTestHardeningBill Thornton
Fix network test on dns failure
2021-05-03Changed selection methodBaronGreenback
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-04-26Fixed testBaronGreenback
2021-04-26removed unused usingsBaronGreenback
2021-04-26Fix url for LiveTVBaronGreenback
2021-04-14Enables the ability to bind to loopback address. (#5773)BaronGreenback
2021-04-12Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
2021-04-10Work through dns failure on test.BaronGreenback
2021-04-03Merge pull request #5602 from Ullmie02/IP-string-IPBond-009
2021-03-27changed split to single quotesBaronGreenback
2021-03-23Add tests for IsInNetworkDavid
2021-03-23fix compilationBaronGreenback
2021-03-22Added more testsBaronGreenback
2021-03-14Merge remote-tracking branch 'upstream/master' into SubnetOverlappFixBaronGreenback
2021-03-12Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-11split testsBaronGreenback