aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-16add a missing initialization of the m_memoryCache in ↵Justin Clark-Casey (justincc)1-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
2010-04-14Patch from mcortez to add basic caching to the groups module. This prevents ↵John Hurliman1-42/+89
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-72/+72
* 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-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.
2010-04-02Adding the groups update (Mantis #4646)Melanie1-74/+123
Thanks, mcortez.
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)1-3/+0
2010-03-25minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)1-5/+3
2010-03-25add get group by name method to IGroupsModuleJustin Clark-Casey (justincc)1-1/+0
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-18Add additional instrumentation so that when there is an xmlrpc call failure, ↵Michael Cortez1-15/+27
the actual xml that was returned from the groups service can be logged.
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez1-27/+15
This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b.
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie1-15/+27
Removed patch 0005, which was unrelated and likely accidental, and further didn't apply.
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-09Formatting cleanup.Jeff Ames1-2/+2
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-1/+1
2009-08-05Fixes mono Add-In references for the OptionalModules add-in so that groups ↵Michael Cortez1-0/+2
doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney"
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez1-92/+183
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-67/+96
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-29* Correct log message formatJustin Clarke Casey1-16/+16
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
2009-04-29* Apply further groups xmlrpc to stop an exception in the exception handlerJustin Clarke Casey1-30/+17
* Thanks mcortez
2009-04-29* Apply http://opensimulator.org/mantis/view.php?id=3557Justin Clarke Casey1-1/+19
* Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez
2009-04-29* Apply http://opensimulator.org/mantis/view.php?id=3554Justin Clarke Casey1-1/+1
* Stop converting serviceURL to all lower case. * Thanks mcortez
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-04-25Thank you kindly, MCortez for a patch that:Charles Krinke1-9/+27
The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging
2009-04-24Update svn properties, add copyright headers, formatting cleanup.Jeff Ames1-16/+3
2009-04-22more cleanupDr Scofield1-29/+32
2009-04-22cleaning up, fixing warningsDr Scofield1-2/+2
2009-04-21Thank you kindly, MCortez, for a patch that:Charles Krinke1-328/+185
* Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments
2009-04-21Update svn properties.Jeff Ames1-1017/+1017
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+1017
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.