aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/IGroupDataProvider.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez2009-08-051-91/+0
| | | | for replaceable Groups Service Connectors.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-291-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.
* Update svn properties.Jeff Ames2009-04-211-85/+85
|
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-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.