aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Apply http://opensimulator.org/mantis/view.php?id=3855Justin Clarke Casey2009-07-241-24/+40
| | | | | | | * Prevent session crashes when something goes wrong with group invite. * Thanks mcortez.
* Formatting cleanup.Jeff Ames2009-07-231-10/+9
|
* Thank you, MarcelEdward, for a patch to add paying group join fees.Melanie Thielker2009-07-211-1/+12
| | | | | | | | Applied with changes (original patch would not compile) Whitespace changes removed Fixes Mantis #3926
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-102-0/+10
| | | | | | the ball rolling on replacable modules. No user functionality yet
* * Corrected CAPS namespacesArthur Valadares2009-06-182-2/+2
| | | | | * "luke, use the sed"
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-014-4/+4
| | | | LICENSE.txt.
* Remove all messages from the groups module that would be output when it isMelanie Thielker2009-05-142-11/+4
| | | | | | NOT enabled.
* Remove a misleading event that was only used internallyMelanie Thielker2009-05-141-1/+0
|
* Add more group notify glueMelanie Thielker2009-05-121-0/+7
|
* Paving the way for syncing group permissions across a gridMelanie Thielker2009-05-121-0/+1
|
* Prevent normal (Text) IM from being logged by the group message module in Melanie Thielker2009-05-091-1/+2
| | | | | | | debug mode. Fixes Mantis #3609
* Thank you kindly, MCortez for a patch that solves:Charles Krinke2009-05-021-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.
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-293-156/+280
| | | | | | | | | 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.
* * Correct log message formatJustin Clarke Casey2009-04-293-95/+95
| | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
* * Apply further groups xmlrpc to stop an exception in the exception handlerJustin Clarke Casey2009-04-291-30/+17
| | | | | | * Thanks mcortez
* * Apply http://opensimulator.org/mantis/view.php?id=3557Justin Clarke Casey2009-04-291-1/+19
| | | | | | | * Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez
* * Apply http://opensimulator.org/mantis/view.php?id=3554Justin Clarke Casey2009-04-291-1/+1
| | | | | | | * Stop converting serviceURL to all lower case. * Thanks mcortez
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-291-1/+1
|
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-272-118/+86
|
* - Setting groups-messaging module to by disabled by default (groups module ↵Homer Horwitz2009-04-261-3/+3
| | | | | | | already is). - Make sure it really is Close()d when the configuration isn't sane.
* 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-253-505/+795
| | | | | | | | | | 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-242-17/+4
|
* more cleanupDr Scofield2009-04-223-66/+60
|
* further cleanup (lower casing non-public vars and local vars)Dr Scofield2009-04-221-179/+173
|
* cleaning up, fixing warningsDr Scofield2009-04-221-2/+2
|
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-5/+5
|
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-213-330/+217
| | | | | | | | | | | * 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-214-2583/+2583
|
* Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker2009-04-201-2/+9
| | | | | | spamming somewhat
* 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-184-0/+2564
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.