status-go/protocol/common
Patryk Osmaczko 5bb787fadb chore: rename RawMessage.SkipEncryption->SkipProtocolLayer
`SkipEncryption` was misleading, as it wasn't really always related with
encryption.
2023-07-07 10:30:50 +02:00
..
chat_entity.go
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
feature_flags.go
message.go feat: add images count to reply (#3574) 2023-06-06 15:52:07 +04:00
message_sender.go chore: rename RawMessage.SkipEncryption->SkipProtocolLayer 2023-07-07 10:30:50 +02:00
message_sender_test.go test: use `T.TempDir` to create temporary test directory (#2746) 2023-04-26 21:39:51 +01: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 chore: rename RawMessage.SkipEncryption->SkipProtocolLayer 2023-07-07 10:30:50 +02:00
raw_messages_persistence.go chore: rename RawMessage.SkipEncryption->SkipProtocolLayer 2023-07-07 10:30:50 +02:00
timesource.go