aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/IGroupsServicesConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.