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

Return good hashes from merge() #65

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Commits on Oct 18, 2023

  1. Return good hashes from merge()

    Session clients required the list of hashes from a merge() to perform
    various operations based on the messages that were accepted.  This
    updates `merge()` to return a vector of accepted hashes.
    
    For the C API, this returns a config_string_list* pointer that needs to
    be freed, but contains all the good hashes (the same way
    current_hashes() works).
    jagerman committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    39b7761 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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