Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MEDIUM: api: add attack thresholds+immediate block #59

Merged
merged 3 commits into from
Jan 4, 2024

Commits on Jan 3, 2024

  1. MEDIUM: api: add attack thresholds+immediate block

    This commit adds the new AttackThresholds and
    ImmediateBlock API parameters to the Site struct.
    
    These parameters allow you to adjust the attack
    thresholds for the 1 minute, 10 minute, and 1 hour
    intervals.
    
    `gofumpt` was also ran on the source, which
    resulted on a number of formatting improvements.
    daniel-corbett committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c93684e View commit details
    Browse the repository at this point in the history
  2. fix typo

    daniel-corbett committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    60f1d3e View commit details
    Browse the repository at this point in the history
  3. linter error

    daniel-corbett committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    69f58ec View commit details
    Browse the repository at this point in the history