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

Fix a number of federation bugs #26

Merged
merged 26 commits into from
Apr 30, 2024
Merged

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    a8e462e View commit details
    Browse the repository at this point in the history
  2. Move resolve defines to where they are used.

    There is only one place they are used, so defining them in the same file
    is helps both with context and in limiting the external surface area.
    hamishcoleman committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5eba41b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    9af71a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a75ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afa90a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0607c37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe65e1d View commit details
    Browse the repository at this point in the history
  6. Address linter concerns

    hamishcoleman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    721ad65 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Address linter concern

    hamishcoleman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    40491ce View commit details
    Browse the repository at this point in the history
  2. Continue consolidating peer_info access

    Migrate some peer specific macros to the peer_info internal header
    hamishcoleman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e92ced9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca37718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3523b42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080e0f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c02069 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06a8795 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. An API to access the MAC routing table

    Currently, only exports the federated supernode association data, but is
    planned to be expanded from that
    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3ffff72 View commit details
    Browse the repository at this point in the history
  2. Address linter concern

    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    057c8b5 View commit details
    Browse the repository at this point in the history
  3. Fix last seen datatype

    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    daee8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0090341 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6747751 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f18dbf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad6061 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9b1afa View commit details
    Browse the repository at this point in the history
  9. Address lint concerns

    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bef79a2 View commit details
    Browse the repository at this point in the history
  10. Fix bug with federation registration

    Introduced when converting to use bool type in commit
    11d7d08
    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cf0d6e9 View commit details
    Browse the repository at this point in the history
  11. Note a future TODO

    hamishcoleman committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f3202d0 View commit details
    Browse the repository at this point in the history