aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/roles_constants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/roles_constants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h
index 956a9de..ee2986b 100644
--- a/linden/indra/llcommon/roles_constants.h
+++ b/linden/indra/llcommon/roles_constants.h
@@ -143,11 +143,18 @@ const U64 GP_NOTICES_RECEIVE = 0x1LL << 43; // Receive Notices and View Notice
143const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal 143const U64 GP_PROPOSAL_START = 0x1LL << 44; // Start Proposal
144const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal 144const U64 GP_PROPOSAL_VOTE = 0x1LL << 45; // Vote on Proposal
145 145
146// Group chat moderation related
147const U64 GP_SESSION_JOIN = 0x1LL << 16; //can join session
148const U64 GP_SESSION_VOICE = 0x1LL << 27; //can hear/talk
149const U64 GP_SESSION_MODERATOR = 0x1LL << 37; //can mute people's session
150
146const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE 151const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE
147 | GP_LAND_ALLOW_SET_HOME 152 | GP_LAND_ALLOW_SET_HOME
148 | GP_NOTICES_RECEIVE 153 | GP_NOTICES_RECEIVE
149 | GP_PROPOSAL_START 154 | GP_PROPOSAL_START
150 | GP_PROPOSAL_VOTE 155 | GP_PROPOSAL_VOTE
156 | GP_SESSION_JOIN
157 | GP_SESSION_VOICE
151 ; 158 ;
152 159
153const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE 160const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
@@ -188,5 +195,8 @@ const U64 GP_DEFAULT_OFFICER = GP_ACCOUNTING_ACCOUNTABLE
188 | GP_PROPOSAL_VOTE 195 | GP_PROPOSAL_VOTE
189 | GP_ROLE_ASSIGN_MEMBER_LIMITED 196 | GP_ROLE_ASSIGN_MEMBER_LIMITED
190 | GP_ROLE_PROPERTIES 197 | GP_ROLE_PROPERTIES
198 | GP_SESSION_MODERATOR
199 | GP_SESSION_JOIN
200 | GP_SESSION_VOICE
191 ; 201 ;
192#endif 202#endif