aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.