Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.0

    Release v1.0.0 - First stable release
    
    Features:
    - Plugin system with 21 actions and 18 handlers
    - Rate limiting DSL (deny_condition in YAML)
    - HBRI TCP relay behind NAT
    - BLOM bloom filter extension
    - TLS support with cipher suite control
    - Virtual threads (Java 25)
    - GraalVM native image support
    
    Security:
    - TOCTOU symlink fix in FileActionSupport
    - HPAS state validation and challenge cleanup
    - TLS min-version validation (TLSv1.2/1.3)
    - Fail-closed cipher suite handling
    - Decompression bomb protection via BoundedLineReader
    
    Reliability:
    - AuthFailureTracker TTL eviction (memory leak prevention)
    - Atomic ban file save
    - Thread-safe nick/CID index updates
    - Rate limit eviction fix (lastAccess-based)
    - Bare CR character loss fix in BoundedLineReader
    
    Tests: 1083 tests, 0 failures