status-go/protocol/communities
Mykhailo Prakhov b15fa6d2c8
fix: promote self to community control node event if we are not a community member (#4270)
2023-11-07 14:18:59 +01:00
..
migrations
token
adaptors.go feat: ensure unique control node across devices 2023-10-22 21:50:41 +02:00
community.go refactor: extract Community.ChatID 2023-11-04 00:11:40 +01:00
community_categories.go
community_categories_test.go refactor: update community access enum naming 2023-10-25 17:34:37 +02:00
community_changes.go fix(community): getting kicked out of a community should still spectate (#4217) 2023-10-27 15:20:08 -04:00
community_encryption_key_action.go refactor: base community key actions evaluation on Encrypted() property 2023-11-04 00:11:40 +01:00
community_encryption_key_action_test.go refactor: update community access enum naming 2023-10-25 17:34:37 +02:00
community_event.go
community_event_message.go
community_test.go feat: kick all members after ownership change and auto-accept after sharing the address (#4187) 2023-10-31 15:20:40 +01:00
community_token_permission.go
communnity_privileged_member_sync_msg.go
errors.go
manager.go fix: promote self to community control node event if we are not a community member (#4270) 2023-11-07 14:18:59 +01:00
manager_test.go refactor: remove always nil `shard` parameter in `HandleCommunityDescriptionMessage` 2023-10-31 10:03:31 +01:00
permission_checker.go Fix encryption id && rekey with a single message 2023-10-24 20:48:54 +01:00
persistence.go feat: kick all members after ownership change and auto-accept after sharing the address (#4187) 2023-10-31 15:20:40 +01:00
persistence_test.go feat: kick all members after ownership change and auto-accept after sharing the address (#4187) 2023-10-31 15:20:40 +01:00
persistence_test_helpers.go
request_to_join.go feat: kick all members after ownership change and auto-accept after sharing the address (#4187) 2023-10-31 15:20:40 +01:00
request_to_join_test.go
request_to_leave.go
roles_authorization.go
utils.go
validator.go