aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez1-1331/+0
for replaceable Groups Service Connectors.
2009-07-24* Apply http://opensimulator.org/mantis/view.php?id=3855Justin Clarke Casey1-24/+40
* Prevent session crashes when something goes wrong with group invite. * Thanks mcortez.
2009-07-23Formatting cleanup.Jeff Ames1-10/+9
2009-07-21Thank you, MarcelEdward, for a patch to add paying group join fees.Melanie Thielker1-1/+12
Applied with changes (original patch would not compile) Whitespace changes removed Fixes Mantis #3926
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
* "luke, use the sed"
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-14Remove all messages from the groups module that would be output when it isMelanie Thielker1-5/+2
NOT enabled.
2009-05-14Remove a misleading event that was only used internallyMelanie Thielker1-1/+0
2009-05-12Add more group notify glueMelanie Thielker1-0/+7
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+1
2009-05-02Thank you kindly, MCortez for a patch that solves:Charles Krinke1-1/+18
Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online.
2009-04-29Thank you kindly, MCortez for a patch that:Charles Krinke1-62/+151
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-50/+50
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-40/+21
2009-04-26Thank you, mcortez, for a patch to fix group notice deliveryMelanie Thielker1-3/+3
2009-04-25Thank you kindly, MCortez for a patch that:Charles Krinke1-351/+490
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-1/+1
2009-04-22more cleanupDr Scofield1-2/+0
2009-04-22further cleanup (lower casing non-public vars and local vars)Dr Scofield1-179/+173
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-5/+5
2009-04-21Thank you kindly, MCortez, for a patch that:Charles Krinke1-2/+29
* 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-1051/+1051
2009-04-20Make sure that the groups module is really disabled when it's not configured.Melanie Thielker1-2/+7
Fixes an issue where the presence of any groups section will make XmlRpcGroups think it should hook client events.
2009-04-19Fixes Mantis#3489. Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+2
Group profile page is showing an empty dropdown for titles and this patch fixes this.
2009-04-19Thank you kindly, MCortez, for a patch that:Charles Krinke1-1/+4
This hooks up the LandManagementModule to handle the DeedParcelToGroup packet. Now people can start testing land assigned to and owned by groups. Also fixes a viewer crash issue when searching for and then joining a group with an agent that is not already being tracked by groups server.
2009-04-18Little bug fix on the Groups module to get over an exception upon login.diva1-1/+3
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+1039
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.