You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ADD] OSX check to FileSystemProvider (#424)
* [ADD] OSX check to FileSystemProvider
* Fix logic of IsImmutable
* Update EmbedIO.csproj
* Change logic to use only Windows the FileWatcher
* Revert last commit
* Update build.yml
* Add Warning
IPBanningModule (#420)
* IPBanningModule
* Adding AccessAttempts
* Extensions and constructors
Basic test
* IP Parsing
* Min fix IP Parser
* Performance improvements
* FailRegex as static ConcurrentDictionary
* Extension methods for init.
Xmldoc.
* Unit Tests
* More unit test
* Code Style
* Fix extension methods
* IPParserTest
* Code Style