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

rpc: simpler setban and new ban manipulation commands #19825

Closed
wants to merge 6 commits into from

Commits on Apr 22, 2021

  1. [rpc, refactor] Simplify setban logic and consolidate BanMan::Ban() f…

    …unctions
    
    - consolidate Ban() functions
    - setban logic is simpler: adding a subset ban will not throw an error
    dhruv committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    80044bd View commit details
    Browse the repository at this point in the history
  2. [rpc, refactor] Consolidate BanMan::Unban() functions

    Unbanning a non-banned subnet should not raise an rpc error
    dhruv committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b2272c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6645714 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    bfdb8a1 View commit details
    Browse the repository at this point in the history
  2. [rpc] Add listbanned ip command

    dhruv committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b84ee47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a36f9 View commit details
    Browse the repository at this point in the history