aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsMessaging.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez1-548/+0
for replaceable Groups Service Connectors.
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-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-6/+2
NOT enabled.
2009-05-09Prevent normal (Text) IM from being logged by the group message module in Melanie Thielker1-1/+2
debug mode. Fixes Mantis #3609
2009-04-29* Correct log message formatJustin Clarke Casey1-29/+29
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-78/+65
2009-04-26- Setting groups-messaging module to by disabled by default (groups module ↵Homer Horwitz1-3/+3
already is). - Make sure it really is Close()d when the configuration isn't sane.
2009-04-25Thank you kindly, MCortez for a patch that:Charles Krinke1-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
2009-04-22more cleanupDr Scofield1-35/+28
2009-04-21Thank you kindly, MCortez, for a patch that:Charles Krinke1-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
2009-04-21Update svn properties.Jeff Ames1-430/+430
2009-04-20Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker1-2/+9
spamming somewhat
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-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.