aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-21Patch by mcortez: Remove lock from scene presence updating in groups moduleMelanie1-9/+7
2009-10-05Make sure that keys exist in arrays before trying to access them.Michael Cortez1-3/+9
2009-10-05Make sure that keys exist in arrays before trying to access them.Michael Cortez1-3/+9
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-18Group Membership information is sent out from two different locations, ↵Michael Cortez1-8/+24
refactored out the filtered membership list code and used it in both locations.
2009-09-18Add a little debugging for filtered groups lists based on requesterMichael Cortez1-0/+19
2009-09-18Try to filter the groups list returns for User A, when sending to User B, ↵Michael Cortez1-3/+16
based on User A's preferences for ShowInProfile.
2009-09-18Remove debug messages from some areas that have been highly tested, and ↵Michael Cortez1-23/+0
debug info is no longer nessesary.
2009-09-18Adding additional debug to output the group powers specified when updating a ↵Michael Cortez1-1/+7
group role. This will be used to solve some issues with the Group Powers enum.
2009-09-18Add additional debugging to help track down bug with notices not going to ↵Michael Cortez1-1/+14
group owner/founder.
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez1-73/+29
This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b.
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie1-29/+73
Removed patch 0005, which was unrelated and likely accidental, and further didn't apply.
2009-09-14* fix missing lock on XMLRPC GroupsModuleTeravus Ovares (Dan Olivares)1-1/+4
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-06Fixing comments re: INI file.Michael Cortez1-3/+3
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-11/+16
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-12/+16
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.