Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Refactor follow/moderatorAdd peer handling #580

Merged
merged 2 commits into from
Jul 24, 2017
Merged

Refactor follow/moderatorAdd peer handling #580

merged 2 commits into from
Jul 24, 2017

Conversation

cpacia
Copy link
Member

@cpacia cpacia commented Jul 20, 2017

Adds a new payload type to be used on FOLLOW, UNFOLLOW, MODERATOR_ADD, and
MODERATOR_REMOVE messages. The payload contains the public key and signature
of the sender and removes reliance on the transport level peer ID.

closes #240

cpacia added 2 commits July 20, 2017 12:44
Adds a new payload type to be used on FOLLOW, UNFOLLOW, MODERATOR_ADD, and
MODERATOR_REMOVE messages. The payload contains the public key and signature
of the sender and removes reliance on the transport level peer ID.

closes #240
@cpacia cpacia requested a review from tyler-smith July 20, 2017 20:35
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 26.31% when pulling 153e747 on follow into 174d643 on master.

@cpacia cpacia merged commit 865a424 into master Jul 24, 2017
@cpacia cpacia deleted the follow branch July 25, 2017 22:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use application PeerID (instead of transport PeerID) for handleFollow and handleUnfollow
3 participants