aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/IGroupsServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+4
|
* Fix bug where loading an OAR with a deeded parcel would always set the ↵Justin Clark-Casey (justincc)2012-11-241-0/+15
| | | | | | | | | parcel owner ID to the estate owner even if the group UUID was present. Aims to address http://opensimulator.org/mantis/view.php?id=6355 As part of this work, an incomplete IXGroupsData was added which currently only allows store/fetch/delete of group records (i.e. no membership data etc) This is subject to change and currently only an in-memory storage implementation exists for regression test purposes.
* Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵Justin Clark-Casey (justincc)2011-01-311-0/+19
| | | | | | | it returns null if the user isn't a member of the group. This matches the behaviour of the same method for Flotsam Groups. This is the behaviour assumed by existing code. Method doc also added to IGroupsServicesConnector to the make the contract clear.
* Add mock group services connector and use this in testsJustin Clark-Casey (justincc)2010-12-141-3/+1
|
* Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie2010-05-061-0/+6
| | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
* Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie2010-05-051-6/+0
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* * May fix mantis #4603.Diva Canto2010-04-051-6/+6
| | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it.
* Patch from mcortez. This appears to be a huge change to the groups moduleMelanie2010-04-041-1/+7
| | | | | and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone.
* Adding the groups update (Mantis #4646)Melanie2010-04-021-34/+27
| | | | Thanks, mcortez.
* minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)2010-03-251-1/+0
|
* Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez2009-08-051-0/+91
for replaceable Groups Service Connectors.