UbitUmarov
|
f31fe66ce1
fix bad move on xmlgroups
|
7 years ago |
UbitUmarov
|
9e12ef9234
let all clients get a group title update on create group
|
7 years ago |
Melanie Thielker
|
ad8915f154
Restructure god level and permissions
|
7 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
UbitUmarov
|
95970d7788
use known name a group ejetee if its local client
|
8 years ago |
Kevin Cozens
|
1b2e240bf8
Collect any group join fees. Pass group name when applying join/create fees.
|
8 years ago |
Kevin Cozens
|
847d351bf5
Fixed grammer in a comment
|
8 years ago |
Kevin Cozens
|
df8f189f5c
Fixed typo in two group messages
|
8 years ago |
UbitUmarov
|
a66e747c95
add GetActiveMembershipData() to groups modules, let core groups also have GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
|
8 years ago |
UbitUmarov
|
52decfcc16
reduce some grid services calls on region crossings, sending more information on the agent update ( groups v2 needs change )
|
8 years ago |
Melanie Thielker
|
4468aa0dcf
Merge branch 'master' of opensimulator.org:/var/git/opensim
|
8 years ago |
Melanie Thielker
|
ea8f3c83bf
Finally remove the requirement for an InventoryItem/FolderBase object to
|
8 years ago |
UbitUmarov
|
cd34f978fb
revert to previus GroupProfileRequest because floatsam groups server seems to return wrong values for GroupMembershipCount and GroupRolesCount. this should be fixed because we are getting the full lists just to count number of entries
|
8 years ago |
UbitUmarov
|
057bc648f3
xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back xmlrpc cache since it is necessary to prevent folish viewers flooding
|
8 years ago |
UbitUmarov
|
7b7483ec7e
save one call to grid to get agent groups powers (xmlrpcgoups only for now
|
8 years ago |
UbitUmarov
|
1777324a86
cleanup a bit AgentGroupDataUpdate sending
|
8 years ago |
UbitUmarov
|
9358a6ad29
revert several changes to groups modules (agentGroupData is private). change interregions invite/eject messages, etc
|
8 years ago |
UbitUmarov
|
158e0ae402
Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this was
|
8 years ago |
UbitUmarov
|
84a6a6e008
don't try to send initial AgentGroupDataUpdate to NPCs
|
8 years ago |
Diva Canto
|
cec5682da9
Mantis #7937: don't send group info to NPCs
|
8 years ago |
Diva Canto
|
648cf51411
Fix failing test
|
8 years ago |
Diva Canto
|
8d99fe095a
Mantis #7920: group info was not being updated in many situations. (regression) Putting back the heavy messaging.
|
8 years ago |
Diva Canto
|
76ab1ed10c
Restored sending group membership data via EventQueue -- this had been a regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
|
8 years ago |
Diva Canto
|
d51fe01ed8
Mantis #7915: bring XmlRpcGroups/GroupsModule.cs up to speed with Groups V2
|
8 years ago |
UbitUmarov
|
0b21724fe4
try fix some whitespaces VS decided to change
|
9 years ago |
UbitUmarov
|
f2c8f83215
add processing of AvatarGroupsRequest message that should be used to get other avatars group memberships, but keep it disabled since some viewers no longer suport it correctly and expect memberships in reply to avatar properties, so we need to keep wasting bandwith sending useless information when some viewers really only want avatarproperties
|
9 years ago |
UbitUmarov
|
cf6856a8df
remove groups handlers onClientClosed
|
9 years ago |
UbitUmarov
|
04b32e1982
let SendAvatarGroupsReply fall back to UDP if no caps and make use of it
|
9 years ago |
UbitUmarov
|
b269185031
several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are private to the requesting agent, etc
|
9 years ago |
UbitUmarov
|
238b32d95f
in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings even more, but viewers seem to need it now, something to review later
|
9 years ago |