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 Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
crypto.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
crypto_test.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go feat: desktop mailserver cycle (#2481) 2022-01-12 12:02:01 -04:00
message.go feat: add images count to reply (#3574) 2023-06-06 15:52:07 +04:00
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 URL unfurling (initial implementation) (#3471) 2023-05-18 15:43:06 -03:00
pin_message.go Fix some issues with pinned messages 2023-04-25 16:02:48 +01:00
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 Handle organisation membership requests 2020-12-23 17:20:55 +01:00