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

Display an error on NRTM if client is blocked by ACL limit #812

Merged
merged 4 commits into from
Apr 29, 2021

Commits on Apr 22, 2021

  1. Separate NRTM query tests

    eshryane committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    cb617f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Throw application-specific (expected) NrtmException, to distinguish f…

    …rom an unexpected IllegalArgumentException.
    eshryane committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5c598a0 View commit details
    Browse the repository at this point in the history
  2. Do not write QueryMessages into the channel, it's never handled (only…

    … in whois-query using custom code). Just write a String.
    
    Also throw an NrtmException on an error, and write to the channel in *one* place (in the exception handler).
    eshryane committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    49c4f61 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    03213ff View commit details
    Browse the repository at this point in the history