aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-48/+47
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+2
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-04-28Remove mono compiler warning. Adjust message log to error from infoJustin Clark-Casey (justincc)1-2/+2
2012-02-13Fix a race condition in the simian groups connector. When requests wereMic Bowman1-8/+63
too slow they would circumvent the cache (piling up on the network service and making the problem even worse). This condition happens frequently during permission checks.
2011-06-24Changed actual default values of 'ServiceConnectorModule' and ↵Makopoppo1-1/+1
'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions
2011-03-05minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-01-31Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵Justin Clark-Casey (justincc)1-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.
2010-09-12Formatting cleanup.Jeff Ames1-21/+18
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-15/+127
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-05Added copying of Viewer field to the agent circuit data that is being passed ↵Diva Canto1-75/+75
on TPs and crossings. (XmlRpcGroups files want to be committed too)
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-202/+90
Signed-off-by: Melanie <melanie@t-data.com>
2010-04-14Patch from mcortez to add basic caching to the groups module. This prevents ↵John Hurliman1-10/+71
database/network explosions when you have a significant number of group-owned prims in a scene
2010-04-05* May fix mantis #4603.Diva Canto1-52/+52
* 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-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.
2010-04-03* Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵Diva Canto1-75/+75
appropriately. * Removed Store service from the UserAccount handler.
2010-04-02Adding the groups update (Mantis #4646)Melanie1-0/+1278
Thanks, mcortez.