aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Correct log message formatJustin Clarke Casey2009-04-291-50/+50
| | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-40/+21
|
* Thank you, mcortez, for a patch to fix group notice deliveryMelanie Thielker2009-04-261-3/+3
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-251-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
* Update svn properties, add copyright headers, formatting cleanup.Jeff Ames2009-04-241-1/+1
|
* more cleanupDr Scofield2009-04-221-2/+0
|
* further cleanup (lower casing non-public vars and local vars)Dr Scofield2009-04-221-179/+173
|
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-5/+5
|
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-211-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
* Update svn properties.Jeff Ames2009-04-211-1051/+1051
|
* Make sure that the groups module is really disabled when it's not configured.Melanie Thielker2009-04-201-2/+7
| | | | | | | Fixes an issue where the presence of any groups section will make XmlRpcGroups think it should hook client events.
* Fixes Mantis#3489. Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-191-0/+2
| | | | | | | Group profile page is showing an empty dropdown for titles and this patch fixes this.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-191-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.
* Little bug fix on the Groups module to get over an exception upon login.diva2009-04-181-1/+3
|
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-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.