aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsMessaging.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-78/+65
|
* - 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 kindly, MCortez for a patch that:Charles Krinke2009-04-251-145/+278
| | | | | | | | | | 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
* more cleanupDr Scofield2009-04-221-35/+28
|
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-211-0/+3
| | | | | | | | | | | * 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-430/+430
|
* Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker2009-04-201-2/+9
| | | | | | spamming somewhat
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-0/+423
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.