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