aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-29 try fix some whitespaces VS decided to changeUbitUmarov1-26/+28
2015-09-29 add processing of AvatarGroupsRequest message that should be used to get oth...UbitUmarov1-7/+34
2015-09-28 remove groups handlers onClientClosedUbitUmarov1-29/+32
2015-09-27 let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov1-67/+1
2015-09-27 several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are pr...UbitUmarov1-83/+67
2015-09-26 in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings e...UbitUmarov1-2/+2
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto4-4/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-1/+1
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-08-12 change XMLIrpgGroups attach to events, using the more correctUbitUmarov1-7/+24
2014-05-19On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)1-3/+3
2014-05-19Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)1-23/+77
2014-05-19Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)3-4/+27
2014-05-12For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)1-13/+26
2014-05-12Add send group notice regression test for when MessageOnlineUsersOnly=trueJustin Clark-Casey (justincc)1-0/+71
2014-05-12minor: eliminate unused UUID in xmlrpc GroupsMessagingModule.ProcessMessageFr...Justin Clark-Casey (justincc)1-2/+0
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-2/+3
2014-03-12When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)2-6/+6
2014-03-11Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)3-91/+151
2014-03-07Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2-0/+56
2014-02-14Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)1-14/+5
2013-12-18Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)1-3/+62
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2-6/+4
2013-10-15Added support for attachments to group notices when using Flotsam groups.Kevin Cozens1-50/+122
2013-08-12Don't try and send group updates to NPCs via event queue, since NPCs have no ...Justin Clark-Casey (justincc)1-1/+0
2013-07-28Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto1-16/+6
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-1/+1
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-1/+1
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-18/+28
2013-01-10minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2-66/+76
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-106/+7
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto4-4/+4
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie4-4/+4
2012-10-20Relocate temporary debug message for sending group IMs to online members only...Justin Clark-Casey (justincc)1-4/+12
2012-10-20Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr...Justin Clark-Casey (justincc)1-7/+69
2012-10-20Fix build break from commit e469879Justin Clark-Casey (justincc)1-1/+1
2012-10-19Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)1-0/+29
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-08-03Save membership fee to the database when a group is created.Kevin Cozens1-25/+25
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+1
2012-04-28Remove mono compiler warning. Adjust message log to error from infoJustin Clark-Casey (justincc)1-2/+2
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-04-05Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer1-1/+2
2012-03-27Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer1-23/+99
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-2/+20
2012-02-13Fix a race condition in the simian groups connector. When requests wereMic Bowman1-8/+63