aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.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
* Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)2010-10-191-5/+5
| | | | Improve debugging messages
* For all Flotasm group module XMLRPC calls, correct parameter ↵Justin Clark-Casey (justincc)2010-09-171-9/+2
| | | | | | requestingAgentID to RequestingAgentID This was stopping the get group member roles call from working, and may have affected other things
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
|
* Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie2010-05-061-50/+167
| | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
* Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie2010-05-051-167/+50
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* add a missing initialization of the m_memoryCache in ↵Justin Clark-Casey (justincc)2010-04-161-1/+1
| | | | | | XmlRpcGroupsServicesConnectorModule the lack of this caused me a NullReferenceException when calling some groups methods directly though in principle it would also fail in other situations
* Patch from mcortez to add basic caching to the groups module. This prevents ↵John Hurliman2010-04-141-42/+89
| | | | database/network explosions when you have a significant number of group-owned prims in a scene
* * May fix mantis #4603.Diva Canto2010-04-051-72/+72
| | | | * 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-14/+84
| | | | | 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-74/+123
| | | | Thanks, mcortez.
* replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)2010-03-261-3/+0
|
* minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)2010-03-251-5/+3
|
* add get group by name method to IGroupsModuleJustin Clark-Casey (justincc)2010-03-251-1/+0
|
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
|
* Add additional instrumentation so that when there is an xmlrpc call failure, ↵Michael Cortez2009-09-181-15/+27
| | | | the actual xml that was returned from the groups service can be logged.
* Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez2009-09-181-27/+15
| | | | This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b.
* Thank you, mcortez, for a patch to address showing users in group listMelanie2009-09-171-15/+27
| | | | | Removed patch 0005, which was unrelated and likely accidental, and further didn't apply.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Formatting cleanup.Jeff Ames2009-08-091-2/+2
|
* Continue with renaming of Groups module componentsMichael Cortez2009-08-051-1/+1
|
* Fixes mono Add-In references for the OptionalModules add-in so that groups ↵Michael Cortez2009-08-051-0/+2
| | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney"
* Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez2009-08-051-0/+1007
for replaceable Groups Service Connectors.