aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed actual default values of 'ServiceConnectorModule' and ↵Makopoppo2011-06-241-1/+1
| | | | 'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-03-051-1/+1
|
* Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵Justin Clark-Casey (justincc)2011-01-311-33/+33
| | | | | | | 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.
* Formatting cleanup.Jeff Ames2010-09-121-21/+18
|
* Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie2010-05-061-15/+127
| | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
* Added copying of Viewer field to the agent circuit data that is being passed ↵Diva Canto2010-05-051-75/+75
| | | | | | on TPs and crossings. (XmlRpcGroups files want to be committed too)
* Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie2010-05-051-202/+90
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Patch from mcortez to add basic caching to the groups module. This prevents ↵John Hurliman2010-04-141-10/+71
| | | | database/network explosions when you have a significant number of group-owned prims in a scene
* * May fix mantis #4603.Diva Canto2010-04-051-52/+52
| | | | * 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-93/+144
| | | | | 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-0/+1278
Thanks, mcortez.