aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/IGroupsServicesConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+4
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the ↵Justin Clark-Casey (justincc)1-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.
2011-01-31Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵Justin Clark-Casey (justincc)1-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.
2010-12-14Add mock group services connector and use this in testsJustin Clark-Casey (justincc)1-3/+1
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-0/+6
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-6/+0
Signed-off-by: Melanie <melanie@t-data.com>
2010-04-05* May fix mantis #4603.Diva Canto1-6/+6
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie1-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.
2010-04-02Adding the groups update (Mantis #4646)Melanie1-34/+27
Thanks, mcortez.
2010-03-25minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)1-1/+0
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez1-1/+1
for replaceable Groups Service Connectors.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-04-29Thank you kindly, MCortez for a patch that:Charles Krinke1-27/+33
The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations.
2009-04-21Update svn properties.Jeff Ames1-85/+85
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+85
Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.