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

Redeliver holding pen emails if there's a single guess #7790

Merged
merged 4 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. Extract Guess into its own class

    gbp committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fae6def View commit details
    Browse the repository at this point in the history
  2. Refactor Guess

    Allow guesses to be passed different components. These components will
    make up key/values used to calculate how good the guess is.
    gbp committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    76f9d88 View commit details
    Browse the repository at this point in the history
  3. Add scoring methods to Guess

    Test how close the id/idhash components are to those on the info
    request. These scores can then be used to deliver incoming messages to a
    request or not.
    gbp committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0383cfb View commit details
    Browse the repository at this point in the history
  4. feat: guessed mail don't go to holding pen

    Now, the 'Guessing' mechanism will be used when a mail is
    received. If there is only one guess produced by this mechanism,
    then the mail will go straight to that guess's IR
    alexander-griffen authored and gbp committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6c455ef View commit details
    Browse the repository at this point in the history