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

swarm/handler: replace inject_* methods #3085

Merged
merged 18 commits into from
Nov 17, 2022

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    5f95709 View commit details
    Browse the repository at this point in the history
  2. dcutr: replace inject_* with on_event,

    on ConnectionHandler implementations
    jxs committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    758ee6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48ed9d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b44019 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c50aca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d78b545 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6767d91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf9768f View commit details
    Browse the repository at this point in the history
  9. review: address typos

    jxs committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    14ff311 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    0b866a1 View commit details
    Browse the repository at this point in the history
  2. review: rename on_event -> on_connection_event,

    and StreamEvent -> ConnectionEvent.
    jxs committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e3a7dd2 View commit details
    Browse the repository at this point in the history
  3. review: remove super:: usages

    jxs committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    efa29e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. review: fix typos

    jxs committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3d67cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b91c32 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    f02aaad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448669d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32119cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f621eb2 View commit details
    Browse the repository at this point in the history