Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Reduce inconsistencies between codepaths for membership and non-membership events. #8463

Merged
merged 6 commits into from
Oct 7, 2020

Commits on Oct 5, 2020

  1. De-duplicate duplicate handling

    move the "duplicate state event" handling down into `handle_new_client_event`
    where it can be shared between multiple call paths.
    richvdh committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b520a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee302d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd02822 View commit details
    Browse the repository at this point in the history
  4. kill off send_nonmember_event

    This is now redundant, and we can just call `handle_new_client_event` directly.
    richvdh committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e775b5b View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    103f729 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. update wording

    richvdh committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    903fcd2 View commit details
    Browse the repository at this point in the history