Skip to content

Commit

Permalink
1.3.5 update
Browse files Browse the repository at this point in the history
* * Fixed "ALL" Protocols option being actually all protocols and not HOPOPT Protocol

* IPv6 Support added

* ToDo: Put the actual process into Task system so the UI does not freeze. Maybe rewrite the whole program?!

* * Removed hidden debug logging checkbox and textbox

* * Resized IP-Textbox so a IPv6 IP fits into one line
  • Loading branch information
WaGi-Coding authored Sep 24, 2019
1 parent ef368fb commit 3d0b03b
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 194 deletions.
20 changes: 16 additions & 4 deletions WaGis IP-Blacklister.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WaGis IP-Blacklister", "WaGis IP-Blacklister\WaGis IP-Blacklister.csproj", "{8862ADE0-52C1-4E6F-8318-CBB607768B54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|Any CPU.ActiveCfg = Release|x64
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|Any CPU.Build.0 = Release|x64
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|x64.ActiveCfg = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|x64.Build.0 = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|x86.ActiveCfg = Debug|x86
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Debug|x86.Build.0 = Debug|x86
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|Any CPU.Build.0 = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|x64.ActiveCfg = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|x64.Build.0 = Release|Any CPU
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|x86.ActiveCfg = Release|x86
{8862ADE0-52C1-4E6F-8318-CBB607768B54}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 3d0b03b

Please sign in to comment.