aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* try fix some whitespaces VS decided to changeUbitUmarov2015-09-291-26/+28
* add processing of AvatarGroupsRequest message that should be used to get oth...UbitUmarov2015-09-291-7/+34
* remove groups handlers onClientClosedUbitUmarov2015-09-281-29/+32
* let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov2015-09-271-67/+1
* several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are pr...UbitUmarov2015-09-271-83/+67
* in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings e...UbitUmarov2015-09-261-2/+2
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-1/+1
* | bad merge?UbitUmarov2015-09-011-8/+25
|\ \ | |/ |/|
| * change XMLIrpgGroups attach to events, using the more correctUbitUmarov2014-08-121-7/+24
| * Merge branch 'master' into careminsterMelanie2013-11-031-50/+122
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-08-131-1/+0
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-291-16/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-05-301-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-111-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-121-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-201-0/+29
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-071-1/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-271-25/+119
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2011-12-191-30/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2011-12-181-9/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2014-08-151-1/+1
* | | | | | | | | | | | | | | Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)2014-05-191-1/+14
* | | | | | | | | | | | | | | Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-2/+3
* | | | | | | | | | | | | | | When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)2014-03-121-1/+2
* | | | | | | | | | | | | | | Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)2014-03-111-22/+38
* | | | | | | | | | | | | | | Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2014-03-071-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Added support for attachments to group notices when using Flotsam groups.Kevin Cozens2013-10-151-50/+122
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Don't try and send group updates to NPCs via event queue, since NPCs have no ...Justin Clark-Casey (justincc)2013-08-121-1/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto2013-07-281-16/+6
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)2013-01-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix build break from commit e469879Justin Clark-Casey (justincc)2012-10-201-1/+1
* | | | | | | Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)2012-10-191-0/+29
| |_|_|_|_|/ |/| | | | |
* | | | | | Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer2012-04-051-1/+2
| |_|_|_|/ |/| | | |
* | | | | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-23/+99
* | | | | User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-271-2/+20
| |_|_|/ |/| | |
* | | | Remove IClientAPI from the money module. It was only used to pass in theMelanie2012-01-281-1/+1
| |_|/ |/| |
* | | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)2011-12-191-30/+0
| |/ |/|
* | Fix bug where objects couldn't be set back to the "none" group.Justin Clark-Casey (justincc)2011-12-171-8/+13
* | Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)2011-12-171-1/+26
* | Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)2011-12-161-8/+1
* | Port the Avination offline messaging system to CoreMelanie2011-11-021-1/+1
|/
* Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake2011-10-271-6/+5
* a few minor formatting tweaksJustin Clark-Casey (justincc)2011-06-011-3/+4