Releases: jvdmr/mod_evasive
Releases · jvdmr/mod_evasive
2.4.0
What's Changed
- Misc cleanup and fixes by @cgzones in #31
- IP whitelist tweaks and URI blocklist feature by @cgzones in #32
- Avoid overflow on configuration values by @cgzones in #36
- Use request time by @cgzones in #37
- Log format update by @cgzones in #38
- Adjust default hashtable size by @cgzones in #40
- Move module hook order up by @cgzones in #41
New Contributors
Full Changelog: 2.3.0...2.4.0
July 2024 - Segfault fix + DOSWhitelistUri on Windows
What's Changed
- Update mod_evasive24.c to prevent segfault by @WebReusAbuse in #27
- Update mod_evasive24win.c to include the
DOSWhitelistUrifeature previously released in v2.2.0
New Contributors
- @WebReusAbuse made their first contribution in #27
Full Changelog: 2.2.0...2.3.0
Februari 2020 - DOSWhitelistUri
In this release, we add a new configuration option DOSWhitelistUri which takes a Perl-style regex and matches it against the request's URI. If it matches, the request is allowed and not counted towards the DOS limit.
September 2019 - Matching version to debian package version
Nothing new, just creating this release on GitHub to match the version specified in the .deb package
June 2019 - Updated Changelog
Nothing new, just the CHANGELOG has been updated to reflect the current state of the project.
November 2018 - first official release
This release marks what has been created by @jzdziarski and @jvdmr as an officially stable version.