status-go/protocol/common
Patryk Osmaczko 367b7722d1 feat: introduce channel-level encryption
- distribute ratchet keys at both community and channel levels
- use explicit `HashRatchetGroupID` in ecryption layer, instead of
  inheriting `groupID` from `CommunityID`
- populate `HashRatchetGroupID` with `CommunityID+ChannelID` for
  channels, and `CommunityID` for whole community
- hydrate channels with members; channel members are now subset of
  community members
- include channel permissions in periodic permissions check

closes: status-im/status-desktop#10998
2023-07-27 11:35:59 +02:00
..
chat_entity.go
crypto.go
crypto_test.go
errors.go
feature_flags.go
message.go
message_sender.go feat: introduce channel-level encryption 2023-07-27 11:35:59 +02:00
message_sender_test.go chore: remove unused `applicationLayer` parameter of `HandleMessages` 2023-07-07 16:33:44 +02:00
message_test.go
pin_message.go
raw_message.go feat: introduce channel-level encryption 2023-07-27 11:35:59 +02:00
raw_messages_persistence.go chore: rename RawMessage.SkipEncryption->SkipProtocolLayer 2023-07-07 10:30:50 +02:00
timesource.go