Skip to content

Add detection for PurrNet #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.PurrNet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**PurrNet**](github.com/PurrNet/PurrNet) The PurrFect networking solution with high performance, broad feature-set and focus on the developer experience.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ Opus = (?:^|/)opus\.dll$
PathEngine = (?:^|/)PathEngine\.dll$
Photon = (?:^|/)Photon(?:3Unity3D|3DotNet|EncryptorPlugin)\.dll$
Protocol_Buffers = protobuf
PurrNet = (?:^|/)PurrNet\.Runtime\.dll$
Python = (?:^|/)python[0-9]{0,3}\.dll$
Qt = (?:^|/)Qt(?:Core4|[0-9]Core)\.dll$
Razer_CChromaEditor = (?:^|/)CChromaEditorLibrary(?:64)?\.dll$
Expand Down
3 changes: 3 additions & 0 deletions tests/types/SDK.PurrNet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/PurrNet.Runtime.dll
/folder/PurrNet.Runtime.dll
PurrNet.Runtime.dll
4 changes: 4 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ PathEngine_dll
somethingFishnet.Runtime.dll
Fishnet.Runtime_dll
Fishnet.Runtime.dllWhoopsie
PurrNet.Runtime_dll
pPurrNet.Runtime.dll
PurrNet.Runtime.dlll
PurrNet.Runtime.dl
libsodium.dl
ibsodium.dll
libsodium_dll
Expand Down