aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-05* May fix mantis #4603.Diva Canto1-64/+64
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie1-118/+98
and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone.
2010-04-01oops, add file missing from last commitJustin Clark-Casey (justincc)1-9/+7
refactor out redundant method from GroupsMessagingModule
2010-04-01expose methods that allow region modules to send messages to groupsJustin Clark-Casey (justincc)1-63/+81
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection ↵Michael Cortez1-1/+1
before attempting to access it.
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection ↵Michael Cortez1-1/+1
before attempting to access it.
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-15/+12
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-1/+1
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.