Leonid Nikitin kor-elf
kor-elf created pull request kor-elf-shield/go-nftables-client#3 2026-04-26 16:50:40 +05:00
v0.2.0
kor-elf pushed to develop at kor-elf-shield/go-nftables-client 2026-04-26 16:49:19 +05:00
7ae37d00ae Add batch commands support and usage example in README
kor-elf pushed to develop at kor-elf-shield/go-nftables-client 2026-04-26 16:28:01 +05:00
692ba5fba0 Add Command method to BatchBuilder interface and implementation
kor-elf pushed to develop at kor-elf-shield/go-nftables-client 2026-04-26 16:13:20 +05:00
2037ac6034 Add rule implementation with Add, Insert, Replace, and Delete methods
8d9c3e7f7b Refactor rule commands to use nftCommand utilities for improved code reuse
bc00e46865 Add chain implementation with Add, Create, Delete, Clear, and Rename methods
7dc8436ad8 Refactor chain commands to use nftCommand utilities for improved code reuse
8fdecbcd8d Add table implementation with Add, Delete, and Clear methods
Compare 17 commits »
kor-elf pushed to develop at kor-elf-shield/go-nftables-client 2026-04-22 23:35:29 +05:00
70e6335e59 Add ExecuteBatch method to NFT interface for batch command execution
a7ec170096 Add Batch API for building and executing batched nftables commands.
Compare 2 commits »
kor-elf pushed to develop at kor-elf-shield/go-nftables-client 2026-04-22 21:55:18 +05:00
3c47e7566b Refactor to consolidate APIs into contract package and introduce NFT interface for better modularity and maintainability.
kor-elf released v0.10.0 at kor-elf-shield/kor-elf-shield 2026-04-12 13:02:04 +05:00
kor-elf pushed tag v0.10.0 to kor-elf-shield/kor-elf-shield 2026-04-12 13:02:04 +05:00
kor-elf pushed to main at kor-elf-shield/kor-elf-shield 2026-04-12 12:57:49 +05:00
ec362f3c9a Merge pull request 'v0.10.0' (#10) from develop into main
4c2d11423d Update CHANGELOG with release date for version 0.10.0
671346e735 Add third-party licenses for kor-elf-shield and geoip2 dependencies
b500d9fe57 Update CHANGELOG with improved kor-elf-shield status command output
64c44085ea Add daemon status enhancements: uptime, memory stats, and version details
Compare 20 commits »
kor-elf merged pull request kor-elf-shield/kor-elf-shield#10 2026-04-12 12:57:47 +05:00
v0.10.0
kor-elf created pull request kor-elf-shield/kor-elf-shield#10 2026-04-12 12:57:43 +05:00
v0.10.0
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-12 12:24:13 +05:00
4c2d11423d Update CHANGELOG with release date for version 0.10.0
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-12 02:44:50 +05:00
671346e735 Add third-party licenses for kor-elf-shield and geoip2 dependencies
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-12 02:33:37 +05:00
b500d9fe57 Update CHANGELOG with improved kor-elf-shield status command output
64c44085ea Add daemon status enhancements: uptime, memory stats, and version details
88264e1f4f Add HumanBytes util for formatting bytes into human-readable strings
Compare 3 commits »
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-12 01:25:34 +05:00
954f3b4ce2 Enhance log notifications to include message count in all locales and update related analysis logic
9298f09b2e Fix: update CHANGELOG with bug fix for extra logs in notifications
086aa784ea During the analysis process, the LastLogs field must be reset if it does not meet the request rate limit
96ded2fc43 Add extra line break after log messages for improved readability in notifications
Compare 4 commits »
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-11 23:34:27 +05:00
6586e876d9 Update CHANGELOG with new GeoIP CLI commands for info retrieval and database refresh
90a8374c93 Add GeoIP CLI commands for info retrieval and database refresh, with daemon and i18n support
Compare 2 commits »
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-11 22:46:21 +05:00
0352bf7dd7 Update CHANGELOG with type field addition for IP alerts in analyzer.toml and GeoIP-related changes
d249bcdf16 Add type field to pattern values and integrate IP-specific logic into alert analysis
e0395f6dc1 Update CHANGELOG for version 0.10.0 with GeoIP-related changes and new configuration details
Compare 3 commits »
kor-elf pushed to develop at kor-elf-shield/kor-elf-shield 2026-04-11 18:03:10 +05:00
ab4496f6b8 Integrate GeoIP service initialization and lifecycle management into the daemon startup process.
a084fef3d2 Integrate GeoIP data into brute force protection analysis logic.
9a9899958b Add GeoIP settings and configuration logic with MaxMind service integration
9bfabd2148 Add GeoIP support with configurable service and logger integration
1298685ca4 Remove debug fmt.Println from ToConfigPortKnocking
Compare 5 commits »
kor-elf released v0.1.2 at kor-elf-shield/geoip2 2026-04-11 17:25:54 +05:00
kor-elf pushed tag v0.1.2 to kor-elf-shield/geoip2 2026-04-11 17:25:54 +05:00