aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto1-1/+0
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
2012-09-30Added request.Proxy=null everywhere, as discussed in ↵Diva Canto1-0/+1
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
2012-08-03Save membership fee to the database when a group is created.Kevin Cozens1-25/+25
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵Justin Clark-Casey (justincc)1-2/+1
constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
2011-12-16Tunnel [GroupsModule] DebugEnabled setting down into ↵Justin Clark-Casey (justincc)1-3/+9
XmlRpcGroupsServicesConnectorModule so that we can record cache misses
2011-06-24Changed actual default values of 'ServiceConnectorModule' and ↵Makopoppo1-1/+1
'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)1-5/+5
Improve debugging messages
2010-09-17For all Flotasm group module XMLRPC calls, correct parameter ↵Justin Clark-Casey (justincc)1-9/+2
requestingAgentID to RequestingAgentID This was stopping the get group member roles call from working, and may have affected other things
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-50/+167
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-167/+50
Signed-off-by: Melanie <melanie@t-data.com>
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.